Color Hex Logo

#cae062 Color Hex

#CAE062
(202,224,98)
0 Favorites   0 Comments

Color spaces of #cae062

RGB 20222498
HSL0.200.670.63
HSV70°56°88°
CMYK 0.100.000.56   0.12
XYZ53.217466.749721.6344
Yxy66.74970.37580.4714
Hunter Lab81.7005-26.706041.4903
CIE-Lab85.3774-24.866058.0830

#cae062 color RGB value is (202,224,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100000 01100010
Octal 312 340 142
Decimal 202 224 98
Hex CA E0 62

RGB Percentages of Color #cae062

%38.55
%42.75
%18.70

CMYK Percentages of Color #cae062

%10
%0
%56
%12

Triadic Colors of #cae062

#cae062 #62cae0 #e062ca

Analogous Colors of #cae062

#cae062 #8be062 #e0b762

Monochromatic Colors of #cae062

#cae062

Complementary Color

#cae062 #7862e0

#cae062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae062 Color CSS Codes

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

#cae062 Text Font Color

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

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


#cae062 Background Color

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

This div background color is #cae062


#cae062 Border Color

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

This div border color is #cae062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae062


Comments

No comments written yet.

Please login to write comment.