Color Hex Logo

#dfaaef Color Hex

#DFAAEF
(223,170,239)
0 Favorites   0 Comments

Color spaces of #dfaaef

RGB 223170239
HSL0.790.680.80
HSV286°29°94°
CMYK 0.070.290.00   0.06
XYZ60.386150.669488.2588
Yxy50.66940.30300.2542
Hunter Lab71.182426.8574-23.6857
CIE-Lab76.478331.2226-27.0334

#dfaaef color RGB value is (223,170,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 11101111
Octal 337 252 357
Decimal 223 170 239
Hex DF AA EF

RGB Percentages of Color #dfaaef

%35.28
%26.90
%37.82

CMYK Percentages of Color #dfaaef

%7
%29
%0
%6

Triadic Colors of #dfaaef

#dfaaef #efdfaa #aaefdf

Analogous Colors of #dfaaef

#dfaaef #efaadd #bdaaef

Monochromatic Colors of #dfaaef

#dfaaef

Complementary Color

#dfaaef #baefaa

#dfaaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaaef Color CSS Codes

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

#dfaaef Text Font Color

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

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


#dfaaef Background Color

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

This div background color is #dfaaef


#dfaaef Border Color

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

This div border color is #dfaaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaaef


Comments

No comments written yet.

Please login to write comment.