Color Hex Logo

#bbba5d Color Hex

#BBBA5D
(187,186,93)
0 Favorites   0 Comments

Color spaces of #bbba5d

RGB 18718693
HSL0.160.410.55
HSV59°50°73°
CMYK 0.000.010.50   0.27
XYZ40.028246.472917.2164
Yxy46.47290.38590.4481
Hunter Lab68.1710-14.488932.7462
CIE-Lab73.8513-12.507946.7667

#bbba5d color RGB value is (187,186,93).

#bbba5d hex color red value is 187, green value is 186 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bbba5d hue: 0.16 , saturation: 0.41 and the lightness value of bbba5d is 0.55.

The process color (four color CMYK) of #bbba5d color hex is 0.00, 0.01, 0.50, 0.27. Web safe color of #bbba5d is #cccc66. Color #bbba5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 01011101
Octal 273 272 135
Decimal 187 186 93
Hex BB BA 5D

RGB Percentages of Color #bbba5d

%40.13
%39.91
%19.96

CMYK Percentages of Color #bbba5d

%0
%1
%50
%27

Triadic Colors of #bbba5d

#bbba5d #5dbbba #ba5dbb

Analogous Colors of #bbba5d

#bbba5d #8dbb5d #bb8b5d

Monochromatic Colors of #bbba5d

#bbba5d

Complementary Color

#bbba5d #5d5ebb

#bbba5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbba5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbba5d Color CSS Codes

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

#bbba5d Text Font Color

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

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


#bbba5d Background Color

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

This div background color is #bbba5d


#bbba5d Border Color

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

This div border color is #bbba5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbba5d


Comments

No comments written yet.

Please login to write comment.