Color Hex Logo

#bdad8e Color Hex

#BDAD8E
(189,173,142)
0 Favorites   0 Comments

Color spaces of #bdad8e

RGB 189173142
HSL0.110.260.65
HSV40°25°74°
CMYK 0.000.080.25   0.26
XYZ40.812342.659031.6741
Yxy42.65900.35440.3705
Hunter Lab65.3139-2.761016.9669
CIE-Lab71.32290.821918.0378

#bdad8e color RGB value is (189,173,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 10001110
Octal 275 255 216
Decimal 189 173 142
Hex BD AD 8E

RGB Percentages of Color #bdad8e

%37.50
%34.33
%28.17

CMYK Percentages of Color #bdad8e

%0
%8
%25
%26

Triadic Colors of #bdad8e

#bdad8e #8ebdad #ad8ebd

Analogous Colors of #bdad8e

#bdad8e #b6bd8e #bd968e

Monochromatic Colors of #bdad8e

#bdad8e

Complementary Color

#bdad8e #8e9ebd

#bdad8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdad8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdad8e Color CSS Codes

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

#bdad8e Text Font Color

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

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


#bdad8e Background Color

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

This div background color is #bdad8e


#bdad8e Border Color

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

This div border color is #bdad8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdad8e


Comments

No comments written yet.

Please login to write comment.