Color Hex Logo

#bdaf9e Color Hex

#BDAF9E
(189,175,158)
0 Favorites   0 Comments

Color spaces of #bdaf9e

RGB 189175158
HSL0.090.190.68
HSV33°16°74°
CMYK 0.000.070.16   0.26
XYZ42.487843.947438.5911
Yxy43.94740.33980.3515
Hunter Lab66.2928-1.609911.8905
CIE-Lab72.19332.163110.5197

#bdaf9e color RGB value is (189,175,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 10011110
Octal 275 257 236
Decimal 189 175 158
Hex BD AF 9E

RGB Percentages of Color #bdaf9e

%36.21
%33.52
%30.27

CMYK Percentages of Color #bdaf9e

%0
%7
%16
%26

Triadic Colors of #bdaf9e

#bdaf9e #9ebdaf #af9ebd

Analogous Colors of #bdaf9e

#bdaf9e #bcbd9e #bda09e

Monochromatic Colors of #bdaf9e

#bdaf9e

Complementary Color

#bdaf9e #9eacbd

#bdaf9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaf9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaf9e Color CSS Codes

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

#bdaf9e Text Font Color

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

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


#bdaf9e Background Color

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

This div background color is #bdaf9e


#bdaf9e Border Color

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

This div border color is #bdaf9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaf9e


Comments

No comments written yet.

Please login to write comment.