Color Hex Logo

#b9980a Color Hex

#B9980A
(185,152,10)
0 Favorites   0 Comments

Color spaces of #b9980a

RGB 18515210
HSL0.140.900.38
HSV49°95°73°
CMYK 0.000.180.95   0.27
XYZ31.290632.79274.9676
Yxy32.79270.45320.4749
Hunter Lab57.2649-2.677934.9422
CIE-Lab63.99270.449766.4537

#b9980a color RGB value is (185,152,10).

#b9980a hex color red value is 185, green value is 152 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #b9980a hue: 0.14 , saturation: 0.90 and the lightness value of b9980a is 0.38.

The process color (four color CMYK) of #b9980a color hex is 0.00, 0.18, 0.95, 0.27. Web safe color of #b9980a is #cc9900. Color #b9980a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011000 00001010
Octal 271 230 12
Decimal 185 152 10
Hex B9 98 A

RGB Percentages of Color #b9980a

%53.31
%43.80
%2.88

CMYK Percentages of Color #b9980a

%0
%18
%95
%27

Triadic Colors of #b9980a

#b9980a #0ab998 #980ab9

Analogous Colors of #b9980a

#b9980a #83b90a #b9410a

Monochromatic Colors of #b9980a

#b9980a

Complementary Color

#b9980a #0a2bb9

#b9980a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9980a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9980a Color CSS Codes

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

#b9980a Text Font Color

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

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


#b9980a Background Color

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

This div background color is #b9980a


#b9980a Border Color

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

This div border color is #b9980a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9980a


Comments

No comments written yet.

Please login to write comment.