COLOR NAMES
CSS CODE
COPY HEX CODE
PALETTE
HASHTAGCOLOR

#b7e34f

rgb(183,227,79)

#b7e34f HTML & CSS CODE

CSS text color using an HTML tag
 <p style='color:#b7e34f'>Lorem ipsum consectetur adipiscing.</p> 
clipboard
CSS text, background, border color using a class
 .text_color{color:#b7e34f;} /*create a class called text_color*/ 
clipboard
 .bg_color{background-color:#b7e34f;} 
clipboard
 .border_color{border:2px solid #b7e34f;} 
clipboard
 .text_color_rgb{color:rgb(183,227,79);} 
clipboard
 .bg_opacity{background-color:rgba(183,227,79,0.5);} 
clipboard
 <div class='text_color'>Lorem ipsum consectetur adipiscing.</p>
 /*How to use the class called text_color or use another class name*/
clipboard
rgba = red, green, blue, alpha where alpha is a number between 0 (Transparent) and 1 (Opaque)
© 2024 - Hashtagcolor.com - v2.1 - - Cookies - Privacy - infos
im