Color Hex Logo

#dfaead Color Hex

#DFAEAD
(223,174,173)
0 Favorites   0 Comments

Color spaces of #dfaead

RGB 223174173
HSL0.000.440.78
HSV22°87°
CMYK 0.000.220.22   0.13
XYZ53.110348.977246.1895
Yxy48.97720.35820.3303
Hunter Lab69.983712.99139.8570
CIE-Lab75.437117.70337.3737

#dfaead color RGB value is (223,174,173).

#dfaead hex color red value is 223, green value is 174 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dfaead hue: 0.00 , saturation: 0.44 and the lightness value of dfaead is 0.78.

The process color (four color CMYK) of #dfaead color hex is 0.00, 0.22, 0.22, 0.13. Web safe color of #dfaead is #cc9999. Color #dfaead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 10101101
Octal 337 256 255
Decimal 223 174 173
Hex DF AE AD

RGB Percentages of Color #dfaead

%39.12
%30.53
%30.35

CMYK Percentages of Color #dfaead

%0
%22
%22
%13

Triadic Colors of #dfaead

#dfaead #addfae #aeaddf

Analogous Colors of #dfaead

#dfaead #dfc7ad #dfadc5

Monochromatic Colors of #dfaead

#dfaead

Complementary Color

#dfaead #addedf

#dfaead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaead Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaead Color CSS Codes

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

#dfaead Text Font Color

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

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


#dfaead Background Color

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

This div background color is #dfaead


#dfaead Border Color

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

This div border color is #dfaead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaead


Comments

No comments written yet.

Please login to write comment.