Color Hex Logo

#bba40e Color Hex

#BBA40E
(187,164,14)
0 Favorites   0 Comments

Color spaces of #bba40e

RGB 18716414
HSL0.140.860.39
HSV52°93°73°
CMYK 0.000.120.93   0.27
XYZ33.848237.14745.8016
Yxy37.14740.44070.4837
Hunter Lab60.9487-7.529137.0204
CIE-Lab67.3875-5.021768.5124

#bba40e color RGB value is (187,164,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100100 00001110
Octal 273 244 16
Decimal 187 164 14
Hex BB A4 E

RGB Percentages of Color #bba40e

%51.23
%44.93
%3.84

CMYK Percentages of Color #bba40e

%0
%12
%93
%27

Triadic Colors of #bba40e

#bba40e #0ebba4 #a40ebb

Analogous Colors of #bba40e

#bba40e #7cbb0e #bb4e0e

Monochromatic Colors of #bba40e

#bba40e

Complementary Color

#bba40e #0e25bb

#bba40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba40e Color CSS Codes

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

#bba40e Text Font Color

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

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


#bba40e Background Color

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

This div background color is #bba40e


#bba40e Border Color

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

This div border color is #bba40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba40e


Comments

No comments written yet.

Please login to write comment.