Color Hex Logo

#cce45a Color Hex

#CCE45A
(204,228,90)
0 Favorites   0 Comments

Color spaces of #cce45a

RGB 20422890
HSL0.200.720.62
HSV70°61°89°
CMYK 0.110.000.61   0.11
XYZ54.490769.062420.1313
Yxy69.06240.37920.4807
Hunter Lab83.1038-28.390243.8101
CIE-Lab86.5349-26.594662.8467

#cce45a color RGB value is (204,228,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100100 01011010
Octal 314 344 132
Decimal 204 228 90
Hex CC E4 5A

RGB Percentages of Color #cce45a

%39.08
%43.68
%17.24

CMYK Percentages of Color #cce45a

%11
%0
%61
%11

Triadic Colors of #cce45a

#cce45a #5acce4 #e45acc

Analogous Colors of #cce45a

#cce45a #87e45a #e4b75a

Monochromatic Colors of #cce45a

#cce45a

Complementary Color

#cce45a #725ae4

#cce45a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce45a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce45a Color CSS Codes

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

#cce45a Text Font Color

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

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


#cce45a Background Color

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

This div background color is #cce45a


#cce45a Border Color

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

This div border color is #cce45a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce45a


Comments

No comments written yet.

Please login to write comment.