Color Hex Logo

#d3ecdc Color Hex

#D3ECDC
(211,236,220)
0 Favorites   0 Comments

Color spaces of #d3ecdc

RGB 211236220
HSL0.390.400.88
HSV142°11°93°
CMYK 0.110.000.07   0.07
XYZ69.777779.007179.2824
Yxy79.00710.30600.3464
Hunter Lab88.8859-15.42349.3360
CIE-Lab91.2375-11.17574.9628

#d3ecdc color RGB value is (211,236,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101100 11011100
Octal 323 354 334
Decimal 211 236 220
Hex D3 EC DC

RGB Percentages of Color #d3ecdc

%31.63
%35.38
%32.98

CMYK Percentages of Color #d3ecdc

%11
%0
%7
%7

Triadic Colors of #d3ecdc

#d3ecdc #dcd3ec #ecdcd3

Analogous Colors of #d3ecdc

#d3ecdc #d3ece9 #d7ecd3

Monochromatic Colors of #d3ecdc

#d3ecdc

Complementary Color

#d3ecdc #ecd3e3

#d3ecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3ecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3ecdc Color CSS Codes

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

#d3ecdc Text Font Color

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

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


#d3ecdc Background Color

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

This div background color is #d3ecdc


#d3ecdc Border Color

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

This div border color is #d3ecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3ecdc

#d3ecdc Color Palettes


Comments

No comments written yet.

Please login to write comment.