Color Hex Logo

#bbae44 Color Hex

#BBAE44
(187,174,68)
0 Favorites   0 Comments

Color spaces of #bbae44

RGB 18717468
HSL0.150.470.50
HSV53°64°73°
CMYK 0.000.070.64   0.27
XYZ36.673041.254311.4988
Yxy41.25430.41010.4613
Hunter Lab64.2295-10.483834.3462
CIE-Lab70.3537-8.210454.3504

#bbae44 color RGB value is (187,174,68).

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

The process color (four color CMYK) of #bbae44 color hex is 0.00, 0.07, 0.64, 0.27. Web safe color of #bbae44 is #cc9933. Color #bbae44 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 01000100
Octal 273 256 104
Decimal 187 174 68
Hex BB AE 44

RGB Percentages of Color #bbae44

%43.59
%40.56
%15.85

CMYK Percentages of Color #bbae44

%0
%7
%64
%27

Triadic Colors of #bbae44

#bbae44 #44bbae #ae44bb

Analogous Colors of #bbae44

#bbae44 #8dbb44 #bb7344

Monochromatic Colors of #bbae44

#bbae44

Complementary Color

#bbae44 #4451bb

#bbae44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbae44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbae44 Color CSS Codes

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

#bbae44 Text Font Color

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

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


#bbae44 Background Color

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

This div background color is #bbae44


#bbae44 Border Color

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

This div border color is #bbae44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbae44


Comments

No comments written yet.

Please login to write comment.