Color Hex Logo

#b2ab6b Color Hex

#B2AB6B
(178,171,107)
0 Favorites   0 Comments

Color spaces of #b2ab6b

RGB 178171107
HSL0.150.320.56
HSV54°40°70°
CMYK 0.000.040.40   0.30
XYZ35.576839.652319.6885
Yxy39.65230.37480.4178
Hunter Lab62.9701-9.348825.5412
CIE-Lab69.2212-6.992333.8370

#b2ab6b color RGB value is (178,171,107).

#b2ab6b hex color red value is 178, green value is 171 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #b2ab6b hue: 0.15 , saturation: 0.32 and the lightness value of b2ab6b is 0.56.

The process color (four color CMYK) of #b2ab6b color hex is 0.00, 0.04, 0.40, 0.30. Web safe color of #b2ab6b is #999966. Color #b2ab6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101011 01101011
Octal 262 253 153
Decimal 178 171 107
Hex B2 AB 6B

RGB Percentages of Color #b2ab6b

%39.04
%37.50
%23.46

CMYK Percentages of Color #b2ab6b

%0
%4
%40
%30

Triadic Colors of #b2ab6b

#b2ab6b #6bb2ab #ab6bb2

Analogous Colors of #b2ab6b

#b2ab6b #96b26b #b2886b

Monochromatic Colors of #b2ab6b

#b2ab6b

Complementary Color

#b2ab6b #6b72b2

#b2ab6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ab6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ab6b Color CSS Codes

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

#b2ab6b Text Font Color

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

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


#b2ab6b Background Color

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

This div background color is #b2ab6b


#b2ab6b Border Color

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

This div border color is #b2ab6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ab6b


Comments

No comments written yet.

Please login to write comment.