Color Hex Logo

#b6aba2 Color Hex

#B6ABA2
(182,171,162)
1 Favorites   0 Comments

Color spaces of #b6aba2

RGB 182171162
HSL0.080.120.67
HSV27°11°71°
CMYK 0.000.060.11   0.29
XYZ40.375941.679540.0993
Yxy41.67950.33050.3412
Hunter Lab64.5597-1.34478.3656
CIE-Lab70.64942.37576.0374

#b6aba2 color RGB value is (182,171,162).

#b6aba2 hex color red value is 182, green value is 171 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #b6aba2 hue: 0.08 , saturation: 0.12 and the lightness value of b6aba2 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101011 10100010
Octal 266 253 242
Decimal 182 171 162
Hex B6 AB A2

RGB Percentages of Color #b6aba2

%35.34
%33.20
%31.46

CMYK Percentages of Color #b6aba2

%0
%6
%11
%29

Triadic Colors of #b6aba2

#b6aba2 #a2b6ab #aba2b6

Analogous Colors of #b6aba2

#b6aba2 #b6b5a2 #b6a2a3

Monochromatic Colors of #b6aba2

#b6aba2

Complementary Color

#b6aba2 #a2adb6

#b6aba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6aba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6aba2 Color CSS Codes

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

#b6aba2 Text Font Color

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

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


#b6aba2 Background Color

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

This div background color is #b6aba2


#b6aba2 Border Color

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

This div border color is #b6aba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6aba2

#b6aba2 Color Palettes


Comments

No comments written yet.

Please login to write comment.