Color Hex Logo

#cde9dc Color Hex

#CDE9DC
(205,233,220)
0 Favorites   0 Comments

Color spaces of #cde9dc

RGB 205233220
HSL0.420.390.86
HSV152°12°91°
CMYK 0.120.000.06   0.09
XYZ67.234076.424378.9179
Yxy76.42430.30210.3434
Hunter Lab87.4210-15.70547.6716
CIE-Lab90.0560-11.63193.2019

#cde9dc color RGB value is (205,233,220).

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

The process color (four color CMYK) of #cde9dc color hex is 0.12, 0.00, 0.06, 0.09. Web safe color of #cde9dc is #ccffcc. Color #cde9dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101001 11011100
Octal 315 351 334
Decimal 205 233 220
Hex CD E9 DC

RGB Percentages of Color #cde9dc

%31.16
%35.41
%33.43

CMYK Percentages of Color #cde9dc

%12
%0
%6
%9

Triadic Colors of #cde9dc

#cde9dc #dccde9 #e9dccd

Analogous Colors of #cde9dc

#cde9dc #cde8e9 #cde9ce

Monochromatic Colors of #cde9dc

#cde9dc

Complementary Color

#cde9dc #e9cdda

#cde9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde9dc Color CSS Codes

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

#cde9dc Text Font Color

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

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


#cde9dc Background Color

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

This div background color is #cde9dc


#cde9dc Border Color

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

This div border color is #cde9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde9dc


Comments

No comments written yet.

Please login to write comment.