Color Hex Logo

#bbae51 Color Hex

#BBAE51
(187,174,81)
0 Favorites   0 Comments

Color spaces of #bbae51

RGB 18717481
HSL0.150.440.53
HSV53°57°73°
CMYK 0.000.070.57   0.27
XYZ37.114841.431013.8254
Yxy41.43100.40180.4485
Hunter Lab64.3669-9.716732.3219
CIE-Lab70.4768-7.285248.5741

#bbae51 color RGB value is (187,174,81).

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

The process color (four color CMYK) of #bbae51 color hex is 0.00, 0.07, 0.57, 0.27. Web safe color of #bbae51 is #cc9966. Color #bbae51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 01010001
Octal 273 256 121
Decimal 187 174 81
Hex BB AE 51

RGB Percentages of Color #bbae51

%42.31
%39.37
%18.33

CMYK Percentages of Color #bbae51

%0
%7
%57
%27

Triadic Colors of #bbae51

#bbae51 #51bbae #ae51bb

Analogous Colors of #bbae51

#bbae51 #93bb51 #bb7951

Monochromatic Colors of #bbae51

#bbae51

Complementary Color

#bbae51 #515ebb

#bbae51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbae51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbae51 Color CSS Codes

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

#bbae51 Text Font Color

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

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


#bbae51 Background Color

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

This div background color is #bbae51


#bbae51 Border Color

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

This div border color is #bbae51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbae51


Comments

No comments written yet.

Please login to write comment.