Color Hex Logo

#b0ad9e Color Hex

#B0AD9E
(176,173,158)
0 Favorites   0 Comments

Color spaces of #b0ad9e

RGB 176173158
HSL0.140.100.65
HSV50°10°69°
CMYK 0.000.020.10   0.31
XYZ39.019641.585938.3181
Yxy41.58590.32810.3497
Hunter Lab64.4871-4.84659.9110
CIE-Lab70.5845-1.60128.0803

#b0ad9e color RGB value is (176,173,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101101 10011110
Octal 260 255 236
Decimal 176 173 158
Hex B0 AD 9E

RGB Percentages of Color #b0ad9e

%34.71
%34.12
%31.16

CMYK Percentages of Color #b0ad9e

%0
%2
%10
%31

Triadic Colors of #b0ad9e

#b0ad9e #9eb0ad #ad9eb0

Analogous Colors of #b0ad9e

#b0ad9e #aab09e #b0a49e

Monochromatic Colors of #b0ad9e

#b0ad9e

Complementary Color

#b0ad9e #9ea1b0

#b0ad9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0ad9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0ad9e Color CSS Codes

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

#b0ad9e Text Font Color

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

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


#b0ad9e Background Color

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

This div background color is #b0ad9e


#b0ad9e Border Color

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

This div border color is #b0ad9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0ad9e


Comments

No comments written yet.

Please login to write comment.