Color Hex Logo

#d6eadb Color Hex

#D6EADB
(214,234,219)
0 Favorites   0 Comments

Color spaces of #d6eadb

RGB 214234219
HSL0.380.320.88
HSV135°92°
CMYK 0.090.000.06   0.08
XYZ69.940678.256378.4365
Yxy78.25630.30860.3453
Hunter Lab88.4626-13.68329.3536
CIE-Lab90.8967-9.35615.0175

#d6eadb color RGB value is (214,234,219).

#d6eadb hex color red value is 214, green value is 234 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d6eadb hue: 0.38 , saturation: 0.32 and the lightness value of d6eadb is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11101010 11011011
Octal 326 352 333
Decimal 214 234 219
Hex D6 EA DB

RGB Percentages of Color #d6eadb

%32.08
%35.08
%32.83

CMYK Percentages of Color #d6eadb

%9
%0
%6
%8

Triadic Colors of #d6eadb

#d6eadb #dbd6ea #eadbd6

Analogous Colors of #d6eadb

#d6eadb #d6eae5 #dbead6

Monochromatic Colors of #d6eadb

#d6eadb

Complementary Color

#d6eadb #ead6e5

#d6eadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6eadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6eadb Color CSS Codes

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

#d6eadb Text Font Color

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

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


#d6eadb Background Color

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

This div background color is #d6eadb


#d6eadb Border Color

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

This div border color is #d6eadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6eadb


Comments

No comments written yet.

Please login to write comment.