color codes Logo

#cce55a color codes

#CCE55A
(204,229,90)
0 Favorites   0 Comments

Color spaces of #cce55a

RGB 20422990
HSL0.200.730.63
HSV71°61°90°
CMYK 0.110.000.61   0.10
XYZ54.766669.614220.2232
Yxy69.61420.37870.4814
Hunter Lab83.4351-28.844544.0337
CIE-Lab86.8073-27.068763.1432

#cce55a color RGB value is (204,229,90).

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

The process color (four color CMYK) of #cce55a color code is 0.11, 0.00, 0.61, 0.10. Web safe color of #cce55a is #cccc66. Color #cce55a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100101 01011010
Octal 314 345 132
Decimal 204 229 90
Hex CC E5 5A

RGB Percentages of Color #cce55a

%39.01
%43.79
%17.21

CMYK Percentages of Color #cce55a

%11
%0
%61
%10

Triadic Colors of #cce55a

#cce55a #5acce5 #e55acc

Analogous Colors of #cce55a

#cce55a #87e55a #e5b95a

Monochromatic Colors of #cce55a

#cce55a

Complementary Color

#cce55a #735ae5

#cce55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce55a Color CSS Codes

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

#cce55a Text Font Color

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

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


#cce55a Background Color

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

This div background color is #cce55a


#cce55a Border Color

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

This div border color is #cce55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce55a


Comments

No comments written yet.

Please login to write comment.