Color Hex Logo

#cae02f Color Hex

#CAE02F
(202,224,47)
0 Favorites   0 Comments

Color spaces of #cae02f

RGB 20222447
HSL0.190.740.53
HSV67°79°88°
CMYK 0.100.000.79   0.12
XYZ51.525966.073112.7270
Yxy66.07310.39540.5070
Hunter Lab81.2854-29.100247.6166
CIE-Lab85.0337-27.797976.4081

#cae02f color RGB value is (202,224,47).

#cae02f hex color red value is 202, green value is 224 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cae02f hue: 0.19 , saturation: 0.74 and the lightness value of cae02f is 0.53.

The process color (four color CMYK) of #cae02f color hex is 0.10, 0.00, 0.79, 0.12. Web safe color of #cae02f is #cccc33. Color #cae02f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100000 00101111
Octal 312 340 57
Decimal 202 224 47
Hex CA E0 2F

RGB Percentages of Color #cae02f

%42.71
%47.36
%9.94

CMYK Percentages of Color #cae02f

%10
%0
%79
%12

Triadic Colors of #cae02f

#cae02f #2fcae0 #e02fca

Analogous Colors of #cae02f

#cae02f #72e02f #e09e2f

Monochromatic Colors of #cae02f

#cae02f

Complementary Color

#cae02f #452fe0

#cae02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae02f Color CSS Codes

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

#cae02f Text Font Color

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

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


#cae02f Background Color

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

This div background color is #cae02f


#cae02f Border Color

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

This div border color is #cae02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae02f


Comments

No comments written yet.

Please login to write comment.