Color Hex Logo

#cae6dc Color Hex

#CAE6DC
(202,230,220)
0 Favorites   0 Comments

Color spaces of #cae6dc

RGB 202230220
HSL0.440.360.85
HSV159°12°90°
CMYK 0.120.000.04   0.10
XYZ65.572274.317578.5988
Yxy74.31750.30010.3401
Hunter Lab86.2076-15.09066.2883
CIE-Lab89.0723-11.09311.7484

#cae6dc color RGB value is (202,230,220).

#cae6dc hex color red value is 202, green value is 230 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cae6dc hue: 0.44 , saturation: 0.36 and the lightness value of cae6dc is 0.85.

The process color (four color CMYK) of #cae6dc color hex is 0.12, 0.00, 0.04, 0.10. Web safe color of #cae6dc is #ccffcc. Color #cae6dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100110 11011100
Octal 312 346 334
Decimal 202 230 220
Hex CA E6 DC

RGB Percentages of Color #cae6dc

%30.98
%35.28
%33.74

CMYK Percentages of Color #cae6dc

%12
%0
%4
%10

Triadic Colors of #cae6dc

#cae6dc #dccae6 #e6dcca

Analogous Colors of #cae6dc

#cae6dc #cae2e6 #cae6ce

Monochromatic Colors of #cae6dc

#cae6dc

Complementary Color

#cae6dc #e6cad4

#cae6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae6dc Color CSS Codes

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

#cae6dc Text Font Color

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

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


#cae6dc Background Color

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

This div background color is #cae6dc


#cae6dc Border Color

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

This div border color is #cae6dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,230,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 #cae6dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae6dc


Comments

No comments written yet.

Please login to write comment.