Color Hex Logo

#bbb50e Color Hex

#BBB50E
(187,181,14)
0 Favorites   0 Comments

Color spaces of #bbb50e

RGB 18718114
HSL0.160.860.39
HSV58°93°73°
CMYK 0.000.030.93   0.27
XYZ37.096743.64426.8844
Yxy43.64420.42340.4981
Hunter Lab66.0638-15.378740.0661
CIE-Lab71.9900-13.867172.0301

#bbb50e color RGB value is (187,181,14).

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

The process color (four color CMYK) of #bbb50e color hex is 0.00, 0.03, 0.93, 0.27. Web safe color of #bbb50e is #cccc00. Color #bbb50e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110101 00001110
Octal 273 265 16
Decimal 187 181 14
Hex BB B5 E

RGB Percentages of Color #bbb50e

%48.95
%47.38
%3.66

CMYK Percentages of Color #bbb50e

%0
%3
%93
%27

Triadic Colors of #bbb50e

#bbb50e #0ebbb5 #b50ebb

Analogous Colors of #bbb50e

#bbb50e #6bbb0e #bb5f0e

Monochromatic Colors of #bbb50e

#bbb50e

Complementary Color

#bbb50e #0e14bb

#bbb50e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb50e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb50e Color CSS Codes

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

#bbb50e Text Font Color

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

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


#bbb50e Background Color

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

This div background color is #bbb50e


#bbb50e Border Color

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

This div border color is #bbb50e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb50e


Comments

No comments written yet.

Please login to write comment.