Color Hex Logo

#b4ab3f Color Hex

#B4AB3F
(180,171,63)
0 Favorites   0 Comments

Color spaces of #b4ab3f

RGB 18017163
HSL0.150.480.48
HSV55°65°71°
CMYK 0.000.050.65   0.29
XYZ34.282539.188010.4598
Yxy39.18800.40850.4669
Hunter Lab62.6003-11.796633.9135
CIE-Lab68.8872-9.976854.7596

#b4ab3f color RGB value is (180,171,63).

#b4ab3f hex color red value is 180, green value is 171 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #b4ab3f hue: 0.15 , saturation: 0.48 and the lightness value of b4ab3f is 0.48.

The process color (four color CMYK) of #b4ab3f color hex is 0.00, 0.05, 0.65, 0.29. Web safe color of #b4ab3f is #cc9933. Color #b4ab3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101011 00111111
Octal 264 253 77
Decimal 180 171 63
Hex B4 AB 3F

RGB Percentages of Color #b4ab3f

%43.48
%41.30
%15.22

CMYK Percentages of Color #b4ab3f

%0
%5
%65
%29

Triadic Colors of #b4ab3f

#b4ab3f #3fb4ab #ab3fb4

Analogous Colors of #b4ab3f

#b4ab3f #83b43f #b4713f

Monochromatic Colors of #b4ab3f

#b4ab3f

Complementary Color

#b4ab3f #3f48b4

#b4ab3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ab3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ab3f Color CSS Codes

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

#b4ab3f Text Font Color

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

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


#b4ab3f Background Color

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

This div background color is #b4ab3f


#b4ab3f Border Color

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

This div border color is #b4ab3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ab3f


Comments

No comments written yet.

Please login to write comment.