Color Hex Logo

#bda084 Color Hex

#BDA084
(189,160,132)
0 Favorites   0 Comments

Color spaces of #bda084

RGB 189160132
HSL0.080.300.63
HSV29°30°74°
CMYK 0.000.150.30   0.26
XYZ37.721937.626427.1043
Yxy37.62640.36820.3673
Hunter Lab61.34042.424816.7399
CIE-Lab67.74446.474618.5746

#bda084 color RGB value is (189,160,132).

#bda084 hex color red value is 189, green value is 160 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bda084 hue: 0.08 , saturation: 0.30 and the lightness value of bda084 is 0.63.

The process color (four color CMYK) of #bda084 color hex is 0.00, 0.15, 0.30, 0.26. Web safe color of #bda084 is #cc9999. Color #bda084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 10000100
Octal 275 240 204
Decimal 189 160 132
Hex BD A0 84

RGB Percentages of Color #bda084

%39.29
%33.26
%27.44

CMYK Percentages of Color #bda084

%0
%15
%30
%26

Triadic Colors of #bda084

#bda084 #84bda0 #a084bd

Analogous Colors of #bda084

#bda084 #bdbd84 #bd8485

Monochromatic Colors of #bda084

#bda084

Complementary Color

#bda084 #84a1bd

#bda084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda084 Color CSS Codes

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

#bda084 Text Font Color

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

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


#bda084 Background Color

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

This div background color is #bda084


#bda084 Border Color

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

This div border color is #bda084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda084


Comments

No comments written yet.

Please login to write comment.