Color Hex Logo

#bdaa10 Color Hex

#BDAA10
(189,170,16)
0 Favorites   0 Comments

Color spaces of #bdaa10

RGB 18917016
HSL0.150.840.40
HSV53°92°74°
CMYK 0.000.100.92   0.26
XYZ35.454539.60576.2662
Yxy39.60570.43600.4870
Hunter Lab62.9331-9.571638.1497
CIE-Lab69.1878-7.261769.6587

#bdaa10 color RGB value is (189,170,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 00010000
Octal 275 252 20
Decimal 189 170 16
Hex BD AA 10

RGB Percentages of Color #bdaa10

%50.40
%45.33
%4.27

CMYK Percentages of Color #bdaa10

%0
%10
%92
%26

Triadic Colors of #bdaa10

#bdaa10 #10bdaa #aa10bd

Analogous Colors of #bdaa10

#bdaa10 #7abd10 #bd5310

Monochromatic Colors of #bdaa10

#bdaa10

Complementary Color

#bdaa10 #1023bd

#bdaa10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaa10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaa10 Color CSS Codes

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

#bdaa10 Text Font Color

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

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


#bdaa10 Background Color

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

This div background color is #bdaa10


#bdaa10 Border Color

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

This div border color is #bdaa10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaa10


Comments

No comments written yet.

Please login to write comment.