Color Hex Logo

#bbae15 Color Hex

#BBAE15
(187,174,21)
0 Favorites   0 Comments

Color spaces of #bbae15

RGB 18717421
HSL0.150.800.41
HSV55°89°73°
CMYK 0.000.070.89   0.27
XYZ35.764940.89106.7172
Yxy40.89100.42900.4905
Hunter Lab63.9461-12.071038.5341
CIE-Lab70.0995-10.144269.4209

#bbae15 color RGB value is (187,174,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 00010101
Octal 273 256 25
Decimal 187 174 21
Hex BB AE 15

RGB Percentages of Color #bbae15

%48.95
%45.55
%5.50

CMYK Percentages of Color #bbae15

%0
%7
%89
%27

Triadic Colors of #bbae15

#bbae15 #15bbae #ae15bb

Analogous Colors of #bbae15

#bbae15 #75bb15 #bb5b15

Monochromatic Colors of #bbae15

#bbae15

Complementary Color

#bbae15 #1522bb

#bbae15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbae15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbae15 Color CSS Codes

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

#bbae15 Text Font Color

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

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


#bbae15 Background Color

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

This div background color is #bbae15


#bbae15 Border Color

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

This div border color is #bbae15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbae15


Comments

No comments written yet.

Please login to write comment.