Color Hex Logo

#b09cad Color Hex

#B09CAD
(176,156,173)
0 Favorites   0 Comments

Color spaces of #b09cad

RGB 176156173
HSL0.860.110.65
HSV309°11°69°
CMYK 0.000.110.02   0.31
XYZ37.335836.024244.5207
Yxy36.02420.31670.3056
Hunter Lab60.02026.0014-1.9650
CIE-Lab66.538410.4147-6.1368

#b09cad color RGB value is (176,156,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011100 10101101
Octal 260 234 255
Decimal 176 156 173
Hex B0 9C AD

RGB Percentages of Color #b09cad

%34.85
%30.89
%34.26

CMYK Percentages of Color #b09cad

%0
%11
%2
%31

Triadic Colors of #b09cad

#b09cad #adb09c #9cadb0

Analogous Colors of #b09cad

#b09cad #b09ca3 #a99cb0

Monochromatic Colors of #b09cad

#b09cad

Complementary Color

#b09cad #9cb09f

#b09cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09cad Color CSS Codes

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

#b09cad Text Font Color

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

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


#b09cad Background Color

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

This div background color is #b09cad


#b09cad Border Color

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

This div border color is #b09cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,156,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09cad

#b09cad Color Palettes


Comments

No comments written yet.

Please login to write comment.