Color Hex Logo

#dffdda Color Hex

#DFFDDA
(223,253,218)
0 Favorites   0 Comments

Color spaces of #dffdda

RGB 223253218
HSL0.310.900.92
HSV111°14°99°
CMYK 0.120.000.14   0.01
XYZ78.211691.000579.7723
Yxy91.00050.31410.3655
Hunter Lab95.3942-20.591617.1953
CIE-Lab96.4103-15.986013.5115

#dffdda color RGB value is (223,253,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111101 11011010
Octal 337 375 332
Decimal 223 253 218
Hex DF FD DA

RGB Percentages of Color #dffdda

%32.13
%36.46
%31.41

CMYK Percentages of Color #dffdda

%12
%0
%14
%1

Triadic Colors of #dffdda

#dffdda #dadffd #fddadf

Analogous Colors of #dffdda

#dffdda #dafde7 #f1fdda

Monochromatic Colors of #dffdda

#dffdda

Complementary Color

#dffdda #f8dafd

#dffdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffdda Color CSS Codes

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

#dffdda Text Font Color

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

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


#dffdda Background Color

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

This div background color is #dffdda


#dffdda Border Color

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

This div border color is #dffdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffdda

Related Colors


Comments

No comments written yet.

Please login to write comment.