Color Hex Logo

#bda89f Color Hex

#BDA89F
(189,168,159)
0 Favorites   0 Comments

Color spaces of #bda89f

RGB 189168159
HSL0.050.190.68
HSV18°16°74°
CMYK 0.000.110.16   0.26
XYZ41.246941.327338.6039
Yxy41.32730.34040.3410
Hunter Lab64.28632.02689.3968
CIE-Lab70.40466.11437.4201

#bda89f color RGB value is (189,168,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 10011111
Octal 275 250 237
Decimal 189 168 159
Hex BD A8 9F

RGB Percentages of Color #bda89f

%36.63
%32.56
%30.81

CMYK Percentages of Color #bda89f

%0
%11
%16
%26

Triadic Colors of #bda89f

#bda89f #9fbda8 #a89fbd

Analogous Colors of #bda89f

#bda89f #bdb79f #bd9fa5

Monochromatic Colors of #bda89f

#bda89f

Complementary Color

#bda89f #9fb4bd

#bda89f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda89f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda89f Color CSS Codes

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

#bda89f Text Font Color

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

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


#bda89f Background Color

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

This div background color is #bda89f


#bda89f Border Color

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

This div border color is #bda89f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,168,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 #bda89f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda89f


Comments

No comments written yet.

Please login to write comment.