Color Hex Logo

#d6dace Color Hex

#D6DACE
(214,218,206)
0 Favorites   0 Comments

Color spaces of #d6dace

RGB 214218206
HSL0.220.140.83
HSV80°85°
CMYK 0.020.000.06   0.15
XYZ63.943568.895268.3204
Yxy68.89520.31790.3425
Hunter Lab83.0031-7.74369.3002
CIE-Lab86.4521-3.48785.4194

#d6dace color RGB value is (214,218,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011010 11001110
Octal 326 332 316
Decimal 214 218 206
Hex D6 DA CE

RGB Percentages of Color #d6dace

%33.54
%34.17
%32.29

CMYK Percentages of Color #d6dace

%2
%0
%6
%15

Triadic Colors of #d6dace

#d6dace #ced6da #daced6

Analogous Colors of #d6dace

#d6dace #d0dace #dad8ce

Monochromatic Colors of #d6dace

#d6dace

Complementary Color

#d6dace #d2ceda

#d6dace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6dace Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6dace Color CSS Codes

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

#d6dace Text Font Color

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

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


#d6dace Background Color

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

This div background color is #d6dace


#d6dace Border Color

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

This div border color is #d6dace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6dace


Comments

No comments written yet.

Please login to write comment.