Color Hex Logo

#bbad11 Color Hex

#BBAD11
(187,173,17)
0 Favorites   0 Comments

Color spaces of #bbad11

RGB 18717317
HSL0.150.830.40
HSV55°91°73°
CMYK 0.000.070.91   0.27
XYZ35.538340.49246.4731
Yxy40.49240.43070.4908
Hunter Lab63.6336-11.669738.5123
CIE-Lab69.8188-9.698469.9061

#bbad11 color RGB value is (187,173,17).

#bbad11 hex color red value is 187, green value is 173 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #bbad11 hue: 0.15 , saturation: 0.83 and the lightness value of bbad11 is 0.40.

The process color (four color CMYK) of #bbad11 color hex is 0.00, 0.07, 0.91, 0.27. Web safe color of #bbad11 is #cc9900. Color #bbad11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 00010001
Octal 273 255 21
Decimal 187 173 17
Hex BB AD 11

RGB Percentages of Color #bbad11

%49.60
%45.89
%4.51

CMYK Percentages of Color #bbad11

%0
%7
%91
%27

Triadic Colors of #bbad11

#bbad11 #11bbad #ad11bb

Analogous Colors of #bbad11

#bbad11 #74bb11 #bb5811

Monochromatic Colors of #bbad11

#bbad11

Complementary Color

#bbad11 #111fbb

#bbad11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbad11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbad11 Color CSS Codes

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

#bbad11 Text Font Color

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

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


#bbad11 Background Color

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

This div background color is #bbad11


#bbad11 Border Color

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

This div border color is #bbad11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbad11


Comments

No comments written yet.

Please login to write comment.