Color Hex Logo

#dfaec7 Color Hex

#DFAEC7
(223,174,199)
0 Favorites   0 Comments

Color spaces of #dfaec7

RGB 223174199
HSL0.910.430.78
HSV329°22°87°
CMYK 0.000.220.11   0.13
XYZ55.876350.083660.7549
Yxy50.08360.33520.3004
Hunter Lab70.769817.0877-1.3608
CIE-Lab76.120521.7863-5.8248

#dfaec7 color RGB value is (223,174,199).

#dfaec7 hex color red value is 223, green value is 174 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #dfaec7 hue: 0.91 , saturation: 0.43 and the lightness value of dfaec7 is 0.78.

The process color (four color CMYK) of #dfaec7 color hex is 0.00, 0.22, 0.11, 0.13. Web safe color of #dfaec7 is #cc99cc. Color #dfaec7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 11000111
Octal 337 256 307
Decimal 223 174 199
Hex DF AE C7

RGB Percentages of Color #dfaec7

%37.42
%29.19
%33.39

CMYK Percentages of Color #dfaec7

%0
%22
%11
%13

Triadic Colors of #dfaec7

#dfaec7 #c7dfae #aec7df

Analogous Colors of #dfaec7

#dfaec7 #dfaeaf #dfaedf

Monochromatic Colors of #dfaec7

#dfaec7

Complementary Color

#dfaec7 #aedfc6

#dfaec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaec7 Color CSS Codes

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

#dfaec7 Text Font Color

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

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


#dfaec7 Background Color

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

This div background color is #dfaec7


#dfaec7 Border Color

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

This div border color is #dfaec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaec7


Comments

No comments written yet.

Please login to write comment.