Color Hex Logo

#d09aac Color Hex

#D09AAC
(208,154,172)
0 Favorites   0 Comments

Color spaces of #d09aac

RGB 208154172
HSL0.940.360.71
HSV340°26°82°
CMYK 0.000.260.17   0.18
XYZ45.014439.499744.2814
Yxy39.49970.34950.3067
Hunter Lab62.848817.86232.2202
CIE-Lab69.111722.8787-1.4337

#d09aac color RGB value is (208,154,172).

#d09aac hex color red value is 208, green value is 154 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d09aac hue: 0.94 , saturation: 0.36 and the lightness value of d09aac is 0.71.

The process color (four color CMYK) of #d09aac color hex is 0.00, 0.26, 0.17, 0.18. Web safe color of #d09aac is #cc9999. Color #d09aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011010 10101100
Octal 320 232 254
Decimal 208 154 172
Hex D0 9A AC

RGB Percentages of Color #d09aac

%38.95
%28.84
%32.21

CMYK Percentages of Color #d09aac

%0
%26
%17
%18

Triadic Colors of #d09aac

#d09aac #acd09a #9aacd0

Analogous Colors of #d09aac

#d09aac #d0a39a #d09ac7

Monochromatic Colors of #d09aac

#d09aac

Complementary Color

#d09aac #9ad0be

#d09aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09aac Color CSS Codes

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

#d09aac Text Font Color

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

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


#d09aac Background Color

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

This div background color is #d09aac


#d09aac Border Color

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

This div border color is #d09aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,154,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d09aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d09aac;
  -webkit-box-shadow: 1px 1px 3px 2px #d09aac;
  box-shadow:         1px 1px 3px 2px #d09aac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,154,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09aac


Comments

No comments written yet.

Please login to write comment.