Color Hex Logo

#b3ab32 Color Hex

#B3AB32
(179,171,50)
0 Favorites   0 Comments

Color spaces of #b3ab32

RGB 17917150
HSL0.160.560.45
HSV56°72°70°
CMYK 0.000.040.72   0.30
XYZ33.729038.93988.7560
Yxy38.93980.41420.4782
Hunter Lab62.4018-12.721435.3619
CIE-Lab68.7076-11.128659.7209

#b3ab32 color RGB value is (179,171,50).

#b3ab32 hex color red value is 179, green value is 171 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #b3ab32 hue: 0.16 , saturation: 0.56 and the lightness value of b3ab32 is 0.45.

The process color (four color CMYK) of #b3ab32 color hex is 0.00, 0.04, 0.72, 0.30. Web safe color of #b3ab32 is #cc9933. Color #b3ab32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101011 00110010
Octal 263 253 62
Decimal 179 171 50
Hex B3 AB 32

RGB Percentages of Color #b3ab32

%44.75
%42.75
%12.50

CMYK Percentages of Color #b3ab32

%0
%4
%72
%30

Triadic Colors of #b3ab32

#b3ab32 #32b3ab #ab32b3

Analogous Colors of #b3ab32

#b3ab32 #7bb332 #b36b32

Monochromatic Colors of #b3ab32

#b3ab32

Complementary Color

#b3ab32 #323ab3

#b3ab32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ab32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ab32 Color CSS Codes

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

#b3ab32 Text Font Color

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

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


#b3ab32 Background Color

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

This div background color is #b3ab32


#b3ab32 Border Color

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

This div border color is #b3ab32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ab32


Comments

No comments written yet.

Please login to write comment.