Color Hex Logo

#bdab2e Color Hex

#BDAB2E
(189,171,46)
0 Favorites   0 Comments

Color spaces of #bdab2e

RGB 18917146
HSL0.150.610.46
HSV52°76°74°
CMYK 0.000.100.76   0.26
XYZ36.042340.14198.4333
Yxy40.14190.42590.4744
Hunter Lab63.3576-9.332436.4585
CIE-Lab69.5705-6.933262.2824

#bdab2e color RGB value is (189,171,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 00101110
Octal 275 253 56
Decimal 189 171 46
Hex BD AB 2E

RGB Percentages of Color #bdab2e

%46.55
%42.12
%11.33

CMYK Percentages of Color #bdab2e

%0
%10
%76
%26

Triadic Colors of #bdab2e

#bdab2e #2ebdab #ab2ebd

Analogous Colors of #bdab2e

#bdab2e #88bd2e #bd632e

Monochromatic Colors of #bdab2e

#bdab2e

Complementary Color

#bdab2e #2e40bd

#bdab2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdab2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdab2e Color CSS Codes

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

#bdab2e Text Font Color

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

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


#bdab2e Background Color

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

This div background color is #bdab2e


#bdab2e Border Color

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

This div border color is #bdab2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdab2e


Comments

No comments written yet.

Please login to write comment.