Color Hex Logo

#bba80e Color Hex

#BBA80E
(187,168,14)
0 Favorites   0 Comments

Color spaces of #bba80e

RGB 18716814
HSL0.150.860.39
HSV53°93°73°
CMYK 0.000.100.93   0.27
XYZ34.575438.60186.0440
Yxy38.60180.43640.4873
Hunter Lab62.1303-9.393337.7235
CIE-Lab68.4618-7.132569.3308

#bba80e color RGB value is (187,168,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 00001110
Octal 273 250 16
Decimal 187 168 14
Hex BB A8 E

RGB Percentages of Color #bba80e

%50.68
%45.53
%3.79

CMYK Percentages of Color #bba80e

%0
%10
%93
%27

Triadic Colors of #bba80e

#bba80e #0ebba8 #a80ebb

Analogous Colors of #bba80e

#bba80e #78bb0e #bb510e

Monochromatic Colors of #bba80e

#bba80e

Complementary Color

#bba80e #0e21bb

#bba80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba80e Color CSS Codes

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

#bba80e Text Font Color

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

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


#bba80e Background Color

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

This div background color is #bba80e


#bba80e Border Color

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

This div border color is #bba80e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,168,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 #bba80e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba80e


Comments

No comments written yet.

Please login to write comment.