Color Hex Logo

#bdad2e Color Hex

#BDAD2E
(189,173,46)
0 Favorites   0 Comments

Color spaces of #bdad2e

RGB 18917346
HSL0.150.610.46
HSV53°76°74°
CMYK 0.000.080.76   0.26
XYZ36.423040.90328.5602
Yxy40.90320.42410.4762
Hunter Lab63.9556-10.265836.8332
CIE-Lab70.1080-7.980562.7838

#bdad2e color RGB value is (189,173,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 00101110
Octal 275 255 56
Decimal 189 173 46
Hex BD AD 2E

RGB Percentages of Color #bdad2e

%46.32
%42.40
%11.27

CMYK Percentages of Color #bdad2e

%0
%8
%76
%26

Triadic Colors of #bdad2e

#bdad2e #2ebdad #ad2ebd

Analogous Colors of #bdad2e

#bdad2e #86bd2e #bd662e

Monochromatic Colors of #bdad2e

#bdad2e

Complementary Color

#bdad2e #2e3ebd

#bdad2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdad2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdad2e Color CSS Codes

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

#bdad2e Text Font Color

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

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


#bdad2e Background Color

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

This div background color is #bdad2e


#bdad2e Border Color

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

This div border color is #bdad2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdad2e

#bdad2e Color Palettes


Comments

No comments written yet.

Please login to write comment.