Color Hex Logo

#dfdafc Color Hex

#DFDAFC
(223,218,252)
0 Favorites   0 Comments

Color spaces of #dfdafc

RGB 223218252
HSL0.690.850.92
HSV249°13°99°
CMYK 0.120.130.00   0.01
XYZ73.073572.8591102.3073
Yxy72.85910.29440.2935
Hunter Lab85.35753.4359-11.3132
CIE-Lab88.38058.1317-15.9236

#dfdafc color RGB value is (223,218,252).

#dfdafc hex color red value is 223, green value is 218 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dfdafc hue: 0.69 , saturation: 0.85 and the lightness value of dfdafc is 0.92.

The process color (four color CMYK) of #dfdafc color hex is 0.12, 0.13, 0.00, 0.01. Web safe color of #dfdafc is #ccccff. Color #dfdafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 11111100
Octal 337 332 374
Decimal 223 218 252
Hex DF DA FC

RGB Percentages of Color #dfdafc

%32.18
%31.46
%36.36

CMYK Percentages of Color #dfdafc

%12
%13
%0
%1

Triadic Colors of #dfdafc

#dfdafc #fcdfda #dafcdf

Analogous Colors of #dfdafc

#dfdafc #f0dafc #dae6fc

Monochromatic Colors of #dfdafc

#dfdafc

Complementary Color

#dfdafc #f7fcda

#dfdafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdafc Color CSS Codes

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

#dfdafc Text Font Color

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

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


#dfdafc Background Color

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

This div background color is #dfdafc


#dfdafc Border Color

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

This div border color is #dfdafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdafc


Comments

No comments written yet.

Please login to write comment.