Color Hex Logo

#dffadf Color Hex

#DFFADF
(223,250,223)
0 Favorites   0 Comments

Color spaces of #dffadf

RGB 223250223
HSL0.330.730.93
HSV120°11°98°
CMYK 0.110.000.11   0.02
XYZ77.936389.386982.9578
Yxy89.38690.31140.3571
Hunter Lab94.5446-18.309614.1575
CIE-Lab95.7419-13.65549.9904

#dffadf color RGB value is (223,250,223).

#dffadf hex color red value is 223, green value is 250 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dffadf hue: 0.33 , saturation: 0.73 and the lightness value of dffadf is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 11011111
Octal 337 372 337
Decimal 223 250 223
Hex DF FA DF

RGB Percentages of Color #dffadf

%32.04
%35.92
%32.04

CMYK Percentages of Color #dffadf

%11
%0
%11
%2

Triadic Colors of #dffadf

#dffadf #dfdffa #fadfdf

Analogous Colors of #dffadf

#dffadf #dffaed #edfadf

Monochromatic Colors of #dffadf

#dffadf

Complementary Color

#dffadf #fadffa

#dffadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffadf Color CSS Codes

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

#dffadf Text Font Color

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

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


#dffadf Background Color

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

This div background color is #dffadf


#dffadf Border Color

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

This div border color is #dffadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffadf


Comments

No comments written yet.

Please login to write comment.