Color Hex Logo

#bbb908 Color Hex

#BBB908
(187,185,8)
0 Favorites   0 Comments

Color spaces of #bbb908

RGB 1871858
HSL0.160.920.38
HSV59°96°73°
CMYK 0.000.010.96   0.27
XYZ37.886345.28036.9729
Yxy45.28030.42030.5023
Hunter Lab67.2906-17.258740.9596
CIE-Lab73.0761-15.973973.5627

#bbb908 color RGB value is (187,185,8).

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

The process color (four color CMYK) of #bbb908 color hex is 0.00, 0.01, 0.96, 0.27. Web safe color of #bbb908 is #cccc00. Color #bbb908 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 00001000
Octal 273 271 10
Decimal 187 185 8
Hex BB B9 8

RGB Percentages of Color #bbb908

%49.21
%48.68
%2.11

CMYK Percentages of Color #bbb908

%0
%1
%96
%27

Triadic Colors of #bbb908

#bbb908 #08bbb9 #b908bb

Analogous Colors of #bbb908

#bbb908 #64bb08 #bb6008

Monochromatic Colors of #bbb908

#bbb908

Complementary Color

#bbb908 #080abb

#bbb908 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb908 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb908 Color CSS Codes

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

#bbb908 Text Font Color

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

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


#bbb908 Background Color

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

This div background color is #bbb908


#bbb908 Border Color

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

This div border color is #bbb908


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb908


Comments

No comments written yet.

Please login to write comment.