Color Hex Logo

#ddfcec Color Hex

#DDFCEC
(221,252,236)
0 Favorites   0 Comments

Color spaces of #ddfcec

RGB 221252236
HSL0.410.840.93
HSV149°12°99°
CMYK 0.120.000.06   0.01
XYZ79.769591.049192.7268
Yxy91.04910.30270.3455
Hunter Lab95.4197-17.76099.1770
CIE-Lab96.4303-12.98174.2714

#ddfcec color RGB value is (221,252,236).

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

The process color (four color CMYK) of #ddfcec color hex is 0.12, 0.00, 0.06, 0.01. Web safe color of #ddfcec is #ccffff. Color #ddfcec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 11101100
Octal 335 374 354
Decimal 221 252 236
Hex DD FC EC

RGB Percentages of Color #ddfcec

%31.17
%35.54
%33.29

CMYK Percentages of Color #ddfcec

%12
%0
%6
%1

Triadic Colors of #ddfcec

#ddfcec #ecddfc #fcecdd

Analogous Colors of #ddfcec

#ddfcec #ddfcfc #defcdd

Monochromatic Colors of #ddfcec

#ddfcec

Complementary Color

#ddfcec #fcdded

#ddfcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfcec Color CSS Codes

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

#ddfcec Text Font Color

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

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


#ddfcec Background Color

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

This div background color is #ddfcec


#ddfcec Border Color

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

This div border color is #ddfcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfcec


Comments

No comments written yet.

Please login to write comment.