Color Hex Logo

#dfdfad Color Hex

#DFDFAD
(223,223,173)
0 Favorites   0 Comments

Color spaces of #dfdfad

RGB 223223173
HSL0.170.440.78
HSV60°22°87°
CMYK 0.000.000.22   0.13
XYZ64.361971.480549.9400
Yxy71.48050.34640.3848
Hunter Lab84.5461-12.070224.1607
CIE-Lab87.7179-7.990324.5855

#dfdfad color RGB value is (223,223,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011111 10101101
Octal 337 337 255
Decimal 223 223 173
Hex DF DF AD

RGB Percentages of Color #dfdfad

%36.03
%36.03
%27.95

CMYK Percentages of Color #dfdfad

%0
%0
%22
%13

Triadic Colors of #dfdfad

#dfdfad #addfdf #dfaddf

Analogous Colors of #dfdfad

#dfdfad #c6dfad #dfc6ad

Monochromatic Colors of #dfdfad

#dfdfad

Complementary Color

#dfdfad #adaddf

#dfdfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdfad Color CSS Codes

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

#dfdfad Text Font Color

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

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


#dfdfad Background Color

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

This div background color is #dfdfad


#dfdfad Border Color

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

This div border color is #dfdfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdfad


Comments

No comments written yet.

Please login to write comment.