Color Hex Logo

#bba82e Color Hex

#BBA82E
(187,168,46)
0 Favorites   0 Comments

Color spaces of #bba82e

RGB 18716846
HSL0.140.610.46
HSV52°75°73°
CMYK 0.000.100.75   0.27
XYZ34.989338.76738.2235
Yxy38.76730.42680.4729
Hunter Lab62.2634-8.651835.7536
CIE-Lab68.5824-6.233461.2917

#bba82e color RGB value is (187,168,46).

#bba82e hex color red value is 187, green value is 168 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bba82e hue: 0.14 , saturation: 0.61 and the lightness value of bba82e is 0.46.

The process color (four color CMYK) of #bba82e color hex is 0.00, 0.10, 0.75, 0.27. Web safe color of #bba82e is #cc9933. Color #bba82e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 00101110
Octal 273 250 56
Decimal 187 168 46
Hex BB A8 2E

RGB Percentages of Color #bba82e

%46.63
%41.90
%11.47

CMYK Percentages of Color #bba82e

%0
%10
%75
%27

Triadic Colors of #bba82e

#bba82e #2ebba8 #a82ebb

Analogous Colors of #bba82e

#bba82e #88bb2e #bb622e

Monochromatic Colors of #bba82e

#bba82e

Complementary Color

#bba82e #2e41bb

#bba82e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba82e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba82e Color CSS Codes

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

#bba82e Text Font Color

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

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


#bba82e Background Color

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

This div background color is #bba82e


#bba82e Border Color

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

This div border color is #bba82e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba82e


Comments

No comments written yet.

Please login to write comment.