Color Hex Logo

#b4980e Color Hex

#B4980E
(180,152,14)
0 Favorites   0 Comments

Color spaces of #b4980e

RGB 18015214
HSL0.140.860.38
HSV50°92°71°
CMYK 0.000.160.92   0.29
XYZ30.129932.19155.0410
Yxy32.19150.44730.4779
Hunter Lab56.7376-4.500134.4485
CIE-Lab63.5008-1.752965.2554

#b4980e color RGB value is (180,152,14).

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

The process color (four color CMYK) of #b4980e color hex is 0.00, 0.16, 0.92, 0.29. Web safe color of #b4980e is #cc9900. Color #b4980e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011000 00001110
Octal 264 230 16
Decimal 180 152 14
Hex B4 98 E

RGB Percentages of Color #b4980e

%52.02
%43.93
%4.05

CMYK Percentages of Color #b4980e

%0
%16
%92
%29

Triadic Colors of #b4980e

#b4980e #0eb498 #980eb4

Analogous Colors of #b4980e

#b4980e #7db40e #b4450e

Monochromatic Colors of #b4980e

#b4980e

Complementary Color

#b4980e #0e2ab4

#b4980e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4980e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4980e Color CSS Codes

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

#b4980e Text Font Color

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

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


#b4980e Background Color

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

This div background color is #b4980e


#b4980e Border Color

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

This div border color is #b4980e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4980e


Comments

No comments written yet.

Please login to write comment.