Color Hex Logo

#dfd8aa Color Hex

#DFD8AA
(223,216,170)
0 Favorites   0 Comments

Color spaces of #dfd8aa

RGB 223216170
HSL0.140.450.77
HSV52°24°87°
CMYK 0.000.030.24   0.13
XYZ62.243067.702047.8174
Yxy67.70200.35010.3809
Hunter Lab82.2812-8.962923.1407
CIE-Lab85.8572-4.842223.5943

#dfd8aa color RGB value is (223,216,170).

#dfd8aa hex color red value is 223, green value is 216 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dfd8aa hue: 0.14 , saturation: 0.45 and the lightness value of dfd8aa is 0.77.

The process color (four color CMYK) of #dfd8aa color hex is 0.00, 0.03, 0.24, 0.13. Web safe color of #dfd8aa is #cccc99. Color #dfd8aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011000 10101010
Octal 337 330 252
Decimal 223 216 170
Hex DF D8 AA

RGB Percentages of Color #dfd8aa

%36.62
%35.47
%27.91

CMYK Percentages of Color #dfd8aa

%0
%3
%24
%13

Triadic Colors of #dfd8aa

#dfd8aa #aadfd8 #d8aadf

Analogous Colors of #dfd8aa

#dfd8aa #ccdfaa #dfbeaa

Monochromatic Colors of #dfd8aa

#dfd8aa

Complementary Color

#dfd8aa #aab1df

#dfd8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd8aa Color CSS Codes

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

#dfd8aa Text Font Color

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

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


#dfd8aa Background Color

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

This div background color is #dfd8aa


#dfd8aa Border Color

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

This div border color is #dfd8aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,216,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd8aa


Comments

No comments written yet.

Please login to write comment.