Color Hex Logo

#cee55b Color Hex

#CEE55B
(206,229,91)
0 Favorites   0 Comments

Color spaces of #cee55b

RGB 20622991
HSL0.190.730.63
HSV70°60°90°
CMYK 0.100.000.60   0.10
XYZ55.361269.915820.4748
Yxy69.91580.37980.4797
Hunter Lab83.6157-28.144144.0127
CIE-Lab86.9556-26.207462.9275

#cee55b color RGB value is (206,229,91).

#cee55b hex color red value is 206, green value is 229 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #cee55b hue: 0.19 , saturation: 0.73 and the lightness value of cee55b is 0.63.

The process color (four color CMYK) of #cee55b color hex is 0.10, 0.00, 0.60, 0.10. Web safe color of #cee55b is #cccc66. Color #cee55b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100101 01011011
Octal 316 345 133
Decimal 206 229 91
Hex CE E5 5B

RGB Percentages of Color #cee55b

%39.16
%43.54
%17.30

CMYK Percentages of Color #cee55b

%10
%0
%60
%10

Triadic Colors of #cee55b

#cee55b #5bcee5 #e55bce

Analogous Colors of #cee55b

#cee55b #89e55b #e5b75b

Monochromatic Colors of #cee55b

#cee55b

Complementary Color

#cee55b #725be5

#cee55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee55b Color CSS Codes

.mybgcolor {background-color:#cee55b; } 
.myforecolor {color:#cee55b; }
.mybordercolor {border:3px solid #cee55b; }

#cee55b Text Font Color

<p style="color:#cee55b">Text here</p>

This sample text font color is #cee55b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cee55b Background Color

<div style="background-color:#cee55b">
Div content here</div>

This div background color is #cee55b


#cee55b Border Color

<div style="border:3px solid #cee55b">
Div here</div>

This div border color is #cee55b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,229,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cee55b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cee55b;
  -webkit-box-shadow: 1px 1px 3px 2px #cee55b;
  box-shadow:         1px 1px 3px 2px #cee55b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,229,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cee55b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cee55b;
  -webkit-box-shadow: 1px 1px 3px 2px #cee55b;
  box-shadow:         1px 1px 3px 2px #cee55b;">
Div content here</div>

This div box has shadow with color #cee55b


Comments

No comments written yet.

Please login to write comment.