Color Hex Logo

#cae80c Color Hex

#CAE80C
(202,232,12)
0 Favorites   0 Comments

Color spaces of #cae80c

RGB 20223212
HSL0.190.900.48
HSV68°95°91°
CMYK 0.130.000.95   0.09
XYZ53.280170.296311.1082
Yxy70.29630.39560.5219
Hunter Lab83.8429-33.292750.8348
CIE-Lab87.1420-32.310284.3784

#cae80c color RGB value is (202,232,12).

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

The process color (four color CMYK) of #cae80c color hex is 0.13, 0.00, 0.95, 0.09. Web safe color of #cae80c is #ccff00. Color #cae80c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101000 00001100
Octal 312 350 14
Decimal 202 232 12
Hex CA E8 C

RGB Percentages of Color #cae80c

%45.29
%52.02
%2.69

CMYK Percentages of Color #cae80c

%13
%0
%95
%9

Triadic Colors of #cae80c

#cae80c #0ccae8 #e80cca

Analogous Colors of #cae80c

#cae80c #5ce80c #e8980c

Monochromatic Colors of #cae80c

#cae80c

Complementary Color

#cae80c #2a0ce8

#cae80c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae80c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae80c Color CSS Codes

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

#cae80c Text Font Color

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

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


#cae80c Background Color

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

This div background color is #cae80c


#cae80c Border Color

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

This div border color is #cae80c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,232,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 #cae80c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae80c


Comments

No comments written yet.

Please login to write comment.