Color Hex Logo

#bbb801 Color Hex

#BBB801
(187,184,1)
0 Favorites   0 Comments

Color spaces of #bbb801

RGB 1871841
HSL0.160.990.37
HSV59°99°73°
CMYK 0.000.020.99   0.27
XYZ37.639544.84806.7014
Yxy44.84800.42200.5028
Hunter Lab66.9686-16.869840.9450
CIE-Lab72.7917-15.548974.1246

#bbb801 color RGB value is (187,184,1).

#bbb801 hex color red value is 187, green value is 184 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #bbb801 hue: 0.16 , saturation: 0.99 and the lightness value of bbb801 is 0.37.

The process color (four color CMYK) of #bbb801 color hex is 0.00, 0.02, 0.99, 0.27. Web safe color of #bbb801 is #cccc00. Color #bbb801 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111000 00000001
Octal 273 270 1
Decimal 187 184 1
Hex BB B8 1

RGB Percentages of Color #bbb801

%50.27
%49.46
%0.27

CMYK Percentages of Color #bbb801

%0
%2
%99
%27

Triadic Colors of #bbb801

#bbb801 #01bbb8 #b801bb

Analogous Colors of #bbb801

#bbb801 #61bb01 #bb5b01

Monochromatic Colors of #bbb801

#bbb801

Complementary Color

#bbb801 #0104bb

#bbb801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb801 Color CSS Codes

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

#bbb801 Text Font Color

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

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


#bbb801 Background Color

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

This div background color is #bbb801


#bbb801 Border Color

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

This div border color is #bbb801


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb801


Comments

No comments written yet.

Please login to write comment.