Color Hex Logo

#dffacd Color Hex

#DFFACD
(223,250,205)
0 Favorites   0 Comments

Color spaces of #dffacd

RGB 223250205
HSL0.270.820.89
HSV96°18°98°
CMYK 0.110.000.18   0.02
XYZ75.636588.467070.8470
Yxy88.46700.32190.3765
Hunter Lab94.0569-21.057621.1805
CIE-Lab95.3572-16.646818.6878

#dffacd color RGB value is (223,250,205).

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

The process color (four color CMYK) of #dffacd color hex is 0.11, 0.00, 0.18, 0.02. Web safe color of #dffacd is #ccffcc. Color #dffacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 11001101
Octal 337 372 315
Decimal 223 250 205
Hex DF FA CD

RGB Percentages of Color #dffacd

%32.89
%36.87
%30.24

CMYK Percentages of Color #dffacd

%11
%0
%18
%2

Triadic Colors of #dffacd

#dffacd #cddffa #facddf

Analogous Colors of #dffacd

#dffacd #cdfad2 #f6facd

Monochromatic Colors of #dffacd

#dffacd

Complementary Color

#dffacd #e8cdfa

#dffacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffacd Color CSS Codes

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

#dffacd Text Font Color

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

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


#dffacd Background Color

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

This div background color is #dffacd


#dffacd Border Color

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

This div border color is #dffacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffacd


Comments

No comments written yet.

Please login to write comment.