Color Hex Logo

#dffdd9 Color Hex

#DFFDD9
(223,253,217)
0 Favorites   0 Comments

Color spaces of #dffdd9

RGB 223253217
HSL0.310.900.92
HSV110°14°99°
CMYK 0.120.000.14   0.01
XYZ78.081190.948379.0851
Yxy90.94830.31470.3666
Hunter Lab95.3668-20.746017.5892
CIE-Lab96.3888-16.154013.9936

#dffdd9 color RGB value is (223,253,217).

#dffdd9 hex color red value is 223, green value is 253 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #dffdd9 hue: 0.31 , saturation: 0.90 and the lightness value of dffdd9 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111101 11011001
Octal 337 375 331
Decimal 223 253 217
Hex DF FD D9

RGB Percentages of Color #dffdd9

%32.18
%36.51
%31.31

CMYK Percentages of Color #dffdd9

%12
%0
%14
%1

Triadic Colors of #dffdd9

#dffdd9 #d9dffd #fdd9df

Analogous Colors of #dffdd9

#dffdd9 #d9fde5 #f1fdd9

Monochromatic Colors of #dffdd9

#dffdd9

Complementary Color

#dffdd9 #f7d9fd

#dffdd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffdd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffdd9 Color CSS Codes

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

#dffdd9 Text Font Color

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

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


#dffdd9 Background Color

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

This div background color is #dffdd9


#dffdd9 Border Color

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

This div border color is #dffdd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffdd9


Comments

No comments written yet.

Please login to write comment.