Color Hex Logo

#dfadf5 Color Hex

#DFADF5
(223,173,245)
0 Favorites   0 Comments

Color spaces of #dfadf5

RGB 223173245
HSL0.780.780.82
HSV282°29°96°
CMYK 0.090.290.00   0.04
XYZ61.856452.167793.1954
Yxy52.16770.29850.2518
Hunter Lab72.227226.4723-25.9434
CIE-Lab77.381030.7924-28.8909

#dfadf5 color RGB value is (223,173,245).

#dfadf5 hex color red value is 223, green value is 173 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #dfadf5 hue: 0.78 , saturation: 0.78 and the lightness value of dfadf5 is 0.82.

The process color (four color CMYK) of #dfadf5 color hex is 0.09, 0.29, 0.00, 0.04. Web safe color of #dfadf5 is #cc99ff. Color #dfadf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 11110101
Octal 337 255 365
Decimal 223 173 245
Hex DF AD F5

RGB Percentages of Color #dfadf5

%34.79
%26.99
%38.22

CMYK Percentages of Color #dfadf5

%9
%29
%0
%4

Triadic Colors of #dfadf5

#dfadf5 #f5dfad #adf5df

Analogous Colors of #dfadf5

#dfadf5 #f5ade7 #bbadf5

Monochromatic Colors of #dfadf5

#dfadf5

Complementary Color

#dfadf5 #c3f5ad

#dfadf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfadf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfadf5 Color CSS Codes

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

#dfadf5 Text Font Color

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

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


#dfadf5 Background Color

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

This div background color is #dfadf5


#dfadf5 Border Color

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

This div border color is #dfadf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfadf5


Comments

No comments written yet.

Please login to write comment.