Color Hex Logo

#ddffed Color Hex

#DDFFED
(221,255,237)
0 Favorites   0 Comments

Color spaces of #ddffed

RGB 221255237
HSL0.411.000.93
HSV148°13°100°
CMYK 0.130.000.07   0.00
XYZ80.864993.006693.8108
Yxy93.00660.30210.3475
Hunter Lab96.4399-19.09769.8343
CIE-Lab97.2303-14.28104.9149

#ddffed color RGB value is (221,255,237).

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

The process color (four color CMYK) of #ddffed color hex is 0.13, 0.00, 0.07, 0.00. Web safe color of #ddffed is #ccffff. Color #ddffed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111111 11101101
Octal 335 377 355
Decimal 221 255 237
Hex DD FF ED

RGB Percentages of Color #ddffed

%31.00
%35.76
%33.24

CMYK Percentages of Color #ddffed

%13
%0
%7
%0

Triadic Colors of #ddffed

#ddffed #edddff #ffeddd

Analogous Colors of #ddffed

#ddffed #ddfffe #deffdd

Monochromatic Colors of #ddffed

#ddffed

Complementary Color

#ddffed #ffddef

#ddffed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddffed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddffed Color CSS Codes

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

#ddffed Text Font Color

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

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


#ddffed Background Color

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

This div background color is #ddffed


#ddffed Border Color

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

This div border color is #ddffed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddffed


Comments

No comments written yet.

Please login to write comment.