Color Hex Logo

#dfadef Color Hex

#DFADEF
(223,173,239)
0 Favorites   0 Comments

Color spaces of #dfadef

RGB 223173239
HSL0.790.670.81
HSV285°28°94°
CMYK 0.070.280.00   0.06
XYZ60.955051.807188.4485
Yxy51.80710.30290.2575
Hunter Lab71.977125.2056-22.4740
CIE-Lab77.165329.6069-25.9823

#dfadef color RGB value is (223,173,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 11101111
Octal 337 255 357
Decimal 223 173 239
Hex DF AD EF

RGB Percentages of Color #dfadef

%35.12
%27.24
%37.64

CMYK Percentages of Color #dfadef

%7
%28
%0
%6

Triadic Colors of #dfadef

#dfadef #efdfad #adefdf

Analogous Colors of #dfadef

#dfadef #efadde #beadef

Monochromatic Colors of #dfadef

#dfadef

Complementary Color

#dfadef #bdefad

#dfadef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfadef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfadef Color CSS Codes

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

#dfadef Text Font Color

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

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


#dfadef Background Color

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

This div background color is #dfadef


#dfadef Border Color

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

This div border color is #dfadef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfadef


Comments

No comments written yet.

Please login to write comment.