Color Hex Logo

#bba02d Color Hex

#BBA02D
(187,160,45)
0 Favorites   0 Comments

Color spaces of #bba02d

RGB 18716045
HSL0.130.610.45
HSV49°76°73°
CMYK 0.000.140.76   0.27
XYZ33.538035.89597.6436
Yxy35.89590.43510.4657
Hunter Lab59.9132-4.928034.3751
CIE-Lab66.4403-2.025059.6343

#bba02d color RGB value is (187,160,45).

#bba02d hex color red value is 187, green value is 160 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bba02d hue: 0.13 , saturation: 0.61 and the lightness value of bba02d is 0.45.

The process color (four color CMYK) of #bba02d color hex is 0.00, 0.14, 0.76, 0.27. Web safe color of #bba02d is #cc9933. Color #bba02d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 00101101
Octal 273 240 55
Decimal 187 160 45
Hex BB A0 2D

RGB Percentages of Color #bba02d

%47.70
%40.82
%11.48

CMYK Percentages of Color #bba02d

%0
%14
%76
%27

Triadic Colors of #bba02d

#bba02d #2dbba0 #a02dbb

Analogous Colors of #bba02d

#bba02d #8fbb2d #bb592d

Monochromatic Colors of #bba02d

#bba02d

Complementary Color

#bba02d #2d48bb

#bba02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba02d Color CSS Codes

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

#bba02d Text Font Color

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

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


#bba02d Background Color

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

This div background color is #bba02d


#bba02d Border Color

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

This div border color is #bba02d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba02d


Comments

No comments written yet.

Please login to write comment.