Color Hex Logo

#bdaf8e Color Hex

#BDAF8E
(189,175,142)
0 Favorites   0 Comments

Color spaces of #bdaf8e

RGB 189175142
HSL0.120.260.65
HSV42°25°74°
CMYK 0.000.070.25   0.26
XYZ41.198743.431831.8029
Yxy43.43180.35380.3730
Hunter Lab65.9028-3.741817.5202
CIE-Lab71.8471-0.250618.7621

#bdaf8e color RGB value is (189,175,142).

#bdaf8e hex color red value is 189, green value is 175 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bdaf8e hue: 0.12 , saturation: 0.26 and the lightness value of bdaf8e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 10001110
Octal 275 257 216
Decimal 189 175 142
Hex BD AF 8E

RGB Percentages of Color #bdaf8e

%37.35
%34.58
%28.06

CMYK Percentages of Color #bdaf8e

%0
%7
%25
%26

Triadic Colors of #bdaf8e

#bdaf8e #8ebdaf #af8ebd

Analogous Colors of #bdaf8e

#bdaf8e #b4bd8e #bd988e

Monochromatic Colors of #bdaf8e

#bdaf8e

Complementary Color

#bdaf8e #8e9cbd

#bdaf8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaf8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaf8e Color CSS Codes

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

#bdaf8e Text Font Color

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

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


#bdaf8e Background Color

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

This div background color is #bdaf8e


#bdaf8e Border Color

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

This div border color is #bdaf8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaf8e


Comments

No comments written yet.

Please login to write comment.