Color Hex Logo

#dffad1 Color Hex

#DFFAD1
(223,250,209)
0 Favorites   0 Comments

Color spaces of #dffad1

RGB 223250209
HSL0.280.800.90
HSV100°16°98°
CMYK 0.110.000.16   0.02
XYZ76.125788.662673.4230
Yxy88.66260.31960.3722
Hunter Lab94.1608-20.470519.6805
CIE-Lab95.4392-16.003516.7537

#dffad1 color RGB value is (223,250,209).

#dffad1 hex color red value is 223, green value is 250 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #dffad1 hue: 0.28 , saturation: 0.80 and the lightness value of dffad1 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 11010001
Octal 337 372 321
Decimal 223 250 209
Hex DF FA D1

RGB Percentages of Color #dffad1

%32.70
%36.66
%30.65

CMYK Percentages of Color #dffad1

%11
%0
%16
%2

Triadic Colors of #dffad1

#dffad1 #d1dffa #fad1df

Analogous Colors of #dffad1

#dffad1 #d1fad8 #f4fad1

Monochromatic Colors of #dffad1

#dffad1

Complementary Color

#dffad1 #ecd1fa

#dffad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffad1 Color CSS Codes

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

#dffad1 Text Font Color

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

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


#dffad1 Background Color

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

This div background color is #dffad1


#dffad1 Border Color

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

This div border color is #dffad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffad1


Comments

No comments written yet.

Please login to write comment.