Color Hex Logo

#bbb93a Color Hex

#BBB93A
(187,185,58)
0 Favorites   0 Comments

Color spaces of #bbb93a

RGB 18718558
HSL0.160.530.48
HSV59°69°73°
CMYK 0.000.010.69   0.27
XYZ38.606245.568210.7638
Yxy45.56820.40660.4800
Hunter Lab67.5042-16.046837.7989
CIE-Lab73.2645-14.469961.4277

#bbb93a color RGB value is (187,185,58).

#bbb93a hex color red value is 187, green value is 185 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bbb93a hue: 0.16 , saturation: 0.53 and the lightness value of bbb93a is 0.48.

The process color (four color CMYK) of #bbb93a color hex is 0.00, 0.01, 0.69, 0.27. Web safe color of #bbb93a is #cccc33. Color #bbb93a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 00111010
Octal 273 271 72
Decimal 187 185 58
Hex BB B9 3A

RGB Percentages of Color #bbb93a

%43.49
%43.02
%13.49

CMYK Percentages of Color #bbb93a

%0
%1
%69
%27

Triadic Colors of #bbb93a

#bbb93a #3abbb9 #b93abb

Analogous Colors of #bbb93a

#bbb93a #7dbb3a #bb793a

Monochromatic Colors of #bbb93a

#bbb93a

Complementary Color

#bbb93a #3a3cbb

#bbb93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb93a Color CSS Codes

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

#bbb93a Text Font Color

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

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


#bbb93a Background Color

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

This div background color is #bbb93a


#bbb93a Border Color

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

This div border color is #bbb93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb93a


Comments

No comments written yet.

Please login to write comment.