Color Hex Logo

#b4981a Color Hex

#B4981A
(180,152,26)
0 Favorites   0 Comments

Color spaces of #b4981a

RGB 18015226
HSL0.140.750.40
HSV49°86°71°
CMYK 0.000.160.86   0.29
XYZ30.237132.23445.6055
Yxy32.23440.44420.4735
Hunter Lab56.7753-4.292333.8890
CIE-Lab63.5361-1.501262.7298

#b4981a color RGB value is (180,152,26).

#b4981a hex color red value is 180, green value is 152 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #b4981a hue: 0.14 , saturation: 0.75 and the lightness value of b4981a is 0.40.

The process color (four color CMYK) of #b4981a color hex is 0.00, 0.16, 0.86, 0.29. Web safe color of #b4981a is #cc9933. Color #b4981a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011000 00011010
Octal 264 230 32
Decimal 180 152 26
Hex B4 98 1A

RGB Percentages of Color #b4981a

%50.28
%42.46
%7.26

CMYK Percentages of Color #b4981a

%0
%16
%86
%29

Triadic Colors of #b4981a

#b4981a #1ab498 #981ab4

Analogous Colors of #b4981a

#b4981a #83b41a #b44b1a

Monochromatic Colors of #b4981a

#b4981a

Complementary Color

#b4981a #1a36b4

#b4981a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4981a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4981a Color CSS Codes

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

#b4981a Text Font Color

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

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


#b4981a Background Color

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

This div background color is #b4981a


#b4981a Border Color

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

This div border color is #b4981a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4981a


Comments

No comments written yet.

Please login to write comment.