Color Hex Logo

#bbba4f Color Hex

#BBBA4F
(187,186,79)
0 Favorites   0 Comments

Color spaces of #bbba4f

RGB 18718679
HSL0.170.440.52
HSV59°58°73°
CMYK 0.000.010.58   0.27
XYZ39.463746.247114.2438
Yxy46.24710.39480.4627
Hunter Lab68.0052-15.424935.1853
CIE-Lab73.7056-13.649753.1369

#bbba4f color RGB value is (187,186,79).

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

The process color (four color CMYK) of #bbba4f color hex is 0.00, 0.01, 0.58, 0.27. Web safe color of #bbba4f is #cccc66. Color #bbba4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 01001111
Octal 273 272 117
Decimal 187 186 79
Hex BB BA 4F

RGB Percentages of Color #bbba4f

%41.37
%41.15
%17.48

CMYK Percentages of Color #bbba4f

%0
%1
%58
%27

Triadic Colors of #bbba4f

#bbba4f #4fbbba #ba4fbb

Analogous Colors of #bbba4f

#bbba4f #86bb4f #bb844f

Monochromatic Colors of #bbba4f

#bbba4f

Complementary Color

#bbba4f #4f50bb

#bbba4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbba4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbba4f Color CSS Codes

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

#bbba4f Text Font Color

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

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


#bbba4f Background Color

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

This div background color is #bbba4f


#bbba4f Border Color

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

This div border color is #bbba4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbba4f


Comments

No comments written yet.

Please login to write comment.