Color Hex Logo

#b09daa Color Hex

#B09DAA
(176,157,170)
0 Favorites   0 Comments

Color spaces of #b09daa

RGB 176157170
HSL0.890.110.65
HSV319°11°69°
CMYK 0.000.110.03   0.31
XYZ37.217236.246343.0649
Yxy36.24630.31940.3111
Hunter Lab60.20494.9858-0.2670
CIE-Lab66.70779.2969-4.2090

#b09daa color RGB value is (176,157,170).

#b09daa hex color red value is 176, green value is 157 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b09daa hue: 0.89 , saturation: 0.11 and the lightness value of b09daa is 0.65.

The process color (four color CMYK) of #b09daa color hex is 0.00, 0.11, 0.03, 0.31. Web safe color of #b09daa is #999999. Color #b09daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011101 10101010
Octal 260 235 252
Decimal 176 157 170
Hex B0 9D AA

RGB Percentages of Color #b09daa

%34.99
%31.21
%33.80

CMYK Percentages of Color #b09daa

%0
%11
%3
%31

Triadic Colors of #b09daa

#b09daa #aab09d #9daab0

Analogous Colors of #b09daa

#b09daa #b09da1 #ad9db0

Monochromatic Colors of #b09daa

#b09daa

Complementary Color

#b09daa #9db0a3

#b09daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09daa Color CSS Codes

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

#b09daa Text Font Color

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

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


#b09daa Background Color

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

This div background color is #b09daa


#b09daa Border Color

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

This div border color is #b09daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09daa


Comments

No comments written yet.

Please login to write comment.