Color Hex Logo

#caef9e Color Hex

#CAEF9E
(202,239,158)
0 Favorites   0 Comments

Color spaces of #caef9e

RGB 202239158
HSL0.240.720.78
HSV87°34°94°
CMYK 0.150.000.34   0.06
XYZ61.395276.758243.9277
Yxy76.75820.33720.4216
Hunter Lab87.6118-28.234131.6008
CIE-Lab90.2102-25.585535.3386

#caef9e color RGB value is (202,239,158).

#caef9e hex color red value is 202, green value is 239 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #caef9e hue: 0.24 , saturation: 0.72 and the lightness value of caef9e is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101111 10011110
Octal 312 357 236
Decimal 202 239 158
Hex CA EF 9E

RGB Percentages of Color #caef9e

%33.72
%39.90
%26.38

CMYK Percentages of Color #caef9e

%15
%0
%34
%6

Triadic Colors of #caef9e

#caef9e #9ecaef #ef9eca

Analogous Colors of #caef9e

#caef9e #a2ef9e #efec9e

Monochromatic Colors of #caef9e

#caef9e

Complementary Color

#caef9e #c39eef

#caef9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caef9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#caef9e Color CSS Codes

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

#caef9e Text Font Color

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

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


#caef9e Background Color

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

This div background color is #caef9e


#caef9e Border Color

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

This div border color is #caef9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caef9e


Comments

No comments written yet.

Please login to write comment.