Color Hex Logo

#dffad2 Color Hex

#DFFAD2
(223,250,210)
0 Favorites   0 Comments

Color spaces of #dffad2

RGB 223250210
HSL0.280.800.90
HSV101°16°98°
CMYK 0.110.000.16   0.02
XYZ76.249988.712374.0772
Yxy88.71230.31900.3711
Hunter Lab94.1872-20.321719.3001
CIE-Lab95.4601-15.840816.2702

#dffad2 color RGB value is (223,250,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 11010010
Octal 337 372 322
Decimal 223 250 210
Hex DF FA D2

RGB Percentages of Color #dffad2

%32.65
%36.60
%30.75

CMYK Percentages of Color #dffad2

%11
%0
%16
%2

Triadic Colors of #dffad2

#dffad2 #d2dffa #fad2df

Analogous Colors of #dffad2

#dffad2 #d2fad9 #f3fad2

Monochromatic Colors of #dffad2

#dffad2

Complementary Color

#dffad2 #edd2fa

#dffad2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffad2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffad2 Color CSS Codes

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

#dffad2 Text Font Color

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

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


#dffad2 Background Color

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

This div background color is #dffad2


#dffad2 Border Color

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

This div border color is #dffad2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffad2


Comments

No comments written yet.

Please login to write comment.