Color Hex Logo

#bbad0d Color Hex

#BBAD0D
(187,173,13)
0 Favorites   0 Comments

Color spaces of #bbad0d

RGB 18717313
HSL0.150.870.39
HSV55°93°73°
CMYK 0.000.070.93   0.27
XYZ35.509740.48106.3228
Yxy40.48100.43140.4918
Hunter Lab63.6247-11.720238.6452
CIE-Lab69.8108-9.760370.5011

#bbad0d color RGB value is (187,173,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 00001101
Octal 273 255 15
Decimal 187 173 13
Hex BB AD D

RGB Percentages of Color #bbad0d

%50.13
%46.38
%3.49

CMYK Percentages of Color #bbad0d

%0
%7
%93
%27

Triadic Colors of #bbad0d

#bbad0d #0dbbad #ad0dbb

Analogous Colors of #bbad0d

#bbad0d #72bb0d #bb560d

Monochromatic Colors of #bbad0d

#bbad0d

Complementary Color

#bbad0d #0d1bbb

#bbad0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbad0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbad0d Color CSS Codes

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

#bbad0d Text Font Color

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

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


#bbad0d Background Color

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

This div background color is #bbad0d


#bbad0d Border Color

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

This div border color is #bbad0d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,173,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 #bbad0d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbad0d


Comments

No comments written yet.

Please login to write comment.