Color Hex Logo

#d9ecdc Color Hex

#D9ECDC
(217,236,220)
0 Favorites   0 Comments

Color spaces of #d9ecdc

RGB 217236220
HSL0.360.330.89
HSV129°93°
CMYK 0.080.000.07   0.07
XYZ71.529079.909979.3643
Yxy79.90990.30990.3462
Hunter Lab89.3923-13.60649.9358
CIE-Lab91.6444-9.18725.6024

#d9ecdc color RGB value is (217,236,220).

#d9ecdc hex color red value is 217, green value is 236 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d9ecdc hue: 0.36 , saturation: 0.33 and the lightness value of d9ecdc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101100 11011100
Octal 331 354 334
Decimal 217 236 220
Hex D9 EC DC

RGB Percentages of Color #d9ecdc

%32.24
%35.07
%32.69

CMYK Percentages of Color #d9ecdc

%8
%0
%7
%7

Triadic Colors of #d9ecdc

#d9ecdc #dcd9ec #ecdcd9

Analogous Colors of #d9ecdc

#d9ecdc #d9ece6 #e0ecd9

Monochromatic Colors of #d9ecdc

#d9ecdc

Complementary Color

#d9ecdc #ecd9e9

#d9ecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ecdc Color CSS Codes

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

#d9ecdc Text Font Color

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

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


#d9ecdc Background Color

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

This div background color is #d9ecdc


#d9ecdc Border Color

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

This div border color is #d9ecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9ecdc


Comments

No comments written yet.

Please login to write comment.