Color Hex Logo

#dfaeac Color Hex

#DFAEAC
(223,174,172)
0 Favorites   0 Comments

Color spaces of #dfaeac

RGB 223174172
HSL0.010.440.77
HSV23°87°
CMYK 0.000.220.23   0.13
XYZ53.013948.938645.6817
Yxy48.93860.35910.3315
Hunter Lab69.956112.847010.2526
CIE-Lab75.413117.55757.8851

#dfaeac color RGB value is (223,174,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 10101100
Octal 337 256 254
Decimal 223 174 172
Hex DF AE AC

RGB Percentages of Color #dfaeac

%39.19
%30.58
%30.23

CMYK Percentages of Color #dfaeac

%0
%22
%23
%13

Triadic Colors of #dfaeac

#dfaeac #acdfae #aeacdf

Analogous Colors of #dfaeac

#dfaeac #dfc8ac #dfacc4

Monochromatic Colors of #dfaeac

#dfaeac

Complementary Color

#dfaeac #acdddf

#dfaeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaeac Color CSS Codes

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

#dfaeac Text Font Color

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

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


#dfaeac Background Color

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

This div background color is #dfaeac


#dfaeac Border Color

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

This div border color is #dfaeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaeac


Comments

No comments written yet.

Please login to write comment.