Color Hex Logo

#bdac1f Color Hex

#BDAC1F
(189,172,31)
0 Favorites   0 Comments

Color spaces of #bdac1f

RGB 18917231
HSL0.150.720.43
HSV54°84°74°
CMYK 0.000.090.84   0.26
XYZ35.986140.42287.2020
Yxy40.42280.43040.4835
Hunter Lab63.5789-10.230937.7891
CIE-Lab69.7696-7.979766.9949

#bdac1f color RGB value is (189,172,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 00011111
Octal 275 254 37
Decimal 189 172 31
Hex BD AC 1F

RGB Percentages of Color #bdac1f

%48.21
%43.88
%7.91

CMYK Percentages of Color #bdac1f

%0
%9
%84
%26

Triadic Colors of #bdac1f

#bdac1f #1fbdac #ac1fbd

Analogous Colors of #bdac1f

#bdac1f #7fbd1f #bd5d1f

Monochromatic Colors of #bdac1f

#bdac1f

Complementary Color

#bdac1f #1f30bd

#bdac1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdac1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdac1f Color CSS Codes

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

#bdac1f Text Font Color

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

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


#bdac1f Background Color

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

This div background color is #bdac1f


#bdac1f Border Color

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

This div border color is #bdac1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdac1f


Comments

No comments written yet.

Please login to write comment.