Color Hex Logo

#bda99f Color Hex

#BDA99F
(189,169,159)
0 Favorites   0 Comments

Color spaces of #bda99f

RGB 189169159
HSL0.060.190.68
HSV20°16°74°
CMYK 0.000.110.16   0.26
XYZ41.432241.698038.6657
Yxy41.69800.34020.3424
Hunter Lab64.57401.52539.7000
CIE-Lab70.66225.57017.7887

#bda99f color RGB value is (189,169,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101001 10011111
Octal 275 251 237
Decimal 189 169 159
Hex BD A9 9F

RGB Percentages of Color #bda99f

%36.56
%32.69
%30.75

CMYK Percentages of Color #bda99f

%0
%11
%16
%26

Triadic Colors of #bda99f

#bda99f #9fbda9 #a99fbd

Analogous Colors of #bda99f

#bda99f #bdb89f #bd9fa4

Monochromatic Colors of #bda99f

#bda99f

Complementary Color

#bda99f #9fb3bd

#bda99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda99f Color CSS Codes

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

#bda99f Text Font Color

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

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


#bda99f Background Color

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

This div background color is #bda99f


#bda99f Border Color

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

This div border color is #bda99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda99f


Comments

No comments written yet.

Please login to write comment.