Color Hex Logo

#ddfdeb Color Hex

#DDFDEB
(221,253,235)
0 Favorites   0 Comments

Color spaces of #ddfdeb

RGB 221253235
HSL0.410.890.93
HSV146°13°99°
CMYK 0.130.000.07   0.01
XYZ79.939591.620992.0686
Yxy91.62090.30320.3475
Hunter Lab95.7188-18.43389.9742
CIE-Lab96.6651-13.65925.1260

#ddfdeb color RGB value is (221,253,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111101 11101011
Octal 335 375 353
Decimal 221 253 235
Hex DD FD EB

RGB Percentages of Color #ddfdeb

%31.17
%35.68
%33.15

CMYK Percentages of Color #ddfdeb

%13
%0
%7
%1

Triadic Colors of #ddfdeb

#ddfdeb #ebddfd #fdebdd

Analogous Colors of #ddfdeb

#ddfdeb #ddfdfb #dffddd

Monochromatic Colors of #ddfdeb

#ddfdeb

Complementary Color

#ddfdeb #fdddef

#ddfdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfdeb Color CSS Codes

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

#ddfdeb Text Font Color

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

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


#ddfdeb Background Color

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

This div background color is #ddfdeb


#ddfdeb Border Color

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

This div border color is #ddfdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfdeb


Comments

No comments written yet.

Please login to write comment.