Color Hex Logo

#ddfcda Color Hex

#DDFCDA
(221,252,218)
0 Favorites   0 Comments

Color spaces of #ddfcda

RGB 221252218
HSL0.320.850.92
HSV115°13°99°
CMYK 0.120.000.13   0.01
XYZ77.284190.054979.6387
Yxy90.05490.31290.3646
Hunter Lab94.8973-20.700216.6713
CIE-Lab96.0195-16.161312.9386

#ddfcda color RGB value is (221,252,218).

#ddfcda hex color red value is 221, green value is 252 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ddfcda hue: 0.32 , saturation: 0.85 and the lightness value of ddfcda is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 11011010
Octal 335 374 332
Decimal 221 252 218
Hex DD FC DA

RGB Percentages of Color #ddfcda

%31.98
%36.47
%31.55

CMYK Percentages of Color #ddfcda

%12
%0
%13
%1

Triadic Colors of #ddfcda

#ddfcda #daddfc #fcdadd

Analogous Colors of #ddfcda

#ddfcda #dafce8 #eefcda

Monochromatic Colors of #ddfcda

#ddfcda

Complementary Color

#ddfcda #f9dafc

#ddfcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfcda Color CSS Codes

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

#ddfcda Text Font Color

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

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


#ddfcda Background Color

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

This div background color is #ddfcda


#ddfcda Border Color

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

This div border color is #ddfcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfcda


Comments

No comments written yet.

Please login to write comment.