Color Hex Logo

#dff5df Color Hex

#DFF5DF
(223,245,223)
0 Favorites   0 Comments

Color spaces of #dff5df

RGB 223245223
HSL0.330.520.92
HSV120°96°
CMYK 0.090.000.09   0.04
XYZ76.403186.320582.4467
Yxy86.32050.31160.3521
Hunter Lab92.9088-15.801912.4226
CIE-Lab94.4492-11.17288.1376

#dff5df color RGB value is (223,245,223).

#dff5df hex color red value is 223, green value is 245 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dff5df hue: 0.33 , saturation: 0.52 and the lightness value of dff5df is 0.92.

The process color (four color CMYK) of #dff5df color hex is 0.09, 0.00, 0.09, 0.04. Web safe color of #dff5df is #ccffcc. Color #dff5df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110101 11011111
Octal 337 365 337
Decimal 223 245 223
Hex DF F5 DF

RGB Percentages of Color #dff5df

%32.27
%35.46
%32.27

CMYK Percentages of Color #dff5df

%9
%0
%9
%4

Triadic Colors of #dff5df

#dff5df #dfdff5 #f5dfdf

Analogous Colors of #dff5df

#dff5df #dff5ea #eaf5df

Monochromatic Colors of #dff5df

#dff5df

Complementary Color

#dff5df #f5dff5

#dff5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff5df Color CSS Codes

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

#dff5df Text Font Color

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

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


#dff5df Background Color

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

This div background color is #dff5df


#dff5df Border Color

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

This div border color is #dff5df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,245,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 #dff5df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff5df


Comments

No comments written yet.

Please login to write comment.