Color Hex Logo

#cce55b Color Hex

#CCE55B
(204,229,91)
0 Favorites   0 Comments

Color spaces of #cce55b

RGB 20422991
HSL0.200.730.63
HSV71°60°90°
CMYK 0.110.000.60   0.10
XYZ54.809569.631320.4490
Yxy69.63130.37830.4806
Hunter Lab83.4454-28.785143.8822
CIE-Lab86.8157-26.996362.7346

#cce55b color RGB value is (204,229,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100101 01011011
Octal 314 345 133
Decimal 204 229 91
Hex CC E5 5B

RGB Percentages of Color #cce55b

%38.93
%43.70
%17.37

CMYK Percentages of Color #cce55b

%11
%0
%60
%10

Triadic Colors of #cce55b

#cce55b #5bcce5 #e55bcc

Analogous Colors of #cce55b

#cce55b #87e55b #e5b95b

Monochromatic Colors of #cce55b

#cce55b

Complementary Color

#cce55b #745be5

#cce55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce55b Color CSS Codes

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

#cce55b Text Font Color

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

This sample text font color is #cce55b
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.


#cce55b Background Color

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

This div background color is #cce55b


#cce55b Border Color

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

This div border color is #cce55b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,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 #cce55b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce55b


Comments

No comments written yet.

Please login to write comment.