Color Hex Logo

#bdba0a Color Hex

#BDBA0A
(189,186,10)
0 Favorites   0 Comments

Color spaces of #bdba0a

RGB 18918610
HSL0.160.900.39
HSV59°95°74°
CMYK 0.000.020.95   0.26
XYZ38.600045.95857.1236
Yxy45.95850.42100.5013
Hunter Lab67.7927-17.002441.2247
CIE-Lab73.5186-15.585173.7533

#bdba0a color RGB value is (189,186,10).

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

The process color (four color CMYK) of #bdba0a color hex is 0.00, 0.02, 0.95, 0.26. Web safe color of #bdba0a is #cccc00. Color #bdba0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 00001010
Octal 275 272 12
Decimal 189 186 10
Hex BD BA A

RGB Percentages of Color #bdba0a

%49.09
%48.31
%2.60

CMYK Percentages of Color #bdba0a

%0
%2
%95
%26

Triadic Colors of #bdba0a

#bdba0a #0abdba #ba0abd

Analogous Colors of #bdba0a

#bdba0a #67bd0a #bd610a

Monochromatic Colors of #bdba0a

#bdba0a

Complementary Color

#bdba0a #0a0dbd

#bdba0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdba0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdba0a Color CSS Codes

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

#bdba0a Text Font Color

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

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


#bdba0a Background Color

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

This div background color is #bdba0a


#bdba0a Border Color

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

This div border color is #bdba0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdba0a


Comments

No comments written yet.

Please login to write comment.