Color Hex Logo

#bba00f Color Hex

#BBA00F
(187,160,15)
0 Favorites   0 Comments

Color spaces of #bba00f

RGB 18716015
HSL0.140.850.40
HSV51°92°73°
CMYK 0.000.140.92   0.27
XYZ33.150535.74095.6034
Yxy35.74090.44500.4798
Hunter Lab59.7837-5.641936.2915
CIE-Lab66.3215-2.878967.5414

#bba00f color RGB value is (187,160,15).

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

The process color (four color CMYK) of #bba00f color hex is 0.00, 0.14, 0.92, 0.27. Web safe color of #bba00f is #cc9900. Color #bba00f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 00001111
Octal 273 240 17
Decimal 187 160 15
Hex BB A0 F

RGB Percentages of Color #bba00f

%51.66
%44.20
%4.14

CMYK Percentages of Color #bba00f

%0
%14
%92
%27

Triadic Colors of #bba00f

#bba00f #0fbba0 #a00fbb

Analogous Colors of #bba00f

#bba00f #80bb0f #bb4a0f

Monochromatic Colors of #bba00f

#bba00f

Complementary Color

#bba00f #0f2abb

#bba00f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba00f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba00f Color CSS Codes

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

#bba00f Text Font Color

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

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


#bba00f Background Color

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

This div background color is #bba00f


#bba00f Border Color

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

This div border color is #bba00f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba00f


Comments

No comments written yet.

Please login to write comment.