Color Hex Logo

#d7ecdd Color Hex

#D7ECDD
(215,236,221)
0 Favorites   0 Comments

Color spaces of #d7ecdd

RGB 215236221
HSL0.380.360.88
HSV137°93°
CMYK 0.090.000.06   0.07
XYZ71.070979.658480.0364
Yxy79.65840.30800.3452
Hunter Lab89.2516-14.05099.3077
CIE-Lab91.5314-9.67294.9009

#d7ecdd color RGB value is (215,236,221).

#d7ecdd hex color red value is 215, green value is 236 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d7ecdd hue: 0.38 , saturation: 0.36 and the lightness value of d7ecdd is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11101100 11011101
Octal 327 354 335
Decimal 215 236 221
Hex D7 EC DD

RGB Percentages of Color #d7ecdd

%31.99
%35.12
%32.89

CMYK Percentages of Color #d7ecdd

%9
%0
%6
%7

Triadic Colors of #d7ecdd

#d7ecdd #ddd7ec #ecddd7

Analogous Colors of #d7ecdd

#d7ecdd #d7ece8 #dcecd7

Monochromatic Colors of #d7ecdd

#d7ecdd

Complementary Color

#d7ecdd #ecd7e6

#d7ecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7ecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7ecdd Color CSS Codes

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

#d7ecdd Text Font Color

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

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


#d7ecdd Background Color

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

This div background color is #d7ecdd


#d7ecdd Border Color

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

This div border color is #d7ecdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,236,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d7ecdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7ecdd


Comments

No comments written yet.

Please login to write comment.