Color Hex Logo

#caefaa Color Hex

#CAEFAA
(202,239,170)
0 Favorites   0 Comments

Color spaces of #caefaa

RGB 202239170
HSL0.260.680.80
HSV92°29°94°
CMYK 0.150.000.29   0.06
XYZ62.479377.191849.6367
Yxy77.19180.33000.4078
Hunter Lab87.8589-26.815828.0048
CIE-Lab90.4098-23.916729.5396

#caefaa color RGB value is (202,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101111 10101010
Octal 312 357 252
Decimal 202 239 170
Hex CA EF AA

RGB Percentages of Color #caefaa

%33.06
%39.12
%27.82

CMYK Percentages of Color #caefaa

%15
%0
%29
%6

Triadic Colors of #caefaa

#caefaa #aacaef #efaaca

Analogous Colors of #caefaa

#caefaa #aaefad #edefaa

Monochromatic Colors of #caefaa

#caefaa

Complementary Color

#caefaa #cfaaef

#caefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#caefaa Color CSS Codes

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

#caefaa Text Font Color

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

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


#caefaa Background Color

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

This div background color is #caefaa


#caefaa Border Color

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

This div border color is #caefaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caefaa


Comments

No comments written yet.

Please login to write comment.