Color Hex Logo

#bba03e Color Hex

#BBA03E
(187,160,62)
0 Favorites   0 Comments

Color spaces of #bba03e

RGB 18716062
HSL0.130.500.49
HSV47°67°73°
CMYK 0.000.140.67   0.27
XYZ33.933836.05429.7281
Yxy36.05420.42570.4523
Hunter Lab60.0451-4.201932.4258
CIE-Lab66.5613-1.162252.9371

#bba03e color RGB value is (187,160,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 00111110
Octal 273 240 76
Decimal 187 160 62
Hex BB A0 3E

RGB Percentages of Color #bba03e

%45.72
%39.12
%15.16

CMYK Percentages of Color #bba03e

%0
%14
%67
%27

Triadic Colors of #bba03e

#bba03e #3ebba0 #a03ebb

Analogous Colors of #bba03e

#bba03e #98bb3e #bb623e

Monochromatic Colors of #bba03e

#bba03e

Complementary Color

#bba03e #3e59bb

#bba03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba03e Color CSS Codes

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

#bba03e Text Font Color

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

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


#bba03e Background Color

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

This div background color is #bba03e


#bba03e Border Color

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

This div border color is #bba03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba03e


Comments

No comments written yet.

Please login to write comment.