Color Hex Logo

#cae66a Color Hex

#CAE66A
(202,230,106)
0 Favorites   0 Comments

Color spaces of #cae66a

RGB 202230106
HSL0.200.710.66
HSV74°54°90°
CMYK 0.120.000.54   0.10
XYZ55.255570.190824.2716
Yxy70.19080.36910.4688
Hunter Lab83.7799-28.888641.4693
CIE-Lab87.0904-27.054456.4750

#cae66a color RGB value is (202,230,106).

#cae66a hex color red value is 202, green value is 230 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #cae66a hue: 0.20 , saturation: 0.71 and the lightness value of cae66a is 0.66.

The process color (four color CMYK) of #cae66a color hex is 0.12, 0.00, 0.54, 0.10. Web safe color of #cae66a is #ccff66. Color #cae66a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100110 01101010
Octal 312 346 152
Decimal 202 230 106
Hex CA E6 6A

RGB Percentages of Color #cae66a

%37.55
%42.75
%19.70

CMYK Percentages of Color #cae66a

%12
%0
%54
%10

Triadic Colors of #cae66a

#cae66a #6acae6 #e66aca

Analogous Colors of #cae66a

#cae66a #8ce66a #e6c46a

Monochromatic Colors of #cae66a

#cae66a

Complementary Color

#cae66a #866ae6

#cae66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae66a Color CSS Codes

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

#cae66a Text Font Color

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

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


#cae66a Background Color

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

This div background color is #cae66a


#cae66a Border Color

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

This div border color is #cae66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae66a


Comments

No comments written yet.

Please login to write comment.