Color Hex Logo

#dfadfc Color Hex

#DFADFC
(223,173,252)
0 Favorites   0 Comments

Color spaces of #dfadfc

RGB 223173252
HSL0.770.930.83
HSV278°31°99°
CMYK 0.120.310.00   0.01
XYZ62.945752.603498.9313
Yxy52.60340.29350.2453
Hunter Lab72.528227.9920-30.1041
CIE-Lab77.640332.2036-32.2624

#dfadfc color RGB value is (223,173,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 11111100
Octal 337 255 374
Decimal 223 173 252
Hex DF AD FC

RGB Percentages of Color #dfadfc

%34.41
%26.70
%38.89

CMYK Percentages of Color #dfadfc

%12
%31
%0
%1

Triadic Colors of #dfadfc

#dfadfc #fcdfad #adfcdf

Analogous Colors of #dfadfc

#dfadfc #fcadf2 #b8adfc

Monochromatic Colors of #dfadfc

#dfadfc

Complementary Color

#dfadfc #cafcad

#dfadfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfadfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfadfc Color CSS Codes

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

#dfadfc Text Font Color

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

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


#dfadfc Background Color

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

This div background color is #dfadfc


#dfadfc Border Color

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

This div border color is #dfadfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,173,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 #dfadfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfadfc


Comments

No comments written yet.

Please login to write comment.