Color Hex Logo

#b8baad Color Hex

#B8BAAD
(184,186,173)
0 Favorites   0 Comments

Color spaces of #b8baad

RGB 184186173
HSL0.190.090.70
HSV69°73°
CMYK 0.010.000.07   0.27
XYZ44.868948.325346.4980
Yxy48.32530.32120.3459
Hunter Lab69.5164-6.44219.0037
CIE-Lab75.0296-3.05016.3373

#b8baad color RGB value is (184,186,173).

#b8baad hex color red value is 184, green value is 186 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b8baad hue: 0.19 , saturation: 0.09 and the lightness value of b8baad is 0.70.

The process color (four color CMYK) of #b8baad color hex is 0.01, 0.00, 0.07, 0.27. Web safe color of #b8baad is #cccc99. Color #b8baad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111010 10101101
Octal 270 272 255
Decimal 184 186 173
Hex B8 BA AD

RGB Percentages of Color #b8baad

%33.89
%34.25
%31.86

CMYK Percentages of Color #b8baad

%1
%0
%7
%27

Triadic Colors of #b8baad

#b8baad #adb8ba #baadb8

Analogous Colors of #b8baad

#b8baad #b2baad #bab6ad

Monochromatic Colors of #b8baad

#b8baad

Complementary Color

#b8baad #afadba

#b8baad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8baad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8baad Color CSS Codes

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

#b8baad Text Font Color

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

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


#b8baad Background Color

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

This div background color is #b8baad


#b8baad Border Color

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

This div border color is #b8baad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8baad


Comments

No comments written yet.

Please login to write comment.