Color Hex Logo

#bda49f Color Hex

#BDA49F
(189,164,159)
0 Favorites   0 Comments

Color spaces of #bda49f

RGB 189164159
HSL0.030.190.68
HSV10°16°74°
CMYK 0.000.130.16   0.26
XYZ40.519739.872938.3615
Yxy39.87290.34120.3358
Hunter Lab63.14504.03858.1820
CIE-Lab69.37898.29765.9485

#bda49f color RGB value is (189,164,159).

#bda49f hex color red value is 189, green value is 164 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bda49f hue: 0.03 , saturation: 0.19 and the lightness value of bda49f is 0.68.

The process color (four color CMYK) of #bda49f color hex is 0.00, 0.13, 0.16, 0.26. Web safe color of #bda49f is #cc9999. Color #bda49f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 10011111
Octal 275 244 237
Decimal 189 164 159
Hex BD A4 9F

RGB Percentages of Color #bda49f

%36.91
%32.03
%31.05

CMYK Percentages of Color #bda49f

%0
%13
%16
%26

Triadic Colors of #bda49f

#bda49f #9fbda4 #a49fbd

Analogous Colors of #bda49f

#bda49f #bdb39f #bd9fa9

Monochromatic Colors of #bda49f

#bda49f

Complementary Color

#bda49f #9fb8bd

#bda49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda49f Color CSS Codes

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

#bda49f Text Font Color

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

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


#bda49f Background Color

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

This div background color is #bda49f


#bda49f Border Color

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

This div border color is #bda49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda49f


Comments

No comments written yet.

Please login to write comment.