Color Hex Logo

#dff0ec Color Hex

#DFF0EC
(223,240,236)
0 Favorites   0 Comments

Color spaces of #dff0ec

RGB 223240236
HSL0.460.360.91
HSV166°94°
CMYK 0.070.000.02   0.06
XYZ76.731884.064391.5387
Yxy84.06430.30410.3331
Hunter Lab91.6866-11.06624.9862
CIE-Lab93.4784-6.3226-0.0048

#dff0ec color RGB value is (223,240,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110000 11101100
Octal 337 360 354
Decimal 223 240 236
Hex DF F0 EC

RGB Percentages of Color #dff0ec

%31.90
%34.33
%33.76

CMYK Percentages of Color #dff0ec

%7
%0
%2
%6

Triadic Colors of #dff0ec

#dff0ec #ecdff0 #f0ecdf

Analogous Colors of #dff0ec

#dff0ec #dfecf0 #dff0e4

Monochromatic Colors of #dff0ec

#dff0ec

Complementary Color

#dff0ec #f0dfe3

#dff0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff0ec Color CSS Codes

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

#dff0ec Text Font Color

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

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


#dff0ec Background Color

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

This div background color is #dff0ec


#dff0ec Border Color

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

This div border color is #dff0ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff0ec


Comments

No comments written yet.

Please login to write comment.