Color Hex Logo

#ddf9eb Color Hex

#DDF9EB
(221,249,235)
0 Favorites   0 Comments

Color spaces of #ddf9eb

RGB 221249235
HSL0.420.700.92
HSV150°11°98°
CMYK 0.110.000.06   0.02
XYZ78.689989.121791.6521
Yxy89.12170.30330.3435
Hunter Lab94.4043-16.42038.5215
CIE-Lab95.6313-11.67503.6291

#ddf9eb color RGB value is (221,249,235).

#ddf9eb hex color red value is 221, green value is 249 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ddf9eb hue: 0.42 , saturation: 0.70 and the lightness value of ddf9eb is 0.92.

The process color (four color CMYK) of #ddf9eb color hex is 0.11, 0.00, 0.06, 0.02. Web safe color of #ddf9eb is #ccffff. Color #ddf9eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111001 11101011
Octal 335 371 353
Decimal 221 249 235
Hex DD F9 EB

RGB Percentages of Color #ddf9eb

%31.35
%35.32
%33.33

CMYK Percentages of Color #ddf9eb

%11
%0
%6
%2

Triadic Colors of #ddf9eb

#ddf9eb #ebddf9 #f9ebdd

Analogous Colors of #ddf9eb

#ddf9eb #ddf9f9 #ddf9dd

Monochromatic Colors of #ddf9eb

#ddf9eb

Complementary Color

#ddf9eb #f9ddeb

#ddf9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf9eb Color CSS Codes

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

#ddf9eb Text Font Color

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

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


#ddf9eb Background Color

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

This div background color is #ddf9eb


#ddf9eb Border Color

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

This div border color is #ddf9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf9eb

Related Colors

#ddf9eb Color Palettes


Comments

No comments written yet.

Please login to write comment.