Color Hex Logo

#caeddc Color Hex

#CAEDDC
(202,237,220)
0 Favorites   0 Comments

Color spaces of #caeddc

RGB 202237220
HSL0.420.490.86
HSV151°15°93°
CMYK 0.150.000.07   0.07
XYZ67.559678.292279.2613
Yxy78.29220.30010.3478
Hunter Lab88.4829-18.55448.8271
CIE-Lab90.9131-14.60834.4194

#caeddc color RGB value is (202,237,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101101 11011100
Octal 312 355 334
Decimal 202 237 220
Hex CA ED DC

RGB Percentages of Color #caeddc

%30.65
%35.96
%33.38

CMYK Percentages of Color #caeddc

%15
%0
%7
%7

Triadic Colors of #caeddc

#caeddc #dccaed #eddcca

Analogous Colors of #caeddc

#caeddc #caeded #caedcb

Monochromatic Colors of #caeddc

#caeddc

Complementary Color

#caeddc #edcadb

#caeddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeddc Color CSS Codes

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

#caeddc Text Font Color

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

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


#caeddc Background Color

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

This div background color is #caeddc


#caeddc Border Color

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

This div border color is #caeddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeddc


Comments

No comments written yet.

Please login to write comment.