Color Hex Logo

#bba03c Color Hex

#BBA03C
(187,160,60)
0 Favorites   0 Comments

Color spaces of #bba03c

RGB 18716060
HSL0.130.510.48
HSV47°68°73°
CMYK 0.000.140.68   0.27
XYZ33.879936.03279.4443
Yxy36.03270.42690.4541
Hunter Lab60.0272-4.300732.6908
CIE-Lab66.5449-1.279353.7869

#bba03c color RGB value is (187,160,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 00111100
Octal 273 240 74
Decimal 187 160 60
Hex BB A0 3C

RGB Percentages of Color #bba03c

%45.95
%39.31
%14.74

CMYK Percentages of Color #bba03c

%0
%14
%68
%27

Triadic Colors of #bba03c

#bba03c #3cbba0 #a03cbb

Analogous Colors of #bba03c

#bba03c #97bb3c #bb613c

Monochromatic Colors of #bba03c

#bba03c

Complementary Color

#bba03c #3c57bb

#bba03c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba03c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba03c Color CSS Codes

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

#bba03c Text Font Color

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

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


#bba03c Background Color

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

This div background color is #bba03c


#bba03c Border Color

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

This div border color is #bba03c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba03c


Comments

No comments written yet.

Please login to write comment.