Color Hex Logo

#ddf8ed Color Hex

#DDF8ED
(221,248,237)
0 Favorites   0 Comments

Color spaces of #ddf8ed

RGB 221248237
HSL0.430.660.92
HSV156°11°97°
CMYK 0.110.000.04   0.03
XYZ78.672388.621493.0799
Yxy88.62140.30220.3404
Hunter Lab94.1389-15.57007.2743
CIE-Lab95.4220-10.80802.2927

#ddf8ed color RGB value is (221,248,237).

#ddf8ed hex color red value is 221, green value is 248 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ddf8ed hue: 0.43 , saturation: 0.66 and the lightness value of ddf8ed is 0.92.

The process color (four color CMYK) of #ddf8ed color hex is 0.11, 0.00, 0.04, 0.03. Web safe color of #ddf8ed is #ccffff. Color #ddf8ed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111000 11101101
Octal 335 370 355
Decimal 221 248 237
Hex DD F8 ED

RGB Percentages of Color #ddf8ed

%31.30
%35.13
%33.57

CMYK Percentages of Color #ddf8ed

%11
%0
%4
%3

Triadic Colors of #ddf8ed

#ddf8ed #edddf8 #f8eddd

Analogous Colors of #ddf8ed

#ddf8ed #ddf6f8 #ddf8e0

Monochromatic Colors of #ddf8ed

#ddf8ed

Complementary Color

#ddf8ed #f8dde8

#ddf8ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf8ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf8ed Color CSS Codes

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

#ddf8ed Text Font Color

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

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


#ddf8ed Background Color

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

This div background color is #ddf8ed


#ddf8ed Border Color

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

This div border color is #ddf8ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf8ed


Comments

No comments written yet.

Please login to write comment.