Color Hex Logo

#bbb50f Color Hex

#BBB50F
(187,181,15)
0 Favorites   0 Comments

Color spaces of #bbb50f

RGB 18718115
HSL0.160.850.40
HSV58°92°73°
CMYK 0.000.030.92   0.27
XYZ37.103643.64706.9211
Yxy43.64700.42320.4978
Hunter Lab66.0659-15.367040.0349
CIE-Lab71.9919-13.852571.8921

#bbb50f color RGB value is (187,181,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110101 00001111
Octal 273 265 17
Decimal 187 181 15
Hex BB B5 F

RGB Percentages of Color #bbb50f

%48.83
%47.26
%3.92

CMYK Percentages of Color #bbb50f

%0
%3
%92
%27

Triadic Colors of #bbb50f

#bbb50f #0fbbb5 #b50fbb

Analogous Colors of #bbb50f

#bbb50f #6bbb0f #bb5f0f

Monochromatic Colors of #bbb50f

#bbb50f

Complementary Color

#bbb50f #0f15bb

#bbb50f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb50f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb50f Color CSS Codes

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

#bbb50f Text Font Color

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

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


#bbb50f Background Color

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

This div background color is #bbb50f


#bbb50f Border Color

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

This div border color is #bbb50f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb50f


Comments

No comments written yet.

Please login to write comment.