Color Hex Logo

#ddfcde Color Hex

#DDFCDE
(221,252,222)
0 Favorites   0 Comments

Color spaces of #ddfcde

RGB 221252222
HSL0.340.840.93
HSV122°12°99°
CMYK 0.120.000.12   0.01
XYZ77.814090.266982.4293
Yxy90.26690.31060.3603
Hunter Lab95.0089-20.070815.0665
CIE-Lab96.1074-15.475711.0093

#ddfcde color RGB value is (221,252,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 11011110
Octal 335 374 336
Decimal 221 252 222
Hex DD FC DE

RGB Percentages of Color #ddfcde

%31.80
%36.26
%31.94

CMYK Percentages of Color #ddfcde

%12
%0
%12
%1

Triadic Colors of #ddfcde

#ddfcde #deddfc #fcdedd

Analogous Colors of #ddfcde

#ddfcde #ddfcee #ecfcdd

Monochromatic Colors of #ddfcde

#ddfcde

Complementary Color

#ddfcde #fcddfb

#ddfcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfcde Color CSS Codes

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

#ddfcde Text Font Color

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

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


#ddfcde Background Color

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

This div background color is #ddfcde


#ddfcde Border Color

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

This div border color is #ddfcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfcde

Related Colors


Comments

No comments written yet.

Please login to write comment.