Color Hex Logo

#dffee1 Color Hex

#DFFEE1
(223,254,225)
0 Favorites   0 Comments

Color spaces of #dffee1

RGB 223254225
HSL0.340.940.94
HSV124°12°100°
CMYK 0.120.000.11   0.00
XYZ79.463892.007884.8053
Yxy92.00780.31010.3590
Hunter Lab95.9207-19.986114.7251
CIE-Lab96.8235-15.279910.5092

#dffee1 color RGB value is (223,254,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 11100001
Octal 337 376 341
Decimal 223 254 225
Hex DF FE E1

RGB Percentages of Color #dffee1

%31.77
%36.18
%32.05

CMYK Percentages of Color #dffee1

%12
%0
%11
%0

Triadic Colors of #dffee1

#dffee1 #e1dffe #fee1df

Analogous Colors of #dffee1

#dffee1 #dffef1 #edfedf

Monochromatic Colors of #dffee1

#dffee1

Complementary Color

#dffee1 #fedffc

#dffee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffee1 Color CSS Codes

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

#dffee1 Text Font Color

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

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


#dffee1 Background Color

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

This div background color is #dffee1


#dffee1 Border Color

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

This div border color is #dffee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffee1

Related Colors

#dffee1 Color Palettes


Comments

No comments written yet.

Please login to write comment.