Color Hex Logo

#dfaeff Color Hex

#DFAEFF
(223,174,255)
0 Favorites   0 Comments

Color spaces of #dfaeff

RGB 223174255
HSL0.771.000.84
HSV276°32°100°
CMYK 0.130.320.00   0.00
XYZ63.617553.1801101.5195
Yxy53.18010.29140.2436
Hunter Lab72.924728.1003-31.4912
CIE-Lab77.981232.2790-33.3493

#dfaeff color RGB value is (223,174,255).

#dfaeff hex color red value is 223, green value is 174 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dfaeff hue: 0.77 , saturation: 1.00 and the lightness value of dfaeff is 0.84.

The process color (four color CMYK) of #dfaeff color hex is 0.13, 0.32, 0.00, 0.00. Web safe color of #dfaeff is #cc99ff. Color #dfaeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 11111111
Octal 337 256 377
Decimal 223 174 255
Hex DF AE FF

RGB Percentages of Color #dfaeff

%34.20
%26.69
%39.11

CMYK Percentages of Color #dfaeff

%13
%32
%0
%0

Triadic Colors of #dfaeff

#dfaeff #ffdfae #aeffdf

Analogous Colors of #dfaeff

#dfaeff #ffaef7 #b7aeff

Monochromatic Colors of #dfaeff

#dfaeff

Complementary Color

#dfaeff #ceffae

#dfaeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaeff Color CSS Codes

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

#dfaeff Text Font Color

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

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


#dfaeff Background Color

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

This div background color is #dfaeff


#dfaeff Border Color

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

This div border color is #dfaeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaeff

#dfaeff Color Palettes


Comments

No comments written yet.

Please login to write comment.