Color Hex Logo

#bda10a Color Hex

#BDA10A
(189,161,10)
0 Favorites   0 Comments

Color spaces of #bda10a

RGB 18916110
HSL0.140.900.39
HSV51°95°74°
CMYK 0.000.150.95   0.26
XYZ33.785936.33055.5189
Yxy36.33050.44670.4803
Hunter Lab60.2748-5.426136.7636
CIE-Lab66.7717-2.585068.6935

#bda10a color RGB value is (189,161,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 00001010
Octal 275 241 12
Decimal 189 161 10
Hex BD A1 A

RGB Percentages of Color #bda10a

%52.50
%44.72
%2.78

CMYK Percentages of Color #bda10a

%0
%15
%95
%26

Triadic Colors of #bda10a

#bda10a #0abda1 #a10abd

Analogous Colors of #bda10a

#bda10a #80bd0a #bd480a

Monochromatic Colors of #bda10a

#bda10a

Complementary Color

#bda10a #0a26bd

#bda10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda10a Color CSS Codes

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

#bda10a Text Font Color

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

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


#bda10a Background Color

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

This div background color is #bda10a


#bda10a Border Color

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

This div border color is #bda10a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda10a


Comments

No comments written yet.

Please login to write comment.