Color Hex Logo

#bba82f Color Hex

#BBA82F
(187,168,47)
0 Favorites   0 Comments

Color spaces of #bba82f

RGB 18716847
HSL0.140.600.46
HSV52°75°73°
CMYK 0.000.100.75   0.27
XYZ35.009238.77538.3285
Yxy38.77530.42640.4722
Hunter Lab62.2698-8.616335.6589
CIE-Lab68.5882-6.190660.9434

#bba82f color RGB value is (187,168,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 00101111
Octal 273 250 57
Decimal 187 168 47
Hex BB A8 2F

RGB Percentages of Color #bba82f

%46.52
%41.79
%11.69

CMYK Percentages of Color #bba82f

%0
%10
%75
%27

Triadic Colors of #bba82f

#bba82f #2fbba8 #a82fbb

Analogous Colors of #bba82f

#bba82f #88bb2f #bb622f

Monochromatic Colors of #bba82f

#bba82f

Complementary Color

#bba82f #2f42bb

#bba82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba82f Color CSS Codes

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

#bba82f Text Font Color

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

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


#bba82f Background Color

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

This div background color is #bba82f


#bba82f Border Color

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

This div border color is #bba82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba82f


Comments

No comments written yet.

Please login to write comment.