Color Hex Logo

#b2abaf Color Hex

#B2ABAF
(178,171,175)
0 Favorites   0 Comments

Color spaces of #b2abaf

RGB 178171175
HSL0.900.040.68
HSV326°70°
CMYK 0.000.040.02   0.30
XYZ40.660941.685946.4606
Yxy41.68590.31570.3236
Hunter Lab64.5646-0.57402.5302
CIE-Lab70.65383.2389-1.1668

#b2abaf color RGB value is (178,171,175).

#b2abaf hex color red value is 178, green value is 171 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b2abaf hue: 0.90 , saturation: 0.04 and the lightness value of b2abaf is 0.68.

The process color (four color CMYK) of #b2abaf color hex is 0.00, 0.04, 0.02, 0.30. Web safe color of #b2abaf is #999999. Color #b2abaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101011 10101111
Octal 262 253 257
Decimal 178 171 175
Hex B2 AB AF

RGB Percentages of Color #b2abaf

%33.97
%32.63
%33.40

CMYK Percentages of Color #b2abaf

%0
%4
%2
%30

Triadic Colors of #b2abaf

#b2abaf #afb2ab #abafb2

Analogous Colors of #b2abaf

#b2abaf #b2abac #b2abb2

Monochromatic Colors of #b2abaf

#b2abaf

Complementary Color

#b2abaf #abb2ae

#b2abaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2abaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2abaf Color CSS Codes

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

#b2abaf Text Font Color

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

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


#b2abaf Background Color

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

This div background color is #b2abaf


#b2abaf Border Color

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

This div border color is #b2abaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2abaf

#b2abaf Color Palettes


Comments

No comments written yet.

Please login to write comment.