Color Hex Logo

#cae010 Color Hex

#CAE010
(202,224,16)
0 Favorites   0 Comments

Color spaces of #cae010

RGB 20222416
HSL0.180.870.47
HSV66°93°88°
CMYK 0.100.000.93   0.12
XYZ51.106365.905310.5176
Yxy65.90530.40070.5168
Hunter Lab81.1821-29.698149.1461
CIE-Lab84.9481-28.538682.2823

#cae010 color RGB value is (202,224,16).

#cae010 hex color red value is 202, green value is 224 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #cae010 hue: 0.18 , saturation: 0.87 and the lightness value of cae010 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100000 00010000
Octal 312 340 20
Decimal 202 224 16
Hex CA E0 10

RGB Percentages of Color #cae010

%45.70
%50.68
%3.62

CMYK Percentages of Color #cae010

%10
%0
%93
%12

Triadic Colors of #cae010

#cae010 #10cae0 #e010ca

Analogous Colors of #cae010

#cae010 #62e010 #e08e10

Monochromatic Colors of #cae010

#cae010

Complementary Color

#cae010 #2610e0

#cae010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae010 Color CSS Codes

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

#cae010 Text Font Color

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

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


#cae010 Background Color

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

This div background color is #cae010


#cae010 Border Color

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

This div border color is #cae010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae010


Comments

No comments written yet.

Please login to write comment.