Color Hex Logo

#bbb80a Color Hex

#BBB80A
(187,184,10)
0 Favorites   0 Comments

Color spaces of #bbb80a

RGB 18718410
HSL0.160.900.39
HSV59°95°73°
CMYK 0.000.020.95   0.27
XYZ37.688844.86776.9611
Yxy44.86770.42100.5012
Hunter Lab66.9834-16.786240.7268
CIE-Lab72.8047-15.444773.1399

#bbb80a color RGB value is (187,184,10).

#bbb80a hex color red value is 187, green value is 184 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bbb80a hue: 0.16 , saturation: 0.90 and the lightness value of bbb80a is 0.39.

The process color (four color CMYK) of #bbb80a color hex is 0.00, 0.02, 0.95, 0.27. Web safe color of #bbb80a is #cccc00. Color #bbb80a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111000 00001010
Octal 273 270 12
Decimal 187 184 10
Hex BB B8 A

RGB Percentages of Color #bbb80a

%49.08
%48.29
%2.62

CMYK Percentages of Color #bbb80a

%0
%2
%95
%27

Triadic Colors of #bbb80a

#bbb80a #0abbb8 #b80abb

Analogous Colors of #bbb80a

#bbb80a #66bb0a #bb5f0a

Monochromatic Colors of #bbb80a

#bbb80a

Complementary Color

#bbb80a #0a0dbb

#bbb80a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb80a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb80a Color CSS Codes

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

#bbb80a Text Font Color

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

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


#bbb80a Background Color

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

This div background color is #bbb80a


#bbb80a Border Color

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

This div border color is #bbb80a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb80a


Comments

No comments written yet.

Please login to write comment.