Color Hex Logo

#bda079 Color Hex

#BDA079
(189,160,121)
0 Favorites   0 Comments

Color spaces of #bda079

RGB 189160121
HSL0.100.340.61
HSV34°36°74°
CMYK 0.000.150.36   0.26
XYZ37.008337.340923.3461
Yxy37.34090.37880.3822
Hunter Lab61.10721.167220.1232
CIE-Lab67.53205.058124.3150

#bda079 color RGB value is (189,160,121).

#bda079 hex color red value is 189, green value is 160 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #bda079 hue: 0.10 , saturation: 0.34 and the lightness value of bda079 is 0.61.

The process color (four color CMYK) of #bda079 color hex is 0.00, 0.15, 0.36, 0.26. Web safe color of #bda079 is #cc9966. Color #bda079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 01111001
Octal 275 240 171
Decimal 189 160 121
Hex BD A0 79

RGB Percentages of Color #bda079

%40.21
%34.04
%25.74

CMYK Percentages of Color #bda079

%0
%15
%36
%26

Triadic Colors of #bda079

#bda079 #79bda0 #a079bd

Analogous Colors of #bda079

#bda079 #b8bd79 #bd7e79

Monochromatic Colors of #bda079

#bda079

Complementary Color

#bda079 #7996bd

#bda079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda079 Color CSS Codes

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

#bda079 Text Font Color

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

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


#bda079 Background Color

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

This div background color is #bda079


#bda079 Border Color

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

This div border color is #bda079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda079


Comments

No comments written yet.

Please login to write comment.