Color Hex Logo

#ddfeec Color Hex

#DDFEEC
(221,254,236)
0 Favorites   0 Comments

Color spaces of #ddfeec

RGB 221254236
HSL0.410.940.93
HSV147°13°100°
CMYK 0.130.000.07   0.00
XYZ80.400992.311992.9373
Yxy92.31190.30270.3475
Hunter Lab96.0791-18.76609.9041
CIE-Lab96.9477-13.97075.0202

#ddfeec color RGB value is (221,254,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 11101100
Octal 335 376 354
Decimal 221 254 236
Hex DD FE EC

RGB Percentages of Color #ddfeec

%31.08
%35.72
%33.19

CMYK Percentages of Color #ddfeec

%13
%0
%7
%0

Triadic Colors of #ddfeec

#ddfeec #ecddfe #feecdd

Analogous Colors of #ddfeec

#ddfeec #ddfefd #dffedd

Monochromatic Colors of #ddfeec

#ddfeec

Complementary Color

#ddfeec #feddef

#ddfeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfeec Color CSS Codes

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

#ddfeec Text Font Color

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

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


#ddfeec Background Color

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

This div background color is #ddfeec


#ddfeec Border Color

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

This div border color is #ddfeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfeec


Comments

No comments written yet.

Please login to write comment.