Color Hex Logo

#cae520 Color Hex

#CAE520
(202,229,32)
0 Favorites   0 Comments

Color spaces of #cae520

RGB 20222932
HSL0.190.790.51
HSV68°86°90°
CMYK 0.120.000.86   0.10
XYZ52.637168.699511.8526
Yxy68.69950.39520.5158
Hunter Lab82.8852-31.690749.5411
CIE-Lab86.3550-30.583380.9791

#cae520 color RGB value is (202,229,32).

#cae520 hex color red value is 202, green value is 229 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #cae520 hue: 0.19 , saturation: 0.79 and the lightness value of cae520 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100101 00100000
Octal 312 345 40
Decimal 202 229 32
Hex CA E5 20

RGB Percentages of Color #cae520

%43.63
%49.46
%6.91

CMYK Percentages of Color #cae520

%12
%0
%86
%10

Triadic Colors of #cae520

#cae520 #20cae5 #e520ca

Analogous Colors of #cae520

#cae520 #68e520 #e59e20

Monochromatic Colors of #cae520

#cae520

Complementary Color

#cae520 #3b20e5

#cae520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae520 Color CSS Codes

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

#cae520 Text Font Color

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

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


#cae520 Background Color

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

This div background color is #cae520


#cae520 Border Color

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

This div border color is #cae520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae520


Comments

No comments written yet.

Please login to write comment.