Color Hex Logo

#df9eae Color Hex

#DF9EAE
(223,158,174)
0 Favorites   0 Comments

Color spaces of #df9eae

RGB 223158174
HSL0.960.500.75
HSV345°29°87°
CMYK 0.000.290.22   0.13
XYZ50.298343.197745.7314
Yxy43.19770.36130.3103
Hunter Lab65.725021.58464.7535
CIE-Lab71.688926.45881.4098

#df9eae color RGB value is (223,158,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011110 10101110
Octal 337 236 256
Decimal 223 158 174
Hex DF 9E AE

RGB Percentages of Color #df9eae

%40.18
%28.47
%31.35

CMYK Percentages of Color #df9eae

%0
%29
%22
%13

Triadic Colors of #df9eae

#df9eae #aedf9e #9eaedf

Analogous Colors of #df9eae

#df9eae #dfaf9e #df9ecf

Monochromatic Colors of #df9eae

#df9eae

Complementary Color

#df9eae #9edfcf

#df9eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9eae Color CSS Codes

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

#df9eae Text Font Color

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

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


#df9eae Background Color

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

This div background color is #df9eae


#df9eae Border Color

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

This div border color is #df9eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9eae


Comments

No comments written yet.

Please login to write comment.