Color Hex Logo

#bdad0a Color Hex

#BDAD0A
(189,173,10)
0 Favorites   0 Comments

Color spaces of #bdad0a

RGB 18917310
HSL0.150.900.39
HSV55°95°74°
CMYK 0.000.080.95   0.26
XYZ35.984640.72796.2518
Yxy40.72790.43370.4909
Hunter Lab63.8184-11.033438.8647
CIE-Lab69.9849-8.912571.0922

#bdad0a color RGB value is (189,173,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 00001010
Octal 275 255 12
Decimal 189 173 10
Hex BD AD A

RGB Percentages of Color #bdad0a

%50.81
%46.51
%2.69

CMYK Percentages of Color #bdad0a

%0
%8
%95
%26

Triadic Colors of #bdad0a

#bdad0a #0abdad #ad0abd

Analogous Colors of #bdad0a

#bdad0a #74bd0a #bd540a

Monochromatic Colors of #bdad0a

#bdad0a

Complementary Color

#bdad0a #0a1abd

#bdad0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdad0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdad0a Color CSS Codes

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

#bdad0a Text Font Color

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

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


#bdad0a Background Color

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

This div background color is #bdad0a


#bdad0a Border Color

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

This div border color is #bdad0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdad0a


Comments

No comments written yet.

Please login to write comment.