Color Hex Logo

#cae72a Color Hex

#CAE72A
(202,231,42)
0 Favorites   0 Comments

Color spaces of #cae72a

RGB 20223142
HSL0.190.800.54
HSV69°82°91°
CMYK 0.130.000.82   0.09
XYZ53.351069.875612.8659
Yxy69.87560.39200.5134
Hunter Lab83.5916-32.360649.3886
CIE-Lab86.9358-31.238879.3331

#cae72a color RGB value is (202,231,42).

#cae72a hex color red value is 202, green value is 231 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cae72a hue: 0.19 , saturation: 0.80 and the lightness value of cae72a is 0.54.

The process color (four color CMYK) of #cae72a color hex is 0.13, 0.00, 0.82, 0.09. Web safe color of #cae72a is #ccff33. Color #cae72a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100111 00101010
Octal 312 347 52
Decimal 202 231 42
Hex CA E7 2A

RGB Percentages of Color #cae72a

%42.53
%48.63
%8.84

CMYK Percentages of Color #cae72a

%13
%0
%82
%9

Triadic Colors of #cae72a

#cae72a #2acae7 #e72aca

Analogous Colors of #cae72a

#cae72a #6ce72a #e7a62a

Monochromatic Colors of #cae72a

#cae72a

Complementary Color

#cae72a #472ae7

#cae72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae72a Color CSS Codes

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

#cae72a Text Font Color

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

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


#cae72a Background Color

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

This div background color is #cae72a


#cae72a Border Color

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

This div border color is #cae72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae72a


Comments

No comments written yet.

Please login to write comment.