Color Hex Logo

#ddffda Color Hex

#DDFFDA
(221,255,218)
0 Favorites   0 Comments

Color spaces of #ddffda

RGB 221255218
HSL0.321.000.93
HSV115°15°100°
CMYK 0.130.000.15   0.00
XYZ78.233791.954179.9552
Yxy91.95410.31280.3676
Hunter Lab95.8927-22.183717.6890
CIE-Lab96.8015-17.628414.0484

#ddffda color RGB value is (221,255,218).

#ddffda hex color red value is 221, green value is 255 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ddffda hue: 0.32 , saturation: 1.00 and the lightness value of ddffda is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111111 11011010
Octal 335 377 332
Decimal 221 255 218
Hex DD FF DA

RGB Percentages of Color #ddffda

%31.84
%36.74
%31.41

CMYK Percentages of Color #ddffda

%13
%0
%15
%0

Triadic Colors of #ddffda

#ddffda #daddff #ffdadd

Analogous Colors of #ddffda

#ddffda #daffea #f0ffda

Monochromatic Colors of #ddffda

#ddffda

Complementary Color

#ddffda #fcdaff

#ddffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddffda Color CSS Codes

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

#ddffda Text Font Color

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

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


#ddffda Background Color

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

This div background color is #ddffda


#ddffda Border Color

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

This div border color is #ddffda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,255,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 #ddffda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddffda

Related Colors


Comments

No comments written yet.

Please login to write comment.