Color Hex Logo

#dfdafe Color Hex

#DFDAFE
(223,218,254)
0 Favorites   0 Comments

Color spaces of #dfdafe

RGB 223218254
HSL0.690.950.93
HSV248°14°100°
CMYK 0.120.140.00   0.00
XYZ73.392272.9865103.9856
Yxy72.98650.29310.2915
Hunter Lab85.43213.8378-12.3636
CIE-Lab88.44138.5345-16.8841

#dfdafe color RGB value is (223,218,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 11111110
Octal 337 332 376
Decimal 223 218 254
Hex DF DA FE

RGB Percentages of Color #dfdafe

%32.09
%31.37
%36.55

CMYK Percentages of Color #dfdafe

%12
%14
%0
%0

Triadic Colors of #dfdafe

#dfdafe #fedfda #dafedf

Analogous Colors of #dfdafe

#dfdafe #f1dafe #dae7fe

Monochromatic Colors of #dfdafe

#dfdafe

Complementary Color

#dfdafe #f9feda

#dfdafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdafe Color CSS Codes

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

#dfdafe Text Font Color

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

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


#dfdafe Background Color

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

This div background color is #dfdafe


#dfdafe Border Color

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

This div border color is #dfdafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdafe


Comments

No comments written yet.

Please login to write comment.