Color Hex Logo

#d69daa Color Hex

#D69DAA
(214,157,170)
0 Favorites   0 Comments

Color spaces of #d69daa

RGB 214157170
HSL0.960.410.73
HSV346°27°84°
CMYK 0.000.270.21   0.16
XYZ47.044241.312443.5248
Yxy41.31240.35670.3133
Hunter Lab64.274718.16764.8430
CIE-Lab70.394223.12261.6264

#d69daa color RGB value is (214,157,170).

#d69daa hex color red value is 214, green value is 157 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d69daa hue: 0.96 , saturation: 0.41 and the lightness value of d69daa is 0.73.

The process color (four color CMYK) of #d69daa color hex is 0.00, 0.27, 0.21, 0.16. Web safe color of #d69daa is #cc9999. Color #d69daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011101 10101010
Octal 326 235 252
Decimal 214 157 170
Hex D6 9D AA

RGB Percentages of Color #d69daa

%39.56
%29.02
%31.42

CMYK Percentages of Color #d69daa

%0
%27
%21
%16

Triadic Colors of #d69daa

#d69daa #aad69d #9daad6

Analogous Colors of #d69daa

#d69daa #d6ad9d #d69dc7

Monochromatic Colors of #d69daa

#d69daa

Complementary Color

#d69daa #9dd6c9

#d69daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69daa Color CSS Codes

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

#d69daa Text Font Color

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

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


#d69daa Background Color

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

This div background color is #d69daa


#d69daa Border Color

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

This div border color is #d69daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69daa

#d69daa Color Palettes


Comments

No comments written yet.

Please login to write comment.