Color Hex Logo

#bba84f Color Hex

#BBA84F
(187,168,79)
0 Favorites   0 Comments

Color spaces of #bba84f

RGB 18716879
HSL0.140.440.52
HSV49°58°73°
CMYK 0.000.100.58   0.27
XYZ35.907439.134613.0583
Yxy39.13460.40760.4442
Hunter Lab62.5577-7.018931.4141
CIE-Lab68.8487-4.273947.6616

#bba84f color RGB value is (187,168,79).

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

The process color (four color CMYK) of #bba84f color hex is 0.00, 0.10, 0.58, 0.27. Web safe color of #bba84f is #cc9966. Color #bba84f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 01001111
Octal 273 250 117
Decimal 187 168 79
Hex BB A8 4F

RGB Percentages of Color #bba84f

%43.09
%38.71
%18.20

CMYK Percentages of Color #bba84f

%0
%10
%58
%27

Triadic Colors of #bba84f

#bba84f #4fbba8 #a84fbb

Analogous Colors of #bba84f

#bba84f #98bb4f #bb724f

Monochromatic Colors of #bba84f

#bba84f

Complementary Color

#bba84f #4f62bb

#bba84f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba84f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba84f Color CSS Codes

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

#bba84f Text Font Color

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

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


#bba84f Background Color

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

This div background color is #bba84f


#bba84f Border Color

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

This div border color is #bba84f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba84f

#bba84f Color Palettes


Comments

No comments written yet.

Please login to write comment.