Color Hex Logo

#bbae40 Color Hex

#BBAE40
(187,174,64)
0 Favorites   0 Comments

Color spaces of #bbae40

RGB 18717464
HSL0.150.490.49
HSV54°66°73°
CMYK 0.000.070.66   0.27
XYZ36.555041.207110.8776
Yxy41.20710.41240.4649
Hunter Lab64.1928-10.689334.8881
CIE-Lab70.3208-8.459356.0276

#bbae40 color RGB value is (187,174,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 01000000
Octal 273 256 100
Decimal 187 174 64
Hex BB AE 40

RGB Percentages of Color #bbae40

%44.00
%40.94
%15.06

CMYK Percentages of Color #bbae40

%0
%7
%66
%27

Triadic Colors of #bbae40

#bbae40 #40bbae #ae40bb

Analogous Colors of #bbae40

#bbae40 #8bbb40 #bb7140

Monochromatic Colors of #bbae40

#bbae40

Complementary Color

#bbae40 #404dbb

#bbae40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbae40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbae40 Color CSS Codes

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

#bbae40 Text Font Color

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

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


#bbae40 Background Color

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

This div background color is #bbae40


#bbae40 Border Color

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

This div border color is #bbae40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbae40


Comments

No comments written yet.

Please login to write comment.