Color Hex Logo

#bdaa1f Color Hex

#BDAA1F
(189,170,31)
0 Favorites   0 Comments

Color spaces of #bdaa1f

RGB 18917031
HSL0.150.720.43
HSV53°84°74°
CMYK 0.000.100.84   0.26
XYZ35.608339.66727.0761
Yxy39.66720.43240.4817
Hunter Lab62.9819-9.299237.4260
CIE-Lab69.2318-6.932066.5418

#bdaa1f color RGB value is (189,170,31).

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

The process color (four color CMYK) of #bdaa1f color hex is 0.00, 0.10, 0.84, 0.26. Web safe color of #bdaa1f is #cc9933. Color #bdaa1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 00011111
Octal 275 252 37
Decimal 189 170 31
Hex BD AA 1F

RGB Percentages of Color #bdaa1f

%48.46
%43.59
%7.95

CMYK Percentages of Color #bdaa1f

%0
%10
%84
%26

Triadic Colors of #bdaa1f

#bdaa1f #1fbdaa #aa1fbd

Analogous Colors of #bdaa1f

#bdaa1f #81bd1f #bd5b1f

Monochromatic Colors of #bdaa1f

#bdaa1f

Complementary Color

#bdaa1f #1f32bd

#bdaa1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaa1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaa1f Color CSS Codes

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

#bdaa1f Text Font Color

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

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


#bdaa1f Background Color

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

This div background color is #bdaa1f


#bdaa1f Border Color

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

This div border color is #bdaa1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaa1f


Comments

No comments written yet.

Please login to write comment.