Color Hex Logo

#ddfdca Color Hex

#DDFDCA
(221,253,202)
0 Favorites   0 Comments

Color spaces of #ddfdca

RGB 221253202
HSL0.270.930.89
HSV98°20°99°
CMYK 0.130.000.20   0.01
XYZ75.604789.887069.2422
Yxy89.88700.32210.3829
Hunter Lab94.8088-23.571523.0645
CIE-Lab95.9499-19.266221.0282

#ddfdca color RGB value is (221,253,202).

#ddfdca hex color red value is 221, green value is 253 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ddfdca hue: 0.27 , saturation: 0.93 and the lightness value of ddfdca is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111101 11001010
Octal 335 375 312
Decimal 221 253 202
Hex DD FD CA

RGB Percentages of Color #ddfdca

%32.69
%37.43
%29.88

CMYK Percentages of Color #ddfdca

%13
%0
%20
%1

Triadic Colors of #ddfdca

#ddfdca #caddfd #fdcadd

Analogous Colors of #ddfdca

#ddfdca #cafdd1 #f7fdca

Monochromatic Colors of #ddfdca

#ddfdca

Complementary Color

#ddfdca #eacafd

#ddfdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfdca Color CSS Codes

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

#ddfdca Text Font Color

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

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


#ddfdca Background Color

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

This div background color is #ddfdca


#ddfdca Border Color

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

This div border color is #ddfdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfdca


Comments

No comments written yet.

Please login to write comment.