Color Hex Logo

#dfaae3 Color Hex

#DFAAE3
(223,170,227)
0 Favorites   0 Comments

Color spaces of #dfaae3

RGB 223170227
HSL0.820.500.78
HSV296°25°89°
CMYK 0.020.250.00   0.11
XYZ58.671349.983579.2285
Yxy49.98350.31230.2660
Hunter Lab70.699024.4093-16.9537
CIE-Lab76.059128.9216-21.1660

#dfaae3 color RGB value is (223,170,227).

#dfaae3 hex color red value is 223, green value is 170 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #dfaae3 hue: 0.82 , saturation: 0.50 and the lightness value of dfaae3 is 0.78.

The process color (four color CMYK) of #dfaae3 color hex is 0.02, 0.25, 0.00, 0.11. Web safe color of #dfaae3 is #cc99cc. Color #dfaae3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 11100011
Octal 337 252 343
Decimal 223 170 227
Hex DF AA E3

RGB Percentages of Color #dfaae3

%35.97
%27.42
%36.61

CMYK Percentages of Color #dfaae3

%2
%25
%0
%11

Triadic Colors of #dfaae3

#dfaae3 #e3dfaa #aae3df

Analogous Colors of #dfaae3

#dfaae3 #e3aacb #c3aae3

Monochromatic Colors of #dfaae3

#dfaae3

Complementary Color

#dfaae3 #aee3aa

#dfaae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaae3 Color CSS Codes

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

#dfaae3 Text Font Color

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

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


#dfaae3 Background Color

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

This div background color is #dfaae3


#dfaae3 Border Color

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

This div border color is #dfaae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaae3


Comments

No comments written yet.

Please login to write comment.