Color Hex Logo

#df9daa Color Hex

#DF9DAA
(223,157,170)
0 Favorites   0 Comments

Color spaces of #df9daa

RGB 223157170
HSL0.970.510.75
HSV348°30°87°
CMYK 0.000.300.24   0.13
XYZ49.744142.704243.6511
Yxy42.70420.36550.3138
Hunter Lab65.348521.51686.1397
CIE-Lab71.353726.41283.1383

#df9daa color RGB value is (223,157,170).

#df9daa hex color red value is 223, green value is 157 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #df9daa hue: 0.97 , saturation: 0.51 and the lightness value of df9daa is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011101 10101010
Octal 337 235 252
Decimal 223 157 170
Hex DF 9D AA

RGB Percentages of Color #df9daa

%40.55
%28.55
%30.91

CMYK Percentages of Color #df9daa

%0
%30
%24
%13

Triadic Colors of #df9daa

#df9daa #aadf9d #9daadf

Analogous Colors of #df9daa

#df9daa #dfb19d #df9dcb

Monochromatic Colors of #df9daa

#df9daa

Complementary Color

#df9daa #9ddfd2

#df9daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9daa Color CSS Codes

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

#df9daa Text Font Color

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

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


#df9daa Background Color

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

This div background color is #df9daa


#df9daa Border Color

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

This div border color is #df9daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9daa


Comments

No comments written yet.

Please login to write comment.