Color Hex Logo

#bbbf7e Color Hex

#BBBF7E
(187,191,126)
0 Favorites   0 Comments

Color spaces of #bbbf7e

RGB 187191126
HSL0.180.340.62
HSV64°34°75°
CMYK 0.020.000.34   0.25
XYZ42.890249.332827.0003
Yxy49.33280.35970.4138
Hunter Lab70.2373-13.914826.3741
CIE-Lab75.6579-11.567332.3798

#bbbf7e color RGB value is (187,191,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 01111110
Octal 273 277 176
Decimal 187 191 126
Hex BB BF 7E

RGB Percentages of Color #bbbf7e

%37.10
%37.90
%25.00

CMYK Percentages of Color #bbbf7e

%2
%0
%34
%25

Triadic Colors of #bbbf7e

#bbbf7e #7ebbbf #bf7ebb

Analogous Colors of #bbbf7e

#bbbf7e #9bbf7e #bfa37e

Monochromatic Colors of #bbbf7e

#bbbf7e

Complementary Color

#bbbf7e #827ebf

#bbbf7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbf7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbf7e Color CSS Codes

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

#bbbf7e Text Font Color

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

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


#bbbf7e Background Color

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

This div background color is #bbbf7e


#bbbf7e Border Color

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

This div border color is #bbbf7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbf7e


Comments

No comments written yet.

Please login to write comment.