Color Hex Logo

#dfa6ad Color Hex

#DFA6AD
(223,166,173)
0 Favorites   0 Comments

Color spaces of #dfa6ad

RGB 223166173
HSL0.980.470.76
HSV353°26°87°
CMYK 0.000.260.22   0.13
XYZ51.610545.977545.6895
Yxy45.97750.36020.3209
Hunter Lab67.806717.20207.5139
CIE-Lab73.530922.00604.6314

#dfa6ad color RGB value is (223,166,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100110 10101101
Octal 337 246 255
Decimal 223 166 173
Hex DF A6 AD

RGB Percentages of Color #dfa6ad

%39.68
%29.54
%30.78

CMYK Percentages of Color #dfa6ad

%0
%26
%22
%13

Triadic Colors of #dfa6ad

#dfa6ad #addfa6 #a6addf

Analogous Colors of #dfa6ad

#dfa6ad #dfbca6 #dfa6ca

Monochromatic Colors of #dfa6ad

#dfa6ad

Complementary Color

#dfa6ad #a6dfd8

#dfa6ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa6ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa6ad Color CSS Codes

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

#dfa6ad Text Font Color

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

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


#dfa6ad Background Color

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

This div background color is #dfa6ad


#dfa6ad Border Color

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

This div border color is #dfa6ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa6ad


Comments

No comments written yet.

Please login to write comment.