Color Hex Logo

#dfaafc Color Hex

#DFAAFC
(223,170,252)
0 Favorites   0 Comments

Color spaces of #dfaafc

RGB 223170252
HSL0.770.930.83
HSV279°33°99°
CMYK 0.120.330.00   0.01
XYZ62.376851.465798.7417
Yxy51.46570.29340.2421
Hunter Lab71.739629.6595-31.3885
CIE-Lab76.960333.8177-33.3110

#dfaafc color RGB value is (223,170,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 11111100
Octal 337 252 374
Decimal 223 170 252
Hex DF AA FC

RGB Percentages of Color #dfaafc

%34.57
%26.36
%39.07

CMYK Percentages of Color #dfaafc

%12
%33
%0
%1

Triadic Colors of #dfaafc

#dfaafc #fcdfaa #aafcdf

Analogous Colors of #dfaafc

#dfaafc #fcaaf0 #b6aafc

Monochromatic Colors of #dfaafc

#dfaafc

Complementary Color

#dfaafc #c7fcaa

#dfaafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaafc Color CSS Codes

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

#dfaafc Text Font Color

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

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


#dfaafc Background Color

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

This div background color is #dfaafc


#dfaafc Border Color

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

This div border color is #dfaafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaafc


Comments

No comments written yet.

Please login to write comment.