Color Hex Logo

#b2980f Color Hex

#B2980F
(178,152,15)
0 Favorites   0 Comments

Color spaces of #b2980f

RGB 17815215
HSL0.140.840.38
HSV50°92°70°
CMYK 0.000.150.92   0.30
XYZ29.674631.95595.0560
Yxy31.95590.44500.4792
Hunter Lab56.5295-5.225034.2678
CIE-Lab63.3064-2.640964.8490

#b2980f color RGB value is (178,152,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011000 00001111
Octal 262 230 17
Decimal 178 152 15
Hex B2 98 F

RGB Percentages of Color #b2980f

%51.59
%44.06
%4.35

CMYK Percentages of Color #b2980f

%0
%15
%92
%30

Triadic Colors of #b2980f

#b2980f #0fb298 #980fb2

Analogous Colors of #b2980f

#b2980f #7bb20f #b2470f

Monochromatic Colors of #b2980f

#b2980f

Complementary Color

#b2980f #0f29b2

#b2980f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2980f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2980f Color CSS Codes

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

#b2980f Text Font Color

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

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


#b2980f Background Color

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

This div background color is #b2980f


#b2980f Border Color

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

This div border color is #b2980f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2980f


Comments

No comments written yet.

Please login to write comment.