Color Hex Logo

#bdad42 Color Hex

#BDAD42
(189,173,66)
0 Favorites   0 Comments

Color spaces of #bdad42

RGB 18917366
HSL0.140.480.50
HSV52°65°74°
CMYK 0.000.080.65   0.26
XYZ36.913241.099311.1417
Yxy41.09930.41400.4610
Hunter Lab64.1087-9.411734.5719
CIE-Lab70.2454-6.950755.1526

#bdad42 color RGB value is (189,173,66).

#bdad42 hex color red value is 189, green value is 173 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #bdad42 hue: 0.14 , saturation: 0.48 and the lightness value of bdad42 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 01000010
Octal 275 255 102
Decimal 189 173 66
Hex BD AD 42

RGB Percentages of Color #bdad42

%44.16
%40.42
%15.42

CMYK Percentages of Color #bdad42

%0
%8
%65
%26

Triadic Colors of #bdad42

#bdad42 #42bdad #ad42bd

Analogous Colors of #bdad42

#bdad42 #90bd42 #bd7042

Monochromatic Colors of #bdad42

#bdad42

Complementary Color

#bdad42 #4252bd

#bdad42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdad42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdad42 Color CSS Codes

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

#bdad42 Text Font Color

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

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


#bdad42 Background Color

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

This div background color is #bdad42


#bdad42 Border Color

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

This div border color is #bdad42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdad42


Comments

No comments written yet.

Please login to write comment.