Color Hex Logo

#b2980e Color Hex

#B2980E
(178,152,14)
0 Favorites   0 Comments

Color spaces of #b2980e

RGB 17815214
HSL0.140.850.38
HSV50°92°70°
CMYK 0.000.150.92   0.30
XYZ29.667631.95325.0194
Yxy31.95320.44520.4795
Hunter Lab56.5272-5.239034.3043
CIE-Lab63.3042-2.657965.0190

#b2980e color RGB value is (178,152,14).

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

The process color (four color CMYK) of #b2980e color hex is 0.00, 0.15, 0.92, 0.30. Web safe color of #b2980e is #999900. Color #b2980e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011000 00001110
Octal 262 230 16
Decimal 178 152 14
Hex B2 98 E

RGB Percentages of Color #b2980e

%51.74
%44.19
%4.07

CMYK Percentages of Color #b2980e

%0
%15
%92
%30

Triadic Colors of #b2980e

#b2980e #0eb298 #980eb2

Analogous Colors of #b2980e

#b2980e #7ab20e #b2460e

Monochromatic Colors of #b2980e

#b2980e

Complementary Color

#b2980e #0e28b2

#b2980e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2980e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2980e Color CSS Codes

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

#b2980e Text Font Color

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

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


#b2980e Background Color

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

This div background color is #b2980e


#b2980e Border Color

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

This div border color is #b2980e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,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 #b2980e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2980e


Comments

No comments written yet.

Please login to write comment.