Color Hex Logo

#caefdc Color Hex

#CAEFDC
(202,239,220)
0 Favorites   0 Comments

Color spaces of #caefdc

RGB 202239220
HSL0.410.540.86
HSV149°15°94°
CMYK 0.150.000.08   0.06
XYZ68.141979.456979.4554
Yxy79.45690.30010.3499
Hunter Lab89.1386-19.53849.5477
CIE-Lab91.4406-15.60385.1822

#caefdc color RGB value is (202,239,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101111 11011100
Octal 312 357 334
Decimal 202 239 220
Hex CA EF DC

RGB Percentages of Color #caefdc

%30.56
%36.16
%33.28

CMYK Percentages of Color #caefdc

%15
%0
%8
%6

Triadic Colors of #caefdc

#caefdc #dccaef #efdcca

Analogous Colors of #caefdc

#caefdc #caefef #cbefca

Monochromatic Colors of #caefdc

#caefdc

Complementary Color

#caefdc #efcadd

#caefdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caefdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#caefdc Color CSS Codes

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

#caefdc Text Font Color

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

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


#caefdc Background Color

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

This div background color is #caefdc


#caefdc Border Color

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

This div border color is #caefdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caefdc


Comments

No comments written yet.

Please login to write comment.