Color Hex Logo

#d09caa Color Hex

#D09CAA
(208,156,170)
0 Favorites   0 Comments

Color spaces of #d09caa

RGB 208156170
HSL0.960.360.71
HSV344°25°82°
CMYK 0.000.250.18   0.18
XYZ45.156640.089143.3882
Yxy40.08910.35100.3117
Hunter Lab63.316016.50233.6918
CIE-Lab69.532921.47290.2957

#d09caa color RGB value is (208,156,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011100 10101010
Octal 320 234 252
Decimal 208 156 170
Hex D0 9C AA

RGB Percentages of Color #d09caa

%38.95
%29.21
%31.84

CMYK Percentages of Color #d09caa

%0
%25
%18
%18

Triadic Colors of #d09caa

#d09caa #aad09c #9caad0

Analogous Colors of #d09caa

#d09caa #d0a89c #d09cc4

Monochromatic Colors of #d09caa

#d09caa

Complementary Color

#d09caa #9cd0c2

#d09caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09caa Color CSS Codes

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

#d09caa Text Font Color

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

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


#d09caa Background Color

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

This div background color is #d09caa


#d09caa Border Color

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

This div border color is #d09caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09caa


Comments

No comments written yet.

Please login to write comment.