Color Hex Logo

#caef8a Color Hex

#CAEF8A
(202,239,138)
0 Favorites   0 Comments

Color spaces of #caef8a

RGB 202239138
HSL0.230.760.74
HSV82°42°94°
CMYK 0.150.000.42   0.06
XYZ59.811176.124535.5859
Yxy76.12450.34870.4438
Hunter Lab87.2494-30.321236.8923
CIE-Lab89.9171-28.071944.8516

#caef8a color RGB value is (202,239,138).

#caef8a hex color red value is 202, green value is 239 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #caef8a hue: 0.23 , saturation: 0.76 and the lightness value of caef8a is 0.74.

The process color (four color CMYK) of #caef8a color hex is 0.15, 0.00, 0.42, 0.06. Web safe color of #caef8a is #ccff99. Color #caef8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101111 10001010
Octal 312 357 212
Decimal 202 239 138
Hex CA EF 8A

RGB Percentages of Color #caef8a

%34.89
%41.28
%23.83

CMYK Percentages of Color #caef8a

%15
%0
%42
%6

Triadic Colors of #caef8a

#caef8a #8acaef #ef8aca

Analogous Colors of #caef8a

#caef8a #98ef8a #efe28a

Monochromatic Colors of #caef8a

#caef8a

Complementary Color

#caef8a #af8aef

#caef8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caef8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#caef8a Color CSS Codes

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

#caef8a Text Font Color

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

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


#caef8a Background Color

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

This div background color is #caef8a


#caef8a Border Color

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

This div border color is #caef8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caef8a


Comments

No comments written yet.

Please login to write comment.