Color Hex Logo

#dfaaab Color Hex

#DFAAAB
(223,170,171)
0 Favorites   0 Comments

Color spaces of #dfaaab

RGB 223170171
HSL1.000.450.77
HSV359°24°87°
CMYK 0.000.240.23   0.13
XYZ52.156847.377744.9239
Yxy47.37770.36110.3280
Hunter Lab68.831514.80279.4855
CIE-Lab74.430719.56187.0238

#dfaaab color RGB value is (223,170,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 10101011
Octal 337 252 253
Decimal 223 170 171
Hex DF AA AB

RGB Percentages of Color #dfaaab

%39.54
%30.14
%30.32

CMYK Percentages of Color #dfaaab

%0
%24
%23
%13

Triadic Colors of #dfaaab

#dfaaab #abdfaa #aaabdf

Analogous Colors of #dfaaab

#dfaaab #dfc4aa #dfaac6

Monochromatic Colors of #dfaaab

#dfaaab

Complementary Color

#dfaaab #aadfde

#dfaaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaaab Color CSS Codes

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

#dfaaab Text Font Color

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

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


#dfaaab Background Color

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

This div background color is #dfaaab


#dfaaab Border Color

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

This div border color is #dfaaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaaab

#dfaaab Color Palettes


Comments

No comments written yet.

Please login to write comment.