Color Hex Logo

#bbbf8f Color Hex

#BBBF8F
(187,191,143)
0 Favorites   0 Comments

Color spaces of #bbbf8f

RGB 187191143
HSL0.180.270.65
HSV65°25°75°
CMYK 0.020.000.25   0.25
XYZ44.082249.809633.2774
Yxy49.80960.34660.3917
Hunter Lab70.5759-12.015521.4472
CIE-Lab75.9522-9.315623.8201

#bbbf8f color RGB value is (187,191,143).

#bbbf8f hex color red value is 187, green value is 191 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bbbf8f hue: 0.18 , saturation: 0.27 and the lightness value of bbbf8f is 0.65.

The process color (four color CMYK) of #bbbf8f color hex is 0.02, 0.00, 0.25, 0.25. Web safe color of #bbbf8f is #cccc99. Color #bbbf8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 10001111
Octal 273 277 217
Decimal 187 191 143
Hex BB BF 8F

RGB Percentages of Color #bbbf8f

%35.89
%36.66
%27.45

CMYK Percentages of Color #bbbf8f

%2
%0
%25
%25

Triadic Colors of #bbbf8f

#bbbf8f #8fbbbf #bf8fbb

Analogous Colors of #bbbf8f

#bbbf8f #a3bf8f #bfab8f

Monochromatic Colors of #bbbf8f

#bbbf8f

Complementary Color

#bbbf8f #938fbf

#bbbf8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbf8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbf8f Color CSS Codes

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

#bbbf8f Text Font Color

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

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


#bbbf8f Background Color

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

This div background color is #bbbf8f


#bbbf8f Border Color

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

This div border color is #bbbf8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbf8f


Comments

No comments written yet.

Please login to write comment.