Color Hex Logo

#d18daa Color Hex

#D18DAA
(209,141,170)
0 Favorites   0 Comments

Color spaces of #d18daa

RGB 209141170
HSL0.930.430.69
HSV334°33°82°
CMYK 0.000.330.19   0.18
XYZ43.075135.507342.6135
Yxy35.50730.35540.2930
Hunter Lab59.588024.7555-0.6888
CIE-Lab66.141730.0010-4.6700

#d18daa color RGB value is (209,141,170).

#d18daa hex color red value is 209, green value is 141 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d18daa hue: 0.93 , saturation: 0.43 and the lightness value of d18daa is 0.69.

The process color (four color CMYK) of #d18daa color hex is 0.00, 0.33, 0.19, 0.18. Web safe color of #d18daa is #cc9999. Color #d18daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001101 10101010
Octal 321 215 252
Decimal 209 141 170
Hex D1 8D AA

RGB Percentages of Color #d18daa

%40.19
%27.12
%32.69

CMYK Percentages of Color #d18daa

%0
%33
%19
%18

Triadic Colors of #d18daa

#d18daa #aad18d #8daad1

Analogous Colors of #d18daa

#d18daa #d1928d #d18dcc

Monochromatic Colors of #d18daa

#d18daa

Complementary Color

#d18daa #8dd1b4

#d18daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18daa Color CSS Codes

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

#d18daa Text Font Color

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

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


#d18daa Background Color

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

This div background color is #d18daa


#d18daa Border Color

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

This div border color is #d18daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18daa


Comments

No comments written yet.

Please login to write comment.