Color Hex Logo

#dfdafd Color Hex

#DFDAFD
(223,218,253)
0 Favorites   0 Comments

Color spaces of #dfdafd

RGB 223218253
HSL0.690.900.92
HSV249°14°99°
CMYK 0.120.140.00   0.01
XYZ73.232572.9226103.1442
Yxy72.92260.29380.2925
Hunter Lab85.39473.6366-11.8372
CIE-Lab88.41088.3330-16.4041

#dfdafd color RGB value is (223,218,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 11111101
Octal 337 332 375
Decimal 223 218 253
Hex DF DA FD

RGB Percentages of Color #dfdafd

%32.13
%31.41
%36.46

CMYK Percentages of Color #dfdafd

%12
%14
%0
%1

Triadic Colors of #dfdafd

#dfdafd #fddfda #dafddf

Analogous Colors of #dfdafd

#dfdafd #f1dafd #dae7fd

Monochromatic Colors of #dfdafd

#dfdafd

Complementary Color

#dfdafd #f8fdda

#dfdafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdafd Color CSS Codes

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

#dfdafd Text Font Color

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

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


#dfdafd Background Color

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

This div background color is #dfdafd


#dfdafd Border Color

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

This div border color is #dfdafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdafd


Comments

No comments written yet.

Please login to write comment.