Color Hex Logo

#caefc9 Color Hex

#CAEFC9
(202,239,201)
0 Favorites   0 Comments

Color spaces of #caefc9

RGB 202239201
HSL0.330.540.86
HSV118°16°94°
CMYK 0.150.000.16   0.06
XYZ65.766278.506666.9454
Yxy78.50660.31140.3717
Hunter Lab88.6040-22.565517.2257
CIE-Lab91.0106-19.012414.4352

#caefc9 color RGB value is (202,239,201).

#caefc9 hex color red value is 202, green value is 239 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #caefc9 hue: 0.33 , saturation: 0.54 and the lightness value of caefc9 is 0.86.

The process color (four color CMYK) of #caefc9 color hex is 0.15, 0.00, 0.16, 0.06. Web safe color of #caefc9 is #ccffcc. Color #caefc9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101111 11001001
Octal 312 357 311
Decimal 202 239 201
Hex CA EF C9

RGB Percentages of Color #caefc9

%31.46
%37.23
%31.31

CMYK Percentages of Color #caefc9

%15
%0
%16
%6

Triadic Colors of #caefc9

#caefc9 #c9caef #efc9ca

Analogous Colors of #caefc9

#caefc9 #c9efdb #ddefc9

Monochromatic Colors of #caefc9

#caefc9

Complementary Color

#caefc9 #eec9ef

#caefc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caefc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caefc9 Color CSS Codes

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

#caefc9 Text Font Color

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

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


#caefc9 Background Color

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

This div background color is #caefc9


#caefc9 Border Color

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

This div border color is #caefc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caefc9


Comments

No comments written yet.

Please login to write comment.