Color Hex Logo

#caefaf Color Hex

#CAEFAF
(202,239,175)
0 Favorites   0 Comments

Color spaces of #caefaf

RGB 202239175
HSL0.260.670.81
HSV95°27°94°
CMYK 0.150.000.27   0.06
XYZ62.961577.384752.1758
Yxy77.38470.32700.4020
Hunter Lab87.9686-26.187726.4120
CIE-Lab90.4984-23.182927.1112

#caefaf color RGB value is (202,239,175).

#caefaf hex color red value is 202, green value is 239 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #caefaf hue: 0.26 , saturation: 0.67 and the lightness value of caefaf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101111 10101111
Octal 312 357 257
Decimal 202 239 175
Hex CA EF AF

RGB Percentages of Color #caefaf

%32.79
%38.80
%28.41

CMYK Percentages of Color #caefaf

%15
%0
%27
%6

Triadic Colors of #caefaf

#caefaf #afcaef #efafca

Analogous Colors of #caefaf

#caefaf #afefb4 #eaefaf

Monochromatic Colors of #caefaf

#caefaf

Complementary Color

#caefaf #d4afef

#caefaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caefaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#caefaf Color CSS Codes

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

#caefaf Text Font Color

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

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


#caefaf Background Color

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

This div background color is #caefaf


#caefaf Border Color

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

This div border color is #caefaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caefaf


Comments

No comments written yet.

Please login to write comment.