color codes Logo

#d7ecdb color codes

#D7ECDB
(215,236,219)
0 Favorites   0 Comments

Color spaces of #d7ecdb

RGB 215236219
HSL0.370.360.88
HSV131°93°
CMYK 0.090.000.07   0.07
XYZ70.806079.552578.6411
Yxy79.55250.30920.3474
Hunter Lab89.1922-14.382610.1583
CIE-Lab91.4837-10.03205.8737

#d7ecdb color RGB value is (215,236,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11101100 11011011
Octal 327 354 333
Decimal 215 236 219
Hex D7 EC DB

RGB Percentages of Color #d7ecdb

%32.09
%35.22
%32.69

CMYK Percentages of Color #d7ecdb

%9
%0
%7
%7

Triadic Colors of #d7ecdb

#d7ecdb #dbd7ec #ecdbd7

Analogous Colors of #d7ecdb

#d7ecdb #d7ece6 #deecd7

Monochromatic Colors of #d7ecdb

#d7ecdb

Complementary Color

#d7ecdb #ecd7e8

#d7ecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7ecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7ecdb Color CSS Codes

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

#d7ecdb Text Font Color

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

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


#d7ecdb Background Color

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

This div background color is #d7ecdb


#d7ecdb Border Color

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

This div border color is #d7ecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7ecdb


Comments

No comments written yet.

Please login to write comment.