Color Hex Logo

#d9bead Color Hex

#D9BEAD
(217,190,173)
0 Favorites   0 Comments

Color spaces of #d9bead

RGB 217190173
HSL0.060.370.76
HSV23°20°85°
CMYK 0.000.120.20   0.15
XYZ54.571654.595847.1970
Yxy54.59580.34900.3492
Hunter Lab73.88902.527713.8505
CIE-Lab78.80796.917212.1006

#d9bead color RGB value is (217,190,173).

#d9bead hex color red value is 217, green value is 190 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d9bead hue: 0.06 , saturation: 0.37 and the lightness value of d9bead is 0.76.

The process color (four color CMYK) of #d9bead color hex is 0.00, 0.12, 0.20, 0.15. Web safe color of #d9bead is #cccc99. Color #d9bead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111110 10101101
Octal 331 276 255
Decimal 217 190 173
Hex D9 BE AD

RGB Percentages of Color #d9bead

%37.41
%32.76
%29.83

CMYK Percentages of Color #d9bead

%0
%12
%20
%15

Triadic Colors of #d9bead

#d9bead #add9be #beadd9

Analogous Colors of #d9bead

#d9bead #d9d4ad #d9adb2

Monochromatic Colors of #d9bead

#d9bead

Complementary Color

#d9bead #adc8d9

#d9bead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bead Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bead Color CSS Codes

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

#d9bead Text Font Color

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

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


#d9bead Background Color

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

This div background color is #d9bead


#d9bead Border Color

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

This div border color is #d9bead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,190,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bead


Comments

No comments written yet.

Please login to write comment.