Color Hex Logo

#dff1ed Color Hex

#DFF1ED
(223,241,237)
0 Favorites   0 Comments

Color spaces of #dff1ed

RGB 223241237
HSL0.460.390.91
HSV167°95°
CMYK 0.070.000.02   0.05
XYZ77.172884.713092.4046
Yxy84.71300.30350.3331
Hunter Lab92.0397-11.40194.9027
CIE-Lab93.7593-6.6431-0.1138

#dff1ed color RGB value is (223,241,237).

#dff1ed hex color red value is 223, green value is 241 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dff1ed hue: 0.46 , saturation: 0.39 and the lightness value of dff1ed is 0.91.

The process color (four color CMYK) of #dff1ed color hex is 0.07, 0.00, 0.02, 0.05. Web safe color of #dff1ed is #ccffff. Color #dff1ed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110001 11101101
Octal 337 361 355
Decimal 223 241 237
Hex DF F1 ED

RGB Percentages of Color #dff1ed

%31.81
%34.38
%33.81

CMYK Percentages of Color #dff1ed

%7
%0
%2
%5

Triadic Colors of #dff1ed

#dff1ed #eddff1 #f1eddf

Analogous Colors of #dff1ed

#dff1ed #dfecf1 #dff1e4

Monochromatic Colors of #dff1ed

#dff1ed

Complementary Color

#dff1ed #f1dfe3

#dff1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff1ed Color CSS Codes

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

#dff1ed Text Font Color

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

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


#dff1ed Background Color

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

This div background color is #dff1ed


#dff1ed Border Color

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

This div border color is #dff1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff1ed


Comments

No comments written yet.

Please login to write comment.