Color Hex Logo

#dfadfb Color Hex

#DFADFB
(223,173,251)
0 Favorites   0 Comments

Color spaces of #dfadfb

RGB 223173251
HSL0.770.910.83
HSV278°31°98°
CMYK 0.110.310.00   0.02
XYZ62.787652.540298.0988
Yxy52.54020.29420.2462
Hunter Lab72.484627.7721-29.5023
CIE-Lab77.602732.0001-31.7822

#dfadfb color RGB value is (223,173,251).

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

The process color (four color CMYK) of #dfadfb color hex is 0.11, 0.31, 0.00, 0.02. Web safe color of #dfadfb is #cc99ff. Color #dfadfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 11111011
Octal 337 255 373
Decimal 223 173 251
Hex DF AD FB

RGB Percentages of Color #dfadfb

%34.47
%26.74
%38.79

CMYK Percentages of Color #dfadfb

%11
%31
%0
%2

Triadic Colors of #dfadfb

#dfadfb #fbdfad #adfbdf

Analogous Colors of #dfadfb

#dfadfb #fbadf0 #b8adfb

Monochromatic Colors of #dfadfb

#dfadfb

Complementary Color

#dfadfb #c9fbad

#dfadfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfadfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfadfb Color CSS Codes

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

#dfadfb Text Font Color

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

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


#dfadfb Background Color

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

This div background color is #dfadfb


#dfadfb Border Color

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

This div border color is #dfadfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfadfb


Comments

No comments written yet.

Please login to write comment.