Color Hex Logo

#dfccad Color Hex

#DFCCAD
(223,204,173)
0 Favorites   0 Comments

Color spaces of #dfccad

RGB 223204173
HSL0.100.440.78
HSV37°22°87°
CMYK 0.000.090.22   0.13
XYZ59.567161.890848.3418
Yxy61.89080.35080.3645
Hunter Lab78.6707-2.518918.6368
CIE-Lab82.85531.783517.8649

#dfccad color RGB value is (223,204,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 10101101
Octal 337 314 255
Decimal 223 204 173
Hex DF CC AD

RGB Percentages of Color #dfccad

%37.17
%34.00
%28.83

CMYK Percentages of Color #dfccad

%0
%9
%22
%13

Triadic Colors of #dfccad

#dfccad #addfcc #ccaddf

Analogous Colors of #dfccad

#dfccad #d9dfad #dfb3ad

Monochromatic Colors of #dfccad

#dfccad

Complementary Color

#dfccad #adc0df

#dfccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfccad Color CSS Codes

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

#dfccad Text Font Color

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

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


#dfccad Background Color

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

This div background color is #dfccad


#dfccad Border Color

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

This div border color is #dfccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfccad


Comments

No comments written yet.

Please login to write comment.