Color Hex Logo

#bbae0b Color Hex

#BBAE0B
(187,174,11)
0 Favorites   0 Comments

Color spaces of #bbae0b

RGB 18717411
HSL0.150.890.39
HSV56°94°73°
CMYK 0.000.070.94   0.27
XYZ35.690040.86116.3225
Yxy40.86110.43070.4931
Hunter Lab63.9227-12.202738.8816
CIE-Lab70.0785-10.305970.9639

#bbae0b color RGB value is (187,174,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 00001011
Octal 273 256 13
Decimal 187 174 11
Hex BB AE B

RGB Percentages of Color #bbae0b

%50.27
%46.77
%2.96

CMYK Percentages of Color #bbae0b

%0
%7
%94
%27

Triadic Colors of #bbae0b

#bbae0b #0bbbae #ae0bbb

Analogous Colors of #bbae0b

#bbae0b #70bb0b #bb560b

Monochromatic Colors of #bbae0b

#bbae0b

Complementary Color

#bbae0b #0b18bb

#bbae0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbae0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbae0b Color CSS Codes

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

#bbae0b Text Font Color

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

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


#bbae0b Background Color

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

This div background color is #bbae0b


#bbae0b Border Color

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

This div border color is #bbae0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbae0b


Comments

No comments written yet.

Please login to write comment.