Color Hex Logo

#cae078 Color Hex

#CAE078
(202,224,120)
0 Favorites   0 Comments

Color spaces of #cae078

RGB 202224120
HSL0.200.630.67
HSV73°46°88°
CMYK 0.100.000.46   0.12
XYZ54.402967.223927.8775
Yxy67.22390.36390.4496
Hunter Lab81.9902-25.042837.2339
CIE-Lab85.6169-22.860748.2042

#cae078 color RGB value is (202,224,120).

#cae078 hex color red value is 202, green value is 224 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #cae078 hue: 0.20 , saturation: 0.63 and the lightness value of cae078 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100000 01111000
Octal 312 340 170
Decimal 202 224 120
Hex CA E0 78

RGB Percentages of Color #cae078

%37.00
%41.03
%21.98

CMYK Percentages of Color #cae078

%10
%0
%46
%12

Triadic Colors of #cae078

#cae078 #78cae0 #e078ca

Analogous Colors of #cae078

#cae078 #96e078 #e0c278

Monochromatic Colors of #cae078

#cae078

Complementary Color

#cae078 #8e78e0

#cae078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae078 Color CSS Codes

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

#cae078 Text Font Color

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

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


#cae078 Background Color

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

This div background color is #cae078


#cae078 Border Color

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

This div border color is #cae078


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,224,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cae078; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cae078;
  -webkit-box-shadow: 1px 1px 3px 2px #cae078;
  box-shadow:         1px 1px 3px 2px #cae078; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,224,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae078


Comments

No comments written yet.

Please login to write comment.