Color Hex Logo

#bbb005 Color Hex

#BBB005
(187,176,5)
0 Favorites   0 Comments

Color spaces of #bbb005

RGB 1871765
HSL0.160.950.38
HSV56°97°73°
CMYK 0.000.060.97   0.27
XYZ36.046241.62646.2784
Yxy41.62640.42940.4958
Hunter Lab64.5185-13.180339.3934
CIE-Lab70.6126-11.411972.0652

#bbb005 color RGB value is (187,176,5).

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

The process color (four color CMYK) of #bbb005 color hex is 0.00, 0.06, 0.97, 0.27. Web safe color of #bbb005 is #cc9900. Color #bbb005 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110000 00000101
Octal 273 260 5
Decimal 187 176 5
Hex BB B0 5

RGB Percentages of Color #bbb005

%50.82
%47.83
%1.36

CMYK Percentages of Color #bbb005

%0
%6
%97
%27

Triadic Colors of #bbb005

#bbb005 #05bbb0 #b005bb

Analogous Colors of #bbb005

#bbb005 #6bbb05 #bb5505

Monochromatic Colors of #bbb005

#bbb005

Complementary Color

#bbb005 #0510bb

#bbb005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb005 Color CSS Codes

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

#bbb005 Text Font Color

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

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


#bbb005 Background Color

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

This div background color is #bbb005


#bbb005 Border Color

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

This div border color is #bbb005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb005


Comments

No comments written yet.

Please login to write comment.