Color Hex Logo

#bbbd5f Color Hex

#BBBD5F
(187,189,95)
0 Favorites   0 Comments

Color spaces of #bbbd5f

RGB 18718995
HSL0.170.420.56
HSV61°50°74°
CMYK 0.010.000.50   0.26
XYZ40.756747.786217.9020
Yxy47.78620.38290.4489
Hunter Lab69.1276-15.732033.0349
CIE-Lab74.6899-13.862246.7955

#bbbd5f color RGB value is (187,189,95).

#bbbd5f hex color red value is 187, green value is 189 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bbbd5f hue: 0.17 , saturation: 0.42 and the lightness value of bbbd5f is 0.56.

The process color (four color CMYK) of #bbbd5f color hex is 0.01, 0.00, 0.50, 0.26. Web safe color of #bbbd5f is #cccc66. Color #bbbd5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111101 01011111
Octal 273 275 137
Decimal 187 189 95
Hex BB BD 5F

RGB Percentages of Color #bbbd5f

%39.70
%40.13
%20.17

CMYK Percentages of Color #bbbd5f

%1
%0
%50
%26

Triadic Colors of #bbbd5f

#bbbd5f #5fbbbd #bd5fbb

Analogous Colors of #bbbd5f

#bbbd5f #8cbd5f #bd905f

Monochromatic Colors of #bbbd5f

#bbbd5f

Complementary Color

#bbbd5f #615fbd

#bbbd5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbd5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbd5f Color CSS Codes

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

#bbbd5f Text Font Color

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

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


#bbbd5f Background Color

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

This div background color is #bbbd5f


#bbbd5f Border Color

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

This div border color is #bbbd5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbd5f


Comments

No comments written yet.

Please login to write comment.