Color Hex Logo

#dfadee Color Hex

#DFADEE
(223,173,238)
0 Favorites   0 Comments

Color spaces of #dfadee

RGB 223173238
HSL0.790.660.81
HSV286°27°93°
CMYK 0.060.270.00   0.07
XYZ60.807651.748287.6724
Yxy51.74820.30370.2584
Hunter Lab71.936224.9974-21.9044
CIE-Lab77.130029.4113-25.4958

#dfadee color RGB value is (223,173,238).

#dfadee hex color red value is 223, green value is 173 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dfadee hue: 0.79 , saturation: 0.66 and the lightness value of dfadee is 0.81.

The process color (four color CMYK) of #dfadee color hex is 0.06, 0.27, 0.00, 0.07. Web safe color of #dfadee is #cc99ff. Color #dfadee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 11101110
Octal 337 255 356
Decimal 223 173 238
Hex DF AD EE

RGB Percentages of Color #dfadee

%35.17
%27.29
%37.54

CMYK Percentages of Color #dfadee

%6
%27
%0
%7

Triadic Colors of #dfadee

#dfadee #eedfad #adeedf

Analogous Colors of #dfadee

#dfadee #eeaddd #bfadee

Monochromatic Colors of #dfadee

#dfadee

Complementary Color

#dfadee #bceead

#dfadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfadee Color CSS Codes

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

#dfadee Text Font Color

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

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


#dfadee Background Color

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

This div background color is #dfadee


#dfadee Border Color

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

This div border color is #dfadee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfadee


Comments

No comments written yet.

Please login to write comment.