Color Hex Logo

#cae519 Color Hex

#CAE519
(202,229,25)
0 Favorites   0 Comments

Color spaces of #cae519

RGB 20222925
HSL0.190.800.50
HSV68°89°90°
CMYK 0.120.000.89   0.10
XYZ52.551968.665411.4037
Yxy68.66540.39630.5178
Hunter Lab82.8646-31.810149.8458
CIE-Lab86.3381-30.732082.1710

#cae519 color RGB value is (202,229,25).

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

The process color (four color CMYK) of #cae519 color hex is 0.12, 0.00, 0.89, 0.10. Web safe color of #cae519 is #cccc00. Color #cae519 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100101 00011001
Octal 312 345 31
Decimal 202 229 25
Hex CA E5 19

RGB Percentages of Color #cae519

%44.30
%50.22
%5.48

CMYK Percentages of Color #cae519

%12
%0
%89
%10

Triadic Colors of #cae519

#cae519 #19cae5 #e519ca

Analogous Colors of #cae519

#cae519 #64e519 #e59a19

Monochromatic Colors of #cae519

#cae519

Complementary Color

#cae519 #3419e5

#cae519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae519 Color CSS Codes

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

#cae519 Text Font Color

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

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


#cae519 Background Color

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

This div background color is #cae519


#cae519 Border Color

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

This div border color is #cae519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae519


Comments

No comments written yet.

Please login to write comment.