Color Hex Logo

#dffde9 Color Hex

#DFFDE9
(223,253,233)
0 Favorites   0 Comments

Color spaces of #dffde9

RGB 223253233
HSL0.390.880.93
HSV140°12°99°
CMYK 0.120.000.08   0.01
XYZ80.264791.821790.5838
Yxy91.82170.30560.3496
Hunter Lab95.8236-18.174511.0287
CIE-Lab96.7474-13.37466.2900

#dffde9 color RGB value is (223,253,233).

#dffde9 hex color red value is 223, green value is 253 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #dffde9 hue: 0.39 , saturation: 0.88 and the lightness value of dffde9 is 0.93.

The process color (four color CMYK) of #dffde9 color hex is 0.12, 0.00, 0.08, 0.01. Web safe color of #dffde9 is #ccffff. Color #dffde9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111101 11101001
Octal 337 375 351
Decimal 223 253 233
Hex DF FD E9

RGB Percentages of Color #dffde9

%31.45
%35.68
%32.86

CMYK Percentages of Color #dffde9

%12
%0
%8
%1

Triadic Colors of #dffde9

#dffde9 #e9dffd #fde9df

Analogous Colors of #dffde9

#dffde9 #dffdf8 #e4fddf

Monochromatic Colors of #dffde9

#dffde9

Complementary Color

#dffde9 #fddff3

#dffde9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffde9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffde9 Color CSS Codes

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

#dffde9 Text Font Color

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

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


#dffde9 Background Color

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

This div background color is #dffde9


#dffde9 Border Color

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

This div border color is #dffde9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffde9


Comments

No comments written yet.

Please login to write comment.