Color Hex Logo

#d2ecdb Color Hex

#D2ECDB
(210,236,219)
0 Favorites   0 Comments

Color spaces of #d2ecdb

RGB 210236219
HSL0.390.410.87
HSV141°11°93°
CMYK 0.110.000.07   0.07
XYZ69.360078.807078.5734
Yxy78.80700.30590.3476
Hunter Lab88.7733-15.88849.6636
CIE-Lab91.1469-11.68705.3445

#d2ecdb color RGB value is (210,236,219).

#d2ecdb hex color red value is 210, green value is 236 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d2ecdb hue: 0.39 , saturation: 0.41 and the lightness value of d2ecdb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11101100 11011011
Octal 322 354 333
Decimal 210 236 219
Hex D2 EC DB

RGB Percentages of Color #d2ecdb

%31.58
%35.49
%32.93

CMYK Percentages of Color #d2ecdb

%11
%0
%7
%7

Triadic Colors of #d2ecdb

#d2ecdb #dbd2ec #ecdbd2

Analogous Colors of #d2ecdb

#d2ecdb #d2ece8 #d6ecd2

Monochromatic Colors of #d2ecdb

#d2ecdb

Complementary Color

#d2ecdb #ecd2e3

#d2ecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2ecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2ecdb Color CSS Codes

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

#d2ecdb Text Font Color

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

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


#d2ecdb Background Color

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

This div background color is #d2ecdb


#d2ecdb Border Color

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

This div border color is #d2ecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2ecdb


Comments

No comments written yet.

Please login to write comment.