Color Hex Logo

#bba300 Color Hex

#BBA300
(187,163,0)
0 Favorites   0 Comments

Color spaces of #bba300

RGB 1871630
HSL0.151.000.37
HSV52°100°73°
CMYK 0.000.131.00   0.27
XYZ33.590736.75925.3248
Yxy36.75920.44390.4858
Hunter Lab60.6294-7.206437.2334
CIE-Lab67.0960-4.666270.1307

#bba300 color RGB value is (187,163,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 00000000
Octal 273 243 0
Decimal 187 163 0
Hex BB A3 0

RGB Percentages of Color #bba300

%53.43
%46.57
%0.00

CMYK Percentages of Color #bba300

%0
%13
%100
%27

Triadic Colors of #bba300

#bba300 #00bba3 #a300bb

Analogous Colors of #bba300

#bba300 #76bb00 #bb4600

Monochromatic Colors of #bba300

#bba300

Complementary Color

#bba300 #0018bb

#bba300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba300 Color CSS Codes

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

#bba300 Text Font Color

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

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


#bba300 Background Color

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

This div background color is #bba300


#bba300 Border Color

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

This div border color is #bba300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba300


Comments

No comments written yet.

Please login to write comment.