Color Hex Logo

#dfaeaa Color Hex

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

Color spaces of #dfaeaa

RGB 223174170
HSL0.010.450.77
HSV24°87°
CMYK 0.000.220.24   0.13
XYZ52.823248.862444.6775
Yxy48.86240.36090.3338
Hunter Lab69.901612.560811.0361
CIE-Lab75.365617.26808.9085

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

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

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

Base Numbers

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

RGB Percentages of Color #dfaeaa

%39.33
%30.69
%29.98

CMYK Percentages of Color #dfaeaa

%0
%22
%24
%13

Triadic Colors of #dfaeaa

#dfaeaa #aadfae #aeaadf

Analogous Colors of #dfaeaa

#dfaeaa #dfc9aa #dfaac1

Monochromatic Colors of #dfaeaa

#dfaeaa

Complementary Color

#dfaeaa #aadbdf

#dfaeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaeaa Color CSS Codes

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

#dfaeaa Text Font Color

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

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


#dfaeaa Background Color

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

This div background color is #dfaeaa


#dfaeaa Border Color

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

This div border color is #dfaeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaeaa


Comments

No comments written yet.

Please login to write comment.