Color Hex Logo

#bba70e Color Hex

#BBA70E
(187,167,14)
0 Favorites   0 Comments

Color spaces of #bba70e

RGB 18716714
HSL0.150.860.39
HSV53°93°73°
CMYK 0.000.110.93   0.27
XYZ34.391538.23395.9827
Yxy38.23390.43750.4864
Hunter Lab61.8336-8.928037.5469
CIE-Lab68.1927-6.606169.1255

#bba70e color RGB value is (187,167,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 00001110
Octal 273 247 16
Decimal 187 167 14
Hex BB A7 E

RGB Percentages of Color #bba70e

%50.82
%45.38
%3.80

CMYK Percentages of Color #bba70e

%0
%11
%93
%27

Triadic Colors of #bba70e

#bba70e #0ebba7 #a70ebb

Analogous Colors of #bba70e

#bba70e #79bb0e #bb500e

Monochromatic Colors of #bba70e

#bba70e

Complementary Color

#bba70e #0e22bb

#bba70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba70e Color CSS Codes

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

#bba70e Text Font Color

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

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


#bba70e Background Color

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

This div background color is #bba70e


#bba70e Border Color

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

This div border color is #bba70e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba70e


Comments

No comments written yet.

Please login to write comment.