Color Hex Logo

#dfa7ad Color Hex

#DFA7AD
(223,167,173)
0 Favorites   0 Comments

Color spaces of #dfa7ad

RGB 223167173
HSL0.980.470.76
HSV354°25°87°
CMYK 0.000.250.22   0.13
XYZ51.793046.342545.7504
Yxy46.34250.36000.3221
Hunter Lab68.075316.67447.8066
CIE-Lab73.767221.46774.9723

#dfa7ad color RGB value is (223,167,173).

#dfa7ad hex color red value is 223, green value is 167 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dfa7ad hue: 0.98 , saturation: 0.47 and the lightness value of dfa7ad is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 10101101
Octal 337 247 255
Decimal 223 167 173
Hex DF A7 AD

RGB Percentages of Color #dfa7ad

%39.61
%29.66
%30.73

CMYK Percentages of Color #dfa7ad

%0
%25
%22
%13

Triadic Colors of #dfa7ad

#dfa7ad #addfa7 #a7addf

Analogous Colors of #dfa7ad

#dfa7ad #dfbda7 #dfa7c9

Monochromatic Colors of #dfa7ad

#dfa7ad

Complementary Color

#dfa7ad #a7dfd9

#dfa7ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa7ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa7ad Color CSS Codes

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

#dfa7ad Text Font Color

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

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


#dfa7ad Background Color

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

This div background color is #dfa7ad


#dfa7ad Border Color

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

This div border color is #dfa7ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa7ad


Comments

No comments written yet.

Please login to write comment.