Color Hex Logo

#dffee0 Color Hex

#DFFEE0
(223,254,224)
0 Favorites   0 Comments

Color spaces of #dffee0

RGB 223254224
HSL0.340.940.94
HSV122°12°100°
CMYK 0.120.000.12   0.00
XYZ79.327891.953484.0888
Yxy91.95340.31060.3601
Hunter Lab95.8923-20.145915.1327
CIE-Lab96.8013-15.452910.9906

#dffee0 color RGB value is (223,254,224).

#dffee0 hex color red value is 223, green value is 254 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #dffee0 hue: 0.34 , saturation: 0.94 and the lightness value of dffee0 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 11100000
Octal 337 376 340
Decimal 223 254 224
Hex DF FE E0

RGB Percentages of Color #dffee0

%31.81
%36.23
%31.95

CMYK Percentages of Color #dffee0

%12
%0
%12
%0

Triadic Colors of #dffee0

#dffee0 #e0dffe #fee0df

Analogous Colors of #dffee0

#dffee0 #dffef0 #eefedf

Monochromatic Colors of #dffee0

#dffee0

Complementary Color

#dffee0 #fedffd

#dffee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffee0 Color CSS Codes

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

#dffee0 Text Font Color

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

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


#dffee0 Background Color

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

This div background color is #dffee0


#dffee0 Border Color

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

This div border color is #dffee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffee0


Comments

No comments written yet.

Please login to write comment.