Color Hex Logo

#bdaa0a Color Hex

#BDAA0A
(189,170,10)
0 Favorites   0 Comments

Color spaces of #bdaa0a

RGB 18917010
HSL0.150.900.39
HSV54°95°74°
CMYK 0.000.100.95   0.26
XYZ35.415839.59026.0622
Yxy39.59020.43690.4884
Hunter Lab62.9207-9.640138.3321
CIE-Lab69.1766-7.344870.4868

#bdaa0a color RGB value is (189,170,10).

#bdaa0a hex color red value is 189, green value is 170 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bdaa0a hue: 0.15 , saturation: 0.90 and the lightness value of bdaa0a is 0.39.

The process color (four color CMYK) of #bdaa0a color hex is 0.00, 0.10, 0.95, 0.26. Web safe color of #bdaa0a is #cc9900. Color #bdaa0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 00001010
Octal 275 252 12
Decimal 189 170 10
Hex BD AA A

RGB Percentages of Color #bdaa0a

%51.22
%46.07
%2.71

CMYK Percentages of Color #bdaa0a

%0
%10
%95
%26

Triadic Colors of #bdaa0a

#bdaa0a #0abdaa #aa0abd

Analogous Colors of #bdaa0a

#bdaa0a #77bd0a #bd510a

Monochromatic Colors of #bdaa0a

#bdaa0a

Complementary Color

#bdaa0a #0a1dbd

#bdaa0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaa0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaa0a Color CSS Codes

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

#bdaa0a Text Font Color

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

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


#bdaa0a Background Color

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

This div background color is #bdaa0a


#bdaa0a Border Color

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

This div border color is #bdaa0a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,170,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bdaa0a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bdaa0a;
  -webkit-box-shadow: 1px 1px 3px 2px #bdaa0a;
  box-shadow:         1px 1px 3px 2px #bdaa0a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,170,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaa0a


Comments

No comments written yet.

Please login to write comment.