Color Hex Logo

#b0abad Color Hex

#B0ABAD
(176,171,173)
0 Favorites   0 Comments

Color spaces of #b0abad

RGB 176171173
HSL0.930.030.68
HSV336°69°
CMYK 0.000.030.02   0.31
XYZ40.010241.373145.4122
Yxy41.37310.31550.3263
Hunter Lab64.3219-1.53093.1658
CIE-Lab70.43652.1550-0.4002

#b0abad color RGB value is (176,171,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101011 10101101
Octal 260 253 255
Decimal 176 171 173
Hex B0 AB AD

RGB Percentages of Color #b0abad

%33.85
%32.88
%33.27

CMYK Percentages of Color #b0abad

%0
%3
%2
%31

Triadic Colors of #b0abad

#b0abad #adb0ab #abadb0

Analogous Colors of #b0abad

#b0abad #b0acab #b0abb0

Monochromatic Colors of #b0abad

#b0abad

Complementary Color

#b0abad #abb0ae

#b0abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0abad Color CSS Codes

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

#b0abad Text Font Color

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

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


#b0abad Background Color

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

This div background color is #b0abad


#b0abad Border Color

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

This div border color is #b0abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0abad


Comments

No comments written yet.

Please login to write comment.