Color Hex Logo

#ddfdec Color Hex

#DDFDEC
(221,253,236)
0 Favorites   0 Comments

Color spaces of #ddfdec

RGB 221253236
HSL0.410.890.93
HSV148°13°99°
CMYK 0.130.000.07   0.01
XYZ80.084491.678892.8318
Yxy91.67880.30270.3465
Hunter Lab95.7490-18.26369.5408
CIE-Lab96.6889-13.47654.6458

#ddfdec color RGB value is (221,253,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111101 11101100
Octal 335 375 354
Decimal 221 253 236
Hex DD FD EC

RGB Percentages of Color #ddfdec

%31.13
%35.63
%33.24

CMYK Percentages of Color #ddfdec

%13
%0
%7
%1

Triadic Colors of #ddfdec

#ddfdec #ecddfd #fdecdd

Analogous Colors of #ddfdec

#ddfdec #ddfdfc #defddd

Monochromatic Colors of #ddfdec

#ddfdec

Complementary Color

#ddfdec #fdddee

#ddfdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfdec Color CSS Codes

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

#ddfdec Text Font Color

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

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


#ddfdec Background Color

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

This div background color is #ddfdec


#ddfdec Border Color

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

This div border color is #ddfdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfdec


Comments

No comments written yet.

Please login to write comment.