Color Hex Logo

#bbbb4f Color Hex

#BBBB4F
(187,187,79)
0 Favorites   0 Comments

Color spaces of #bbbb4f

RGB 18718779
HSL0.170.440.52
HSV60°58°73°
CMYK 0.000.000.58   0.27
XYZ39.675146.670014.3142
Yxy46.67000.39420.4636
Hunter Lab68.3154-15.885835.3977
CIE-Lab73.9782-14.159953.4400

#bbbb4f color RGB value is (187,187,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111011 01001111
Octal 273 273 117
Decimal 187 187 79
Hex BB BB 4F

RGB Percentages of Color #bbbb4f

%41.28
%41.28
%17.44

CMYK Percentages of Color #bbbb4f

%0
%0
%58
%27

Triadic Colors of #bbbb4f

#bbbb4f #4fbbbb #bb4fbb

Analogous Colors of #bbbb4f

#bbbb4f #85bb4f #bb854f

Monochromatic Colors of #bbbb4f

#bbbb4f

Complementary Color

#bbbb4f #4f4fbb

#bbbb4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbb4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbb4f Color CSS Codes

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

#bbbb4f Text Font Color

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

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


#bbbb4f Background Color

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

This div background color is #bbbb4f


#bbbb4f Border Color

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

This div border color is #bbbb4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbb4f


Comments

No comments written yet.

Please login to write comment.