Color Hex Logo

#bdad77 Color Hex

#BDAD77
(189,173,119)
0 Favorites   0 Comments

Color spaces of #bdad77

RGB 189173119
HSL0.130.350.60
HSV46°37°74°
CMYK 0.000.080.37   0.26
XYZ39.259642.037923.4977
Yxy42.03790.37460.4011
Hunter Lab64.8366-5.379623.8981
CIE-Lab70.8970-2.188129.8583

#bdad77 color RGB value is (189,173,119).

#bdad77 hex color red value is 189, green value is 173 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #bdad77 hue: 0.13 , saturation: 0.35 and the lightness value of bdad77 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 01110111
Octal 275 255 167
Decimal 189 173 119
Hex BD AD 77

RGB Percentages of Color #bdad77

%39.29
%35.97
%24.74

CMYK Percentages of Color #bdad77

%0
%8
%37
%26

Triadic Colors of #bdad77

#bdad77 #77bdad #ad77bd

Analogous Colors of #bdad77

#bdad77 #aabd77 #bd8a77

Monochromatic Colors of #bdad77

#bdad77

Complementary Color

#bdad77 #7787bd

#bdad77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdad77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdad77 Color CSS Codes

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

#bdad77 Text Font Color

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

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


#bdad77 Background Color

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

This div background color is #bdad77


#bdad77 Border Color

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

This div border color is #bdad77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdad77


Comments

No comments written yet.

Please login to write comment.