Color Hex Logo

#bdaa15 Color Hex

#BDAA15
(189,170,21)
0 Favorites   0 Comments

Color spaces of #bdaa15

RGB 18917021
HSL0.150.800.41
HSV53°89°74°
CMYK 0.000.100.89   0.26
XYZ35.496339.62246.4865
Yxy39.62240.43500.4855
Hunter Lab62.9463-9.497537.9527
CIE-Lab69.1997-7.171968.7849

#bdaa15 color RGB value is (189,170,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 00010101
Octal 275 252 25
Decimal 189 170 21
Hex BD AA 15

RGB Percentages of Color #bdaa15

%49.74
%44.74
%5.53

CMYK Percentages of Color #bdaa15

%0
%10
%89
%26

Triadic Colors of #bdaa15

#bdaa15 #15bdaa #aa15bd

Analogous Colors of #bdaa15

#bdaa15 #7cbd15 #bd5615

Monochromatic Colors of #bdaa15

#bdaa15

Complementary Color

#bdaa15 #1528bd

#bdaa15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaa15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaa15 Color CSS Codes

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

#bdaa15 Text Font Color

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

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


#bdaa15 Background Color

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

This div background color is #bdaa15


#bdaa15 Border Color

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

This div border color is #bdaa15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaa15


Comments

No comments written yet.

Please login to write comment.