Color Hex Logo

#b6abaf Color Hex

#B6ABAF
(182,171,175)
0 Favorites   0 Comments

Color spaces of #b6abaf

RGB 182171175
HSL0.940.070.69
HSV338°71°
CMYK 0.000.060.04   0.29
XYZ41.592242.166046.5042
Yxy42.16600.31930.3237
Hunter Lab64.93540.69542.9935
CIE-Lab70.98524.6651-0.6425

#b6abaf color RGB value is (182,171,175).

#b6abaf hex color red value is 182, green value is 171 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b6abaf hue: 0.94 , saturation: 0.07 and the lightness value of b6abaf is 0.69.

The process color (four color CMYK) of #b6abaf color hex is 0.00, 0.06, 0.04, 0.29. Web safe color of #b6abaf is #cc9999. Color #b6abaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101011 10101111
Octal 266 253 257
Decimal 182 171 175
Hex B6 AB AF

RGB Percentages of Color #b6abaf

%34.47
%32.39
%33.14

CMYK Percentages of Color #b6abaf

%0
%6
%4
%29

Triadic Colors of #b6abaf

#b6abaf #afb6ab #abafb6

Analogous Colors of #b6abaf

#b6abaf #b6adab #b6abb5

Monochromatic Colors of #b6abaf

#b6abaf

Complementary Color

#b6abaf #abb6b2

#b6abaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6abaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6abaf Color CSS Codes

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

#b6abaf Text Font Color

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

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


#b6abaf Background Color

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

This div background color is #b6abaf


#b6abaf Border Color

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

This div border color is #b6abaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6abaf


Comments

No comments written yet.

Please login to write comment.