Color Hex Logo

#bbae52 Color Hex

#BBAE52
(187,174,82)
0 Favorites   0 Comments

Color spaces of #bbae52

RGB 18717482
HSL0.150.440.53
HSV53°56°73°
CMYK 0.000.070.56   0.27
XYZ37.152641.446114.0244
Yxy41.44610.40110.4475
Hunter Lab64.3786-9.651232.1492
CIE-Lab70.4873-7.206548.1122

#bbae52 color RGB value is (187,174,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 01010010
Octal 273 256 122
Decimal 187 174 82
Hex BB AE 52

RGB Percentages of Color #bbae52

%42.21
%39.28
%18.51

CMYK Percentages of Color #bbae52

%0
%7
%56
%27

Triadic Colors of #bbae52

#bbae52 #52bbae #ae52bb

Analogous Colors of #bbae52

#bbae52 #94bb52 #bb7a52

Monochromatic Colors of #bbae52

#bbae52

Complementary Color

#bbae52 #525fbb

#bbae52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbae52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbae52 Color CSS Codes

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

#bbae52 Text Font Color

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

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


#bbae52 Background Color

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

This div background color is #bbae52


#bbae52 Border Color

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

This div border color is #bbae52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbae52


Comments

No comments written yet.

Please login to write comment.