Color Hex Logo

#bbb93e Color Hex

#BBB93E
(187,185,62)
0 Favorites   0 Comments

Color spaces of #bbb93e

RGB 18718562
HSL0.160.500.49
HSV59°67°73°
CMYK 0.000.010.67   0.27
XYZ38.712045.610511.3208
Yxy45.61050.40480.4769
Hunter Lab67.5355-15.869437.3363
CIE-Lab73.2921-14.250959.9069

#bbb93e color RGB value is (187,185,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 00111110
Octal 273 271 76
Decimal 187 185 62
Hex BB B9 3E

RGB Percentages of Color #bbb93e

%43.09
%42.63
%14.29

CMYK Percentages of Color #bbb93e

%0
%1
%67
%27

Triadic Colors of #bbb93e

#bbb93e #3ebbb9 #b93ebb

Analogous Colors of #bbb93e

#bbb93e #7fbb3e #bb7b3e

Monochromatic Colors of #bbb93e

#bbb93e

Complementary Color

#bbb93e #3e40bb

#bbb93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb93e Color CSS Codes

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

#bbb93e Text Font Color

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

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


#bbb93e Background Color

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

This div background color is #bbb93e


#bbb93e Border Color

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

This div border color is #bbb93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb93e


Comments

No comments written yet.

Please login to write comment.