Color Hex Logo

#dfadc2 Color Hex

#DFADC2
(223,173,194)
0 Favorites   0 Comments

Color spaces of #dfadc2

RGB 223173194
HSL0.930.440.78
HSV335°22°87°
CMYK 0.000.220.13   0.13
XYZ55.112649.470257.6829
Yxy49.47020.33960.3049
Hunter Lab70.335116.78130.6099
CIE-Lab75.742921.4970-3.6525

#dfadc2 color RGB value is (223,173,194).

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

The process color (four color CMYK) of #dfadc2 color hex is 0.00, 0.22, 0.13, 0.13. Web safe color of #dfadc2 is #cc99cc. Color #dfadc2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 11000010
Octal 337 255 302
Decimal 223 173 194
Hex DF AD C2

RGB Percentages of Color #dfadc2

%37.80
%29.32
%32.88

CMYK Percentages of Color #dfadc2

%0
%22
%13
%13

Triadic Colors of #dfadc2

#dfadc2 #c2dfad #adc2df

Analogous Colors of #dfadc2

#dfadc2 #dfb1ad #dfaddb

Monochromatic Colors of #dfadc2

#dfadc2

Complementary Color

#dfadc2 #addfca

#dfadc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfadc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfadc2 Color CSS Codes

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

#dfadc2 Text Font Color

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

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


#dfadc2 Background Color

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

This div background color is #dfadc2


#dfadc2 Border Color

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

This div border color is #dfadc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfadc2


Comments

No comments written yet.

Please login to write comment.