Color Hex Logo

#bdac2e Color Hex

#BDAC2E
(189,172,46)
0 Favorites   0 Comments

Color spaces of #bdac2e

RGB 18917246
HSL0.150.610.46
HSV53°76°74°
CMYK 0.000.090.76   0.26
XYZ36.231940.52118.4965
Yxy40.52110.42500.4753
Hunter Lab63.6562-9.799536.6456
CIE-Lab69.8391-7.457562.5331

#bdac2e color RGB value is (189,172,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 00101110
Octal 275 254 56
Decimal 189 172 46
Hex BD AC 2E

RGB Percentages of Color #bdac2e

%46.44
%42.26
%11.30

CMYK Percentages of Color #bdac2e

%0
%9
%76
%26

Triadic Colors of #bdac2e

#bdac2e #2ebdac #ac2ebd

Analogous Colors of #bdac2e

#bdac2e #87bd2e #bd652e

Monochromatic Colors of #bdac2e

#bdac2e

Complementary Color

#bdac2e #2e3fbd

#bdac2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdac2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdac2e Color CSS Codes

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

#bdac2e Text Font Color

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

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


#bdac2e Background Color

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

This div background color is #bdac2e


#bdac2e Border Color

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

This div border color is #bdac2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdac2e


Comments

No comments written yet.

Please login to write comment.