Color Hex Logo

#bbae11 Color Hex

#BBAE11
(187,174,17)
0 Favorites   0 Comments

Color spaces of #bbae11

RGB 18717417
HSL0.150.830.40
HSV55°91°73°
CMYK 0.000.070.91   0.27
XYZ35.730740.87746.5372
Yxy40.87740.42970.4916
Hunter Lab63.9354-12.131238.6926
CIE-Lab70.0899-10.218270.1167

#bbae11 color RGB value is (187,174,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 00010001
Octal 273 256 21
Decimal 187 174 17
Hex BB AE 11

RGB Percentages of Color #bbae11

%49.47
%46.03
%4.50

CMYK Percentages of Color #bbae11

%0
%7
%91
%27

Triadic Colors of #bbae11

#bbae11 #11bbae #ae11bb

Analogous Colors of #bbae11

#bbae11 #73bb11 #bb5911

Monochromatic Colors of #bbae11

#bbae11

Complementary Color

#bbae11 #111ebb

#bbae11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbae11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbae11 Color CSS Codes

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

#bbae11 Text Font Color

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

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


#bbae11 Background Color

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

This div background color is #bbae11


#bbae11 Border Color

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

This div border color is #bbae11


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,174,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 #bbae11">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbae11


Comments

No comments written yet.

Please login to write comment.