Color Hex Logo

#cae60c Color Hex

#CAE60C
(202,230,12)
0 Favorites   0 Comments

Color spaces of #cae60c

RGB 20223012
HSL0.190.900.47
HSV68°95°90°
CMYK 0.120.000.95   0.10
XYZ52.720369.176710.9216
Yxy69.17670.39690.5208
Hunter Lab83.1725-32.406750.4352
CIE-Lab86.5915-31.386383.9555

#cae60c color RGB value is (202,230,12).

#cae60c hex color red value is 202, green value is 230 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #cae60c hue: 0.19 , saturation: 0.90 and the lightness value of cae60c is 0.47.

The process color (four color CMYK) of #cae60c color hex is 0.12, 0.00, 0.95, 0.10. Web safe color of #cae60c is #ccff00. Color #cae60c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100110 00001100
Octal 312 346 14
Decimal 202 230 12
Hex CA E6 C

RGB Percentages of Color #cae60c

%45.50
%51.80
%2.70

CMYK Percentages of Color #cae60c

%12
%0
%95
%10

Triadic Colors of #cae60c

#cae60c #0ccae6 #e60cca

Analogous Colors of #cae60c

#cae60c #5de60c #e6950c

Monochromatic Colors of #cae60c

#cae60c

Complementary Color

#cae60c #280ce6

#cae60c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae60c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae60c Color CSS Codes

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

#cae60c Text Font Color

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

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


#cae60c Background Color

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

This div background color is #cae60c


#cae60c Border Color

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

This div border color is #cae60c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae60c


Comments

No comments written yet.

Please login to write comment.