Color Hex Logo

#bbae0d Color Hex

#BBAE0D
(187,174,13)
0 Favorites   0 Comments

Color spaces of #bbae0d

RGB 18717413
HSL0.150.870.39
HSV56°93°73°
CMYK 0.000.070.93   0.27
XYZ35.702240.86606.3870
Yxy40.86600.43040.4926
Hunter Lab63.9265-12.181338.8248
CIE-Lab70.0819-10.279770.7074

#bbae0d color RGB value is (187,174,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 00001101
Octal 273 256 15
Decimal 187 174 13
Hex BB AE D

RGB Percentages of Color #bbae0d

%50.00
%46.52
%3.48

CMYK Percentages of Color #bbae0d

%0
%7
%93
%27

Triadic Colors of #bbae0d

#bbae0d #0dbbae #ae0dbb

Analogous Colors of #bbae0d

#bbae0d #71bb0d #bb570d

Monochromatic Colors of #bbae0d

#bbae0d

Complementary Color

#bbae0d #0d1abb

#bbae0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbae0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbae0d Color CSS Codes

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

#bbae0d Text Font Color

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

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


#bbae0d Background Color

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

This div background color is #bbae0d


#bbae0d Border Color

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

This div border color is #bbae0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbae0d


Comments

No comments written yet.

Please login to write comment.