Color Hex Logo

#dfaaae Color Hex

#DFAAAE
(223,170,174)
0 Favorites   0 Comments

Color spaces of #dfaaae

RGB 223170174
HSL0.990.450.77
HSV355°24°87°
CMYK 0.000.240.22   0.13
XYZ52.446147.493446.4473
Yxy47.49340.35830.3244
Hunter Lab68.915515.24028.2808
CIE-Lab74.504320.00035.4863

#dfaaae color RGB value is (223,170,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 10101110
Octal 337 252 256
Decimal 223 170 174
Hex DF AA AE

RGB Percentages of Color #dfaaae

%39.33
%29.98
%30.69

CMYK Percentages of Color #dfaaae

%0
%24
%22
%13

Triadic Colors of #dfaaae

#dfaaae #aedfaa #aaaedf

Analogous Colors of #dfaaae

#dfaaae #dfc1aa #dfaac9

Monochromatic Colors of #dfaaae

#dfaaae

Complementary Color

#dfaaae #aadfdb

#dfaaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaaae Color CSS Codes

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

#dfaaae Text Font Color

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

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


#dfaaae Background Color

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

This div background color is #dfaaae


#dfaaae Border Color

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

This div border color is #dfaaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaaae


Comments

No comments written yet.

Please login to write comment.