Color Hex Logo

#bdad56 Color Hex

#BDAD56
(189,173,86)
0 Favorites   0 Comments

Color spaces of #bdad56

RGB 18917386
HSL0.140.440.54
HSV51°54°74°
CMYK 0.000.080.54   0.26
XYZ37.609641.377814.8086
Yxy41.37780.40100.4411
Hunter Lab64.3256-8.205231.3786
CIE-Lab70.4398-5.508746.1817

#bdad56 color RGB value is (189,173,86).

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

The process color (four color CMYK) of #bdad56 color hex is 0.00, 0.08, 0.54, 0.26. Web safe color of #bdad56 is #cc9966. Color #bdad56 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 01010110
Octal 275 255 126
Decimal 189 173 86
Hex BD AD 56

RGB Percentages of Color #bdad56

%42.19
%38.62
%19.20

CMYK Percentages of Color #bdad56

%0
%8
%54
%26

Triadic Colors of #bdad56

#bdad56 #56bdad #ad56bd

Analogous Colors of #bdad56

#bdad56 #9abd56 #bd7a56

Monochromatic Colors of #bdad56

#bdad56

Complementary Color

#bdad56 #5666bd

#bdad56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdad56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdad56 Color CSS Codes

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

#bdad56 Text Font Color

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

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


#bdad56 Background Color

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

This div background color is #bdad56


#bdad56 Border Color

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

This div border color is #bdad56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdad56


Comments

No comments written yet.

Please login to write comment.