Color Hex Logo

#dfaaaf Color Hex

#DFAAAF
(223,170,175)
0 Favorites   0 Comments

Color spaces of #dfaaaf

RGB 223170175
HSL0.980.450.77
HSV354°24°87°
CMYK 0.000.240.22   0.13
XYZ52.544047.532646.9628
Yxy47.53260.35730.3233
Hunter Lab68.943915.38797.8739
CIE-Lab74.529220.14804.9743

#dfaaaf color RGB value is (223,170,175).

#dfaaaf hex color red value is 223, green value is 170 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dfaaaf hue: 0.98 , saturation: 0.45 and the lightness value of dfaaaf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 10101111
Octal 337 252 257
Decimal 223 170 175
Hex DF AA AF

RGB Percentages of Color #dfaaaf

%39.26
%29.93
%30.81

CMYK Percentages of Color #dfaaaf

%0
%24
%22
%13

Triadic Colors of #dfaaaf

#dfaaaf #afdfaa #aaafdf

Analogous Colors of #dfaaaf

#dfaaaf #dfc0aa #dfaaca

Monochromatic Colors of #dfaaaf

#dfaaaf

Complementary Color

#dfaaaf #aadfda

#dfaaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaaaf Color CSS Codes

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

#dfaaaf Text Font Color

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

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


#dfaaaf Background Color

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

This div background color is #dfaaaf


#dfaaaf Border Color

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

This div border color is #dfaaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaaaf


Comments

No comments written yet.

Please login to write comment.