Color Hex Logo

#bbb30a Color Hex

#BBB30A
(187,179,10)
0 Favorites   0 Comments

Color spaces of #bbb30a

RGB 18717910
HSL0.160.900.39
HSV57°95°73°
CMYK 0.000.040.95   0.27
XYZ36.668442.82696.6209
Yxy42.82690.42580.4973
Hunter Lab65.4423-14.507439.8111
CIE-Lab71.4373-12.896472.1070

#bbb30a color RGB value is (187,179,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 00001010
Octal 273 263 12
Decimal 187 179 10
Hex BB B3 A

RGB Percentages of Color #bbb30a

%49.73
%47.61
%2.66

CMYK Percentages of Color #bbb30a

%0
%4
%95
%27

Triadic Colors of #bbb30a

#bbb30a #0abbb3 #b30abb

Analogous Colors of #bbb30a

#bbb30a #6bbb0a #bb5b0a

Monochromatic Colors of #bbb30a

#bbb30a

Complementary Color

#bbb30a #0a12bb

#bbb30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb30a Color CSS Codes

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

#bbb30a Text Font Color

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

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


#bbb30a Background Color

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

This div background color is #bbb30a


#bbb30a Border Color

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

This div border color is #bbb30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb30a


Comments

No comments written yet.

Please login to write comment.