Color Hex Logo

#dfaaac Color Hex

#DFAAAC
(223,170,172)
0 Favorites   0 Comments

Color spaces of #dfaaac

RGB 223170172
HSL0.990.450.77
HSV358°24°87°
CMYK 0.000.240.23   0.13
XYZ52.252547.416045.4279
Yxy47.41600.36010.3268
Hunter Lab68.859314.94759.0866
CIE-Lab74.455119.70706.5111

#dfaaac color RGB value is (223,170,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 10101100
Octal 337 252 254
Decimal 223 170 172
Hex DF AA AC

RGB Percentages of Color #dfaaac

%39.47
%30.09
%30.44

CMYK Percentages of Color #dfaaac

%0
%24
%23
%13

Triadic Colors of #dfaaac

#dfaaac #acdfaa #aaacdf

Analogous Colors of #dfaaac

#dfaaac #dfc3aa #dfaac7

Monochromatic Colors of #dfaaac

#dfaaac

Complementary Color

#dfaaac #aadfdd

#dfaaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaaac Color CSS Codes

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

#dfaaac Text Font Color

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

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


#dfaaac Background Color

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

This div background color is #dfaaac


#dfaaac Border Color

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

This div border color is #dfaaac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,170,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfaaac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaaac


Comments

No comments written yet.

Please login to write comment.