Color Hex Logo

#dfaafe Color Hex

#DFAAFE
(223,170,254)
0 Favorites   0 Comments

Color spaces of #dfaafe

RGB 223170254
HSL0.770.980.83
HSV278°33°100°
CMYK 0.120.330.00   0.00
XYZ62.695551.5932100.4200
Yxy51.59320.29200.2403
Hunter Lab71.828430.1042-32.6107
CIE-Lab77.037034.2259-34.2694

#dfaafe color RGB value is (223,170,254).

#dfaafe hex color red value is 223, green value is 170 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dfaafe hue: 0.77 , saturation: 0.98 and the lightness value of dfaafe is 0.83.

The process color (four color CMYK) of #dfaafe color hex is 0.12, 0.33, 0.00, 0.00. Web safe color of #dfaafe is #cc99ff. Color #dfaafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 11111110
Octal 337 252 376
Decimal 223 170 254
Hex DF AA FE

RGB Percentages of Color #dfaafe

%34.47
%26.28
%39.26

CMYK Percentages of Color #dfaafe

%12
%33
%0
%0

Triadic Colors of #dfaafe

#dfaafe #fedfaa #aafedf

Analogous Colors of #dfaafe

#dfaafe #feaaf3 #b5aafe

Monochromatic Colors of #dfaafe

#dfaafe

Complementary Color

#dfaafe #c9feaa

#dfaafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaafe Color CSS Codes

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

#dfaafe Text Font Color

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

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


#dfaafe Background Color

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

This div background color is #dfaafe


#dfaafe Border Color

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

This div border color is #dfaafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaafe


Comments

No comments written yet.

Please login to write comment.