Color Hex Logo

#dfadfa Color Hex

#DFADFA
(223,173,250)
0 Favorites   0 Comments

Color spaces of #dfadfa

RGB 223173250
HSL0.770.890.83
HSV279°31°98°
CMYK 0.110.310.00   0.02
XYZ62.630352.477297.2706
Yxy52.47720.29490.2471
Hunter Lab72.441127.5534-28.9030
CIE-Lab77.565331.7975-31.3016

#dfadfa color RGB value is (223,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 11111010
Octal 337 255 372
Decimal 223 173 250
Hex DF AD FA

RGB Percentages of Color #dfadfa

%34.52
%26.78
%38.70

CMYK Percentages of Color #dfadfa

%11
%31
%0
%2

Triadic Colors of #dfadfa

#dfadfa #fadfad #adfadf

Analogous Colors of #dfadfa

#dfadfa #faadef #b9adfa

Monochromatic Colors of #dfadfa

#dfadfa

Complementary Color

#dfadfa #c8faad

#dfadfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfadfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfadfa Color CSS Codes

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

#dfadfa Text Font Color

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

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


#dfadfa Background Color

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

This div background color is #dfadfa


#dfadfa Border Color

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

This div border color is #dfadfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfadfa


Comments

No comments written yet.

Please login to write comment.