Color Hex Logo

#bb980c Color Hex

#BB980C
(187,152,12)
0 Favorites   0 Comments

Color spaces of #bb980c

RGB 18715212
HSL0.130.880.39
HSV48°94°73°
CMYK 0.000.190.94   0.27
XYZ31.788133.04785.0513
Yxy33.04780.45480.4729
Hunter Lab57.4872-1.899435.0313
CIE-Lab64.19961.378166.4112

#bb980c color RGB value is (187,152,12).

#bb980c hex color red value is 187, green value is 152 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #bb980c hue: 0.13 , saturation: 0.88 and the lightness value of bb980c is 0.39.

The process color (four color CMYK) of #bb980c color hex is 0.00, 0.19, 0.94, 0.27. Web safe color of #bb980c is #cc9900. Color #bb980c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011000 00001100
Octal 273 230 14
Decimal 187 152 12
Hex BB 98 C

RGB Percentages of Color #bb980c

%53.28
%43.30
%3.42

CMYK Percentages of Color #bb980c

%0
%19
%94
%27

Triadic Colors of #bb980c

#bb980c #0cbb98 #980cbb

Analogous Colors of #bb980c

#bb980c #87bb0c #bb400c

Monochromatic Colors of #bb980c

#bb980c

Complementary Color

#bb980c #0c2fbb

#bb980c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb980c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb980c Color CSS Codes

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

#bb980c Text Font Color

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

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


#bb980c Background Color

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

This div background color is #bb980c


#bb980c Border Color

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

This div border color is #bb980c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb980c


Comments

No comments written yet.

Please login to write comment.