Color Hex Logo

#bbad00 Color Hex

#BBAD00
(187,173,0)
0 Favorites   0 Comments

Color spaces of #bbad00

RGB 1871730
HSL0.151.000.37
HSV56°100°73°
CMYK 0.000.071.00   0.27
XYZ35.437140.45195.9403
Yxy40.45190.43310.4943
Hunter Lab63.6018-11.848138.9837
CIE-Lab69.7902-9.917372.0600

#bbad00 color RGB value is (187,173,0).

#bbad00 hex color red value is 187, green value is 173 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #bbad00 hue: 0.15 , saturation: 1.00 and the lightness value of bbad00 is 0.37.

The process color (four color CMYK) of #bbad00 color hex is 0.00, 0.07, 1.00, 0.27. Web safe color of #bbad00 is #cc9900. Color #bbad00 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 00000000
Octal 273 255 0
Decimal 187 173 0
Hex BB AD 0

RGB Percentages of Color #bbad00

%51.94
%48.06
%0.00

CMYK Percentages of Color #bbad00

%0
%7
%100
%27

Triadic Colors of #bbad00

#bbad00 #00bbad #ad00bb

Analogous Colors of #bbad00

#bbad00 #6cbb00 #bb5000

Monochromatic Colors of #bbad00

#bbad00

Complementary Color

#bbad00 #000ebb

#bbad00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbad00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbad00 Color CSS Codes

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

#bbad00 Text Font Color

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

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


#bbad00 Background Color

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

This div background color is #bbad00


#bbad00 Border Color

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

This div border color is #bbad00


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,173,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbad00">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbad00


Comments

No comments written yet.

Please login to write comment.