Color Hex Logo

#b8abaf Color Hex

#B8ABAF
(184,171,175)
0 Favorites   0 Comments

Color spaces of #b8abaf

RGB 184171175
HSL0.950.080.70
HSV342°72°
CMYK 0.000.070.05   0.28
XYZ42.067942.411346.5264
Yxy42.41130.32110.3237
Hunter Lab65.12401.33813.2283
CIE-Lab71.15365.3812-0.3762

#b8abaf color RGB value is (184,171,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101011 10101111
Octal 270 253 257
Decimal 184 171 175
Hex B8 AB AF

RGB Percentages of Color #b8abaf

%34.72
%32.26
%33.02

CMYK Percentages of Color #b8abaf

%0
%7
%5
%28

Triadic Colors of #b8abaf

#b8abaf #afb8ab #abafb8

Analogous Colors of #b8abaf

#b8abaf #b8aeab #b8abb6

Monochromatic Colors of #b8abaf

#b8abaf

Complementary Color

#b8abaf #abb8b4

#b8abaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8abaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8abaf Color CSS Codes

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

#b8abaf Text Font Color

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

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


#b8abaf Background Color

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

This div background color is #b8abaf


#b8abaf Border Color

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

This div border color is #b8abaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8abaf


Comments

No comments written yet.

Please login to write comment.