Color Hex Logo

#bdae9f Color Hex

#BDAE9F
(189,174,159)
0 Favorites   0 Comments

Color spaces of #bdae9f

RGB 189174159
HSL0.080.190.68
HSV30°16°74°
CMYK 0.000.080.16   0.26
XYZ42.380343.594138.9817
Yxy43.59410.33920.3489
Hunter Lab66.0258-0.970611.2132
CIE-Lab71.95642.86189.6352

#bdae9f color RGB value is (189,174,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 10011111
Octal 275 256 237
Decimal 189 174 159
Hex BD AE 9F

RGB Percentages of Color #bdae9f

%36.21
%33.33
%30.46

CMYK Percentages of Color #bdae9f

%0
%8
%16
%26

Triadic Colors of #bdae9f

#bdae9f #9fbdae #ae9fbd

Analogous Colors of #bdae9f

#bdae9f #bdbd9f #bd9f9f

Monochromatic Colors of #bdae9f

#bdae9f

Complementary Color

#bdae9f #9faebd

#bdae9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdae9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdae9f Color CSS Codes

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

#bdae9f Text Font Color

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

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


#bdae9f Background Color

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

This div background color is #bdae9f


#bdae9f Border Color

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

This div border color is #bdae9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdae9f


Comments

No comments written yet.

Please login to write comment.