Color Hex Logo

#bbb91d Color Hex

#BBB91D
(187,185,29)
0 Favorites   0 Comments

Color spaces of #bbb91d

RGB 18718529
HSL0.160.730.42
HSV59°84°73°
CMYK 0.000.010.84   0.27
XYZ38.064245.35147.9099
Yxy45.35140.41680.4966
Hunter Lab67.3434-16.958440.1764
CIE-Lab73.1227-15.599770.2084

#bbb91d color RGB value is (187,185,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 00011101
Octal 273 271 35
Decimal 187 185 29
Hex BB B9 1D

RGB Percentages of Color #bbb91d

%46.63
%46.13
%7.23

CMYK Percentages of Color #bbb91d

%0
%1
%84
%27

Triadic Colors of #bbb91d

#bbb91d #1dbbb9 #b91dbb

Analogous Colors of #bbb91d

#bbb91d #6ebb1d #bb6a1d

Monochromatic Colors of #bbb91d

#bbb91d

Complementary Color

#bbb91d #1d1fbb

#bbb91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb91d Color CSS Codes

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

#bbb91d Text Font Color

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

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


#bbb91d Background Color

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

This div background color is #bbb91d


#bbb91d Border Color

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

This div border color is #bbb91d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb91d


Comments

No comments written yet.

Please login to write comment.