Color Hex Logo

#bba90e Color Hex

#BBA90E
(187,169,14)
0 Favorites   0 Comments

Color spaces of #bba90e

RGB 18716914
HSL0.150.860.39
HSV54°93°73°
CMYK 0.000.100.93   0.27
XYZ34.760738.97246.1058
Yxy38.97240.43540.4881
Hunter Lab62.4279-9.857537.9006
CIE-Lab68.7313-7.657369.5362

#bba90e color RGB value is (187,169,14).

#bba90e hex color red value is 187, green value is 169 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bba90e hue: 0.15 , saturation: 0.86 and the lightness value of bba90e is 0.39.

The process color (four color CMYK) of #bba90e color hex is 0.00, 0.10, 0.93, 0.27. Web safe color of #bba90e is #cc9900. Color #bba90e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 00001110
Octal 273 251 16
Decimal 187 169 14
Hex BB A9 E

RGB Percentages of Color #bba90e

%50.54
%45.68
%3.78

CMYK Percentages of Color #bba90e

%0
%10
%93
%27

Triadic Colors of #bba90e

#bba90e #0ebba9 #a90ebb

Analogous Colors of #bba90e

#bba90e #77bb0e #bb520e

Monochromatic Colors of #bba90e

#bba90e

Complementary Color

#bba90e #0e20bb

#bba90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba90e Color CSS Codes

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

#bba90e Text Font Color

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

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


#bba90e Background Color

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

This div background color is #bba90e


#bba90e Border Color

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

This div border color is #bba90e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba90e


Comments

No comments written yet.

Please login to write comment.