Color Hex Logo

#dfddae Color Hex

#DFDDAE
(223,221,174)
0 Favorites   0 Comments

Color spaces of #dfddae

RGB 223221174
HSL0.160.430.78
HSV58°22°87°
CMYK 0.000.010.22   0.13
XYZ63.927970.456950.2746
Yxy70.45690.34620.3816
Hunter Lab83.9386-10.946423.2456
CIE-Lab87.2205-6.835223.3841

#dfddae color RGB value is (223,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 10101110
Octal 337 335 256
Decimal 223 221 174
Hex DF DD AE

RGB Percentages of Color #dfddae

%36.08
%35.76
%28.16

CMYK Percentages of Color #dfddae

%0
%1
%22
%13

Triadic Colors of #dfddae

#dfddae #aedfdd #ddaedf

Analogous Colors of #dfddae

#dfddae #c9dfae #dfc5ae

Monochromatic Colors of #dfddae

#dfddae

Complementary Color

#dfddae #aeb0df

#dfddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfddae Color CSS Codes

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

#dfddae Text Font Color

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

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


#dfddae Background Color

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

This div background color is #dfddae


#dfddae Border Color

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

This div border color is #dfddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfddae


Comments

No comments written yet.

Please login to write comment.