Color Hex Logo

#d0ecdc Color Hex

#D0ECDC
(208,236,220)
0 Favorites   0 Comments

Color spaces of #d0ecdc

RGB 208236220
HSL0.400.420.87
HSV146°12°93°
CMYK 0.120.000.07   0.07
XYZ68.926178.568179.2425
Yxy78.56810.30400.3465
Hunter Lab88.6386-16.31479.0421
CIE-Lab91.0385-12.16054.6499

#d0ecdc color RGB value is (208,236,220).

#d0ecdc hex color red value is 208, green value is 236 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d0ecdc hue: 0.40 , saturation: 0.42 and the lightness value of d0ecdc is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101100 11011100
Octal 320 354 334
Decimal 208 236 220
Hex D0 EC DC

RGB Percentages of Color #d0ecdc

%31.33
%35.54
%33.13

CMYK Percentages of Color #d0ecdc

%12
%0
%7
%7

Triadic Colors of #d0ecdc

#d0ecdc #dcd0ec #ecdcd0

Analogous Colors of #d0ecdc

#d0ecdc #d0ecea #d2ecd0

Monochromatic Colors of #d0ecdc

#d0ecdc

Complementary Color

#d0ecdc #ecd0e0

#d0ecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ecdc Color CSS Codes

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

#d0ecdc Text Font Color

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

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


#d0ecdc Background Color

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

This div background color is #d0ecdc


#d0ecdc Border Color

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

This div border color is #d0ecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ecdc


Comments

No comments written yet.

Please login to write comment.