Color Hex Logo

#dffedf Color Hex

#DFFEDF
(223,254,223)
0 Favorites   0 Comments

Color spaces of #dffedf

RGB 223254223
HSL0.330.940.94
HSV120°12°100°
CMYK 0.120.000.12   0.00
XYZ79.192591.899383.3765
Yxy91.89930.31120.3611
Hunter Lab95.8641-20.305015.5382
CIE-Lab96.7791-15.625311.4720

#dffedf color RGB value is (223,254,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 11011111
Octal 337 376 337
Decimal 223 254 223
Hex DF FE DF

RGB Percentages of Color #dffedf

%31.86
%36.29
%31.86

CMYK Percentages of Color #dffedf

%12
%0
%12
%0

Triadic Colors of #dffedf

#dffedf #dfdffe #fedfdf

Analogous Colors of #dffedf

#dffedf #dffeef #effedf

Monochromatic Colors of #dffedf

#dffedf

Complementary Color

#dffedf #fedffe

#dffedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffedf Color CSS Codes

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

#dffedf Text Font Color

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

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


#dffedf Background Color

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

This div background color is #dffedf


#dffedf Border Color

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

This div border color is #dffedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffedf

Related Colors


Comments

No comments written yet.

Please login to write comment.