Color Hex Logo

#dfdaaf Color Hex

#DFDAAF
(223,218,175)
0 Favorites   0 Comments

Color spaces of #dfdaaf

RGB 223218175
HSL0.150.430.78
HSV54°22°87°
CMYK 0.000.020.22   0.13
XYZ63.240768.925950.5283
Yxy68.92590.34620.3773
Hunter Lab83.0216-9.317722.0303
CIE-Lab86.4673-5.164421.8260

#dfdaaf color RGB value is (223,218,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 10101111
Octal 337 332 257
Decimal 223 218 175
Hex DF DA AF

RGB Percentages of Color #dfdaaf

%36.20
%35.39
%28.41

CMYK Percentages of Color #dfdaaf

%0
%2
%22
%13

Triadic Colors of #dfdaaf

#dfdaaf #afdfda #daafdf

Analogous Colors of #dfdaaf

#dfdaaf #ccdfaf #dfc2af

Monochromatic Colors of #dfdaaf

#dfdaaf

Complementary Color

#dfdaaf #afb4df

#dfdaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdaaf Color CSS Codes

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

#dfdaaf Text Font Color

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

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


#dfdaaf Background Color

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

This div background color is #dfdaaf


#dfdaaf Border Color

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

This div border color is #dfdaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdaaf


Comments

No comments written yet.

Please login to write comment.