Color Hex Logo

#df9ead Color Hex

#DF9EAD
(223,158,173)
0 Favorites   0 Comments

Color spaces of #df9ead

RGB 223158173
HSL0.960.500.75
HSV346°29°87°
CMYK 0.000.290.22   0.13
XYZ50.201143.158845.2198
Yxy43.15880.36230.3114
Hunter Lab65.695421.43395.1759
CIE-Lab71.662626.31161.9250

#df9ead color RGB value is (223,158,173).

#df9ead hex color red value is 223, green value is 158 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #df9ead hue: 0.96 , saturation: 0.50 and the lightness value of df9ead is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011110 10101101
Octal 337 236 255
Decimal 223 158 173
Hex DF 9E AD

RGB Percentages of Color #df9ead

%40.25
%28.52
%31.23

CMYK Percentages of Color #df9ead

%0
%29
%22
%13

Triadic Colors of #df9ead

#df9ead #addf9e #9eaddf

Analogous Colors of #df9ead

#df9ead #dfb09e #df9ece

Monochromatic Colors of #df9ead

#df9ead

Complementary Color

#df9ead #9edfd0

#df9ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9ead Color CSS Codes

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

#df9ead Text Font Color

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

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


#df9ead Background Color

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

This div background color is #df9ead


#df9ead Border Color

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

This div border color is #df9ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9ead


Comments

No comments written yet.

Please login to write comment.