Color Hex Logo

#dfaff0 Color Hex

#DFAFF0
(223,175,240)
0 Favorites   0 Comments

Color spaces of #dfaff0

RGB 223175240
HSL0.790.680.81
HSV284°27°94°
CMYK 0.070.270.00   0.06
XYZ61.489652.639289.3576
Yxy52.63920.30220.2587
Hunter Lab72.552924.3138-22.2358
CIE-Lab77.661528.7252-25.7641

#dfaff0 color RGB value is (223,175,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 11110000
Octal 337 257 360
Decimal 223 175 240
Hex DF AF F0

RGB Percentages of Color #dfaff0

%34.95
%27.43
%37.62

CMYK Percentages of Color #dfaff0

%7
%27
%0
%6

Triadic Colors of #dfaff0

#dfaff0 #f0dfaf #aff0df

Analogous Colors of #dfaff0

#dfaff0 #f0afe1 #bfaff0

Monochromatic Colors of #dfaff0

#dfaff0

Complementary Color

#dfaff0 #c0f0af

#dfaff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaff0 Color CSS Codes

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

#dfaff0 Text Font Color

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

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


#dfaff0 Background Color

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

This div background color is #dfaff0


#dfaff0 Border Color

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

This div border color is #dfaff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaff0


Comments

No comments written yet.

Please login to write comment.