Color Hex Logo

#dfaee9 Color Hex

#DFAEE9
(223,174,233)
0 Favorites   0 Comments

Color spaces of #dfaee9

RGB 223174233
HSL0.810.570.80
HSV290°25°91°
CMYK 0.040.250.00   0.09
XYZ60.275551.843383.9207
Yxy51.84330.30750.2645
Hunter Lab72.002323.4242-18.7026
CIE-Lab77.187027.9052-22.7047

#dfaee9 color RGB value is (223,174,233).

#dfaee9 hex color red value is 223, green value is 174 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #dfaee9 hue: 0.81 , saturation: 0.57 and the lightness value of dfaee9 is 0.80.

The process color (four color CMYK) of #dfaee9 color hex is 0.04, 0.25, 0.00, 0.09. Web safe color of #dfaee9 is #cc99ff. Color #dfaee9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 11101001
Octal 337 256 351
Decimal 223 174 233
Hex DF AE E9

RGB Percentages of Color #dfaee9

%35.40
%27.62
%36.98

CMYK Percentages of Color #dfaee9

%4
%25
%0
%9

Triadic Colors of #dfaee9

#dfaee9 #e9dfae #aee9df

Analogous Colors of #dfaee9

#dfaee9 #e9aed6 #c2aee9

Monochromatic Colors of #dfaee9

#dfaee9

Complementary Color

#dfaee9 #b8e9ae

#dfaee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaee9 Color CSS Codes

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

#dfaee9 Text Font Color

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

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


#dfaee9 Background Color

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

This div background color is #dfaee9


#dfaee9 Border Color

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

This div border color is #dfaee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaee9


Comments

No comments written yet.

Please login to write comment.