Color Hex Logo

#b8adab Color Hex

#B8ADAB
(184,173,171)
1 Favorites   0 Comments

Color spaces of #b8adab

RGB 184173171
HSL0.030.080.70
HSV72°
CMYK 0.000.060.07   0.28
XYZ42.061443.017844.6145
Yxy43.01780.32430.3317
Hunter Lab65.5880-0.30735.5811
CIE-Lab71.56713.57932.4290

#b8adab color RGB value is (184,173,171).

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

The process color (four color CMYK) of #b8adab color hex is 0.00, 0.06, 0.07, 0.28. Web safe color of #b8adab is #cc9999. Color #b8adab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101101 10101011
Octal 270 255 253
Decimal 184 173 171
Hex B8 AD AB

RGB Percentages of Color #b8adab

%34.85
%32.77
%32.39

CMYK Percentages of Color #b8adab

%0
%6
%7
%28

Triadic Colors of #b8adab

#b8adab #abb8ad #adabb8

Analogous Colors of #b8adab

#b8adab #b8b4ab #b8abb0

Monochromatic Colors of #b8adab

#b8adab

Complementary Color

#b8adab #abb6b8

#b8adab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8adab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8adab Color CSS Codes

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

#b8adab Text Font Color

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

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


#b8adab Background Color

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

This div background color is #b8adab


#b8adab Border Color

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

This div border color is #b8adab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8adab

#b8adab Color Palettes


Comments

No comments written yet.

Please login to write comment.