Color Hex Logo

#ddffcd Color Hex

#DDFFCD
(221,255,205)
0 Favorites   0 Comments

Color spaces of #ddffcd

RGB 221255205
HSL0.281.000.90
HSV101°20°100°
CMYK 0.130.000.20   0.00
XYZ76.598291.299971.3431
Yxy91.29990.32020.3816
Hunter Lab95.5510-24.120122.6168
CIE-Lab96.5334-19.761020.3121

#ddffcd color RGB value is (221,255,205).

#ddffcd hex color red value is 221, green value is 255 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ddffcd hue: 0.28 , saturation: 1.00 and the lightness value of ddffcd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111111 11001101
Octal 335 377 315
Decimal 221 255 205
Hex DD FF CD

RGB Percentages of Color #ddffcd

%32.45
%37.44
%30.10

CMYK Percentages of Color #ddffcd

%13
%0
%20
%0

Triadic Colors of #ddffcd

#ddffcd #cdddff #ffcddd

Analogous Colors of #ddffcd

#ddffcd #cdffd6 #f6ffcd

Monochromatic Colors of #ddffcd

#ddffcd

Complementary Color

#ddffcd #efcdff

#ddffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddffcd Color CSS Codes

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

#ddffcd Text Font Color

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

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


#ddffcd Background Color

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

This div background color is #ddffcd


#ddffcd Border Color

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

This div border color is #ddffcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddffcd


Comments

No comments written yet.

Please login to write comment.