Color Hex Logo

#dfaaee Color Hex

#DFAAEE
(223,170,238)
0 Favorites   0 Comments

Color spaces of #dfaaee

RGB 223170238
HSL0.800.670.80
HSV287°29°93°
CMYK 0.060.290.00   0.07
XYZ60.238850.610587.4828
Yxy50.61050.30370.2552
Hunter Lab71.141126.6483-23.1107
CIE-Lab76.442531.0274-26.5470

#dfaaee color RGB value is (223,170,238).

#dfaaee hex color red value is 223, green value is 170 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dfaaee hue: 0.80 , saturation: 0.67 and the lightness value of dfaaee is 0.80.

The process color (four color CMYK) of #dfaaee color hex is 0.06, 0.29, 0.00, 0.07. Web safe color of #dfaaee is #cc99ff. Color #dfaaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 11101110
Octal 337 252 356
Decimal 223 170 238
Hex DF AA EE

RGB Percentages of Color #dfaaee

%35.34
%26.94
%37.72

CMYK Percentages of Color #dfaaee

%6
%29
%0
%7

Triadic Colors of #dfaaee

#dfaaee #eedfaa #aaeedf

Analogous Colors of #dfaaee

#dfaaee #eeaadb #bdaaee

Monochromatic Colors of #dfaaee

#dfaaee

Complementary Color

#dfaaee #b9eeaa

#dfaaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaaee Color CSS Codes

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

#dfaaee Text Font Color

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

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


#dfaaee Background Color

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

This div background color is #dfaaee


#dfaaee Border Color

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

This div border color is #dfaaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaaee


Comments

No comments written yet.

Please login to write comment.