Color Hex Logo

#bbbf5d Color Hex

#BBBF5D
(187,191,93)
0 Favorites   0 Comments

Color spaces of #bbbf5d

RGB 18719193
HSL0.170.430.56
HSV62°51°75°
CMYK 0.020.000.51   0.25
XYZ41.100148.616717.5737
Yxy48.61670.38310.4531
Hunter Lab69.7257-16.802333.8645
CIE-Lab75.2122-15.057848.3701

#bbbf5d color RGB value is (187,191,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 01011101
Octal 273 277 135
Decimal 187 191 93
Hex BB BF 5D

RGB Percentages of Color #bbbf5d

%39.70
%40.55
%19.75

CMYK Percentages of Color #bbbf5d

%2
%0
%51
%25

Triadic Colors of #bbbf5d

#bbbf5d #5dbbbf #bf5dbb

Analogous Colors of #bbbf5d

#bbbf5d #8abf5d #bf925d

Monochromatic Colors of #bbbf5d

#bbbf5d

Complementary Color

#bbbf5d #615dbf

#bbbf5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbf5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbf5d Color CSS Codes

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

#bbbf5d Text Font Color

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

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


#bbbf5d Background Color

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

This div background color is #bbbf5d


#bbbf5d Border Color

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

This div border color is #bbbf5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbf5d


Comments

No comments written yet.

Please login to write comment.