Color Hex Logo

#bba02e Color Hex

#BBA02E
(187,160,46)
0 Favorites   0 Comments

Color spaces of #bba02e

RGB 18716046
HSL0.130.610.46
HSV49°75°73°
CMYK 0.000.140.75   0.27
XYZ33.557535.90377.7462
Yxy35.90370.43460.4650
Hunter Lab59.9197-4.892134.2790
CIE-Lab66.4463-1.982359.2771

#bba02e color RGB value is (187,160,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 00101110
Octal 273 240 56
Decimal 187 160 46
Hex BB A0 2E

RGB Percentages of Color #bba02e

%47.58
%40.71
%11.70

CMYK Percentages of Color #bba02e

%0
%14
%75
%27

Triadic Colors of #bba02e

#bba02e #2ebba0 #a02ebb

Analogous Colors of #bba02e

#bba02e #90bb2e #bb5a2e

Monochromatic Colors of #bba02e

#bba02e

Complementary Color

#bba02e #2e49bb

#bba02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba02e Color CSS Codes

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

#bba02e Text Font Color

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

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


#bba02e Background Color

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

This div background color is #bba02e


#bba02e Border Color

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

This div border color is #bba02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba02e


Comments

No comments written yet.

Please login to write comment.