Color Hex Logo

#d6dacd Color Hex

#D6DACD
(214,218,205)
0 Favorites   0 Comments

Color spaces of #d6dacd

RGB 214218205
HSL0.220.150.83
HSV78°85°
CMYK 0.020.000.06   0.15
XYZ63.822468.846767.6826
Yxy68.84670.31860.3436
Hunter Lab82.9739-7.90469.7183
CIE-Lab86.4281-3.66095.9124

#d6dacd color RGB value is (214,218,205).

#d6dacd hex color red value is 214, green value is 218 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d6dacd hue: 0.22 , saturation: 0.15 and the lightness value of d6dacd is 0.83.

The process color (four color CMYK) of #d6dacd color hex is 0.02, 0.00, 0.06, 0.15. Web safe color of #d6dacd is #cccccc. Color #d6dacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011010 11001101
Octal 326 332 315
Decimal 214 218 205
Hex D6 DA CD

RGB Percentages of Color #d6dacd

%33.59
%34.22
%32.18

CMYK Percentages of Color #d6dacd

%2
%0
%6
%15

Triadic Colors of #d6dacd

#d6dacd #cdd6da #dacdd6

Analogous Colors of #d6dacd

#d6dacd #d0dacd #dad8cd

Monochromatic Colors of #d6dacd

#d6dacd

Complementary Color

#d6dacd #d1cdda

#d6dacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6dacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6dacd Color CSS Codes

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

#d6dacd Text Font Color

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

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


#d6dacd Background Color

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

This div background color is #d6dacd


#d6dacd Border Color

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

This div border color is #d6dacd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,218,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6dacd


Comments

No comments written yet.

Please login to write comment.