Color Hex Logo

#bba90d Color Hex

#BBA90D
(187,169,13)
0 Favorites   0 Comments

Color spaces of #bba90d

RGB 18716913
HSL0.150.870.39
HSV54°93°73°
CMYK 0.000.100.93   0.27
XYZ34.754138.96986.0710
Yxy38.96980.43550.4884
Hunter Lab62.4258-9.869437.9320
CIE-Lab68.7294-7.671869.6787

#bba90d color RGB value is (187,169,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 00001101
Octal 273 251 15
Decimal 187 169 13
Hex BB A9 D

RGB Percentages of Color #bba90d

%50.68
%45.80
%3.52

CMYK Percentages of Color #bba90d

%0
%10
%93
%27

Triadic Colors of #bba90d

#bba90d #0dbba9 #a90dbb

Analogous Colors of #bba90d

#bba90d #76bb0d #bb520d

Monochromatic Colors of #bba90d

#bba90d

Complementary Color

#bba90d #0d1fbb

#bba90d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba90d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba90d Color CSS Codes

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

#bba90d Text Font Color

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

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


#bba90d Background Color

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

This div background color is #bba90d


#bba90d Border Color

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

This div border color is #bba90d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba90d


Comments

No comments written yet.

Please login to write comment.