Color Hex Logo

#b2ab31 Color Hex

#B2AB31
(178,171,49)
0 Favorites   0 Comments

Color spaces of #b2ab31

RGB 17817149
HSL0.160.570.45
HSV57°72°70°
CMYK 0.000.040.72   0.30
XYZ33.477438.81258.6329
Yxy38.81250.41370.4796
Hunter Lab62.2997-13.105635.3939
CIE-Lab68.6152-11.612659.9681

#b2ab31 color RGB value is (178,171,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101011 00110001
Octal 262 253 61
Decimal 178 171 49
Hex B2 AB 31

RGB Percentages of Color #b2ab31

%44.72
%42.96
%12.31

CMYK Percentages of Color #b2ab31

%0
%4
%72
%30

Triadic Colors of #b2ab31

#b2ab31 #31b2ab #ab31b2

Analogous Colors of #b2ab31

#b2ab31 #79b231 #b26b31

Monochromatic Colors of #b2ab31

#b2ab31

Complementary Color

#b2ab31 #3138b2

#b2ab31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ab31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ab31 Color CSS Codes

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

#b2ab31 Text Font Color

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

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


#b2ab31 Background Color

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

This div background color is #b2ab31


#b2ab31 Border Color

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

This div border color is #b2ab31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ab31


Comments

No comments written yet.

Please login to write comment.