Color Hex Logo

#bbbe5f Color Hex

#BBBE5F
(187,190,95)
0 Favorites   0 Comments

Color spaces of #bbbe5f

RGB 18719095
HSL0.170.420.56
HSV62°50°75°
CMYK 0.020.000.50   0.25
XYZ40.972548.217917.9740
Yxy48.21790.38230.4499
Hunter Lab69.4391-16.194633.2604
CIE-Lab74.9622-14.371647.1183

#bbbe5f color RGB value is (187,190,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 01011111
Octal 273 276 137
Decimal 187 190 95
Hex BB BE 5F

RGB Percentages of Color #bbbe5f

%39.62
%40.25
%20.13

CMYK Percentages of Color #bbbe5f

%2
%0
%50
%25

Triadic Colors of #bbbe5f

#bbbe5f #5fbbbe #be5fbb

Analogous Colors of #bbbe5f

#bbbe5f #8cbe5f #be925f

Monochromatic Colors of #bbbe5f

#bbbe5f

Complementary Color

#bbbe5f #625fbe

#bbbe5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbe5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbe5f Color CSS Codes

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

#bbbe5f Text Font Color

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

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


#bbbe5f Background Color

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

This div background color is #bbbe5f


#bbbe5f Border Color

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

This div border color is #bbbe5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbe5f


Comments

No comments written yet.

Please login to write comment.