Color Hex Logo

#dff2ee Color Hex

#DFF2EE
(223,242,238)
0 Favorites   0 Comments

Color spaces of #dff2ee

RGB 223242238
HSL0.460.420.91
HSV167°95°
CMYK 0.080.000.02   0.05
XYZ77.616285.365393.2753
Yxy85.36530.30290.3331
Hunter Lab92.3933-11.73724.8194
CIE-Lab94.0403-6.9626-0.2222

#dff2ee color RGB value is (223,242,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110010 11101110
Octal 337 362 356
Decimal 223 242 238
Hex DF F2 EE

RGB Percentages of Color #dff2ee

%31.72
%34.42
%33.85

CMYK Percentages of Color #dff2ee

%8
%0
%2
%5

Triadic Colors of #dff2ee

#dff2ee #eedff2 #f2eedf

Analogous Colors of #dff2ee

#dff2ee #dfedf2 #dff2e5

Monochromatic Colors of #dff2ee

#dff2ee

Complementary Color

#dff2ee #f2dfe3

#dff2ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff2ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff2ee Color CSS Codes

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

#dff2ee Text Font Color

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

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


#dff2ee Background Color

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

This div background color is #dff2ee


#dff2ee Border Color

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

This div border color is #dff2ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff2ee


Comments

No comments written yet.

Please login to write comment.