Color Hex Logo

#d09baa Color Hex

#D09BAA
(208,155,170)
0 Favorites   0 Comments

Color spaces of #d09baa

RGB 208155170
HSL0.950.360.71
HSV343°25°82°
CMYK 0.000.250.18   0.18
XYZ44.989539.754943.3325
Yxy39.75490.35130.3104
Hunter Lab63.051517.02613.3886
CIE-Lab69.294622.0184-0.0523

#d09baa color RGB value is (208,155,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011011 10101010
Octal 320 233 252
Decimal 208 155 170
Hex D0 9B AA

RGB Percentages of Color #d09baa

%39.02
%29.08
%31.89

CMYK Percentages of Color #d09baa

%0
%25
%18
%18

Triadic Colors of #d09baa

#d09baa #aad09b #9baad0

Analogous Colors of #d09baa

#d09baa #d0a79b #d09bc5

Monochromatic Colors of #d09baa

#d09baa

Complementary Color

#d09baa #9bd0c1

#d09baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09baa Color CSS Codes

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

#d09baa Text Font Color

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

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


#d09baa Background Color

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

This div background color is #d09baa


#d09baa Border Color

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

This div border color is #d09baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09baa


Comments

No comments written yet.

Please login to write comment.