Color Hex Logo

#dfadfe Color Hex

#DFADFE
(223,173,254)
0 Favorites   0 Comments

Color spaces of #dfadfe

RGB 223173254
HSL0.770.980.84
HSV277°32°100°
CMYK 0.120.320.00   0.00
XYZ63.264452.7309100.6096
Yxy52.73090.29210.2434
Hunter Lab72.616028.4343-31.3151
CIE-Lab77.715932.6121-33.2213

#dfadfe color RGB value is (223,173,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 11111110
Octal 337 255 376
Decimal 223 173 254
Hex DF AD FE

RGB Percentages of Color #dfadfe

%34.31
%26.62
%39.08

CMYK Percentages of Color #dfadfe

%12
%32
%0
%0

Triadic Colors of #dfadfe

#dfadfe #fedfad #adfedf

Analogous Colors of #dfadfe

#dfadfe #feadf5 #b7adfe

Monochromatic Colors of #dfadfe

#dfadfe

Complementary Color

#dfadfe #ccfead

#dfadfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfadfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfadfe Color CSS Codes

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

#dfadfe Text Font Color

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

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


#dfadfe Background Color

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

This div background color is #dfadfe


#dfadfe Border Color

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

This div border color is #dfadfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfadfe

Related Colors

#dfadfe Color Palettes


Comments

No comments written yet.

Please login to write comment.