Color Hex Logo

#ddfcd3 Color Hex

#DDFCD3
(221,252,211)
0 Favorites   0 Comments

Color spaces of #ddfcd3

RGB 221252211
HSL0.290.870.91
HSV105°16°99°
CMYK 0.120.000.16   0.01
XYZ76.387189.696174.9151
Yxy89.69610.31700.3722
Hunter Lab94.7080-21.769219.3966
CIE-Lab95.8706-17.331816.3173

#ddfcd3 color RGB value is (221,252,211).

#ddfcd3 hex color red value is 221, green value is 252 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #ddfcd3 hue: 0.29 , saturation: 0.87 and the lightness value of ddfcd3 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 11010011
Octal 335 374 323
Decimal 221 252 211
Hex DD FC D3

RGB Percentages of Color #ddfcd3

%32.31
%36.84
%30.85

CMYK Percentages of Color #ddfcd3

%12
%0
%16
%1

Triadic Colors of #ddfcd3

#ddfcd3 #d3ddfc #fcd3dd

Analogous Colors of #ddfcd3

#ddfcd3 #d3fcde #f2fcd3

Monochromatic Colors of #ddfcd3

#ddfcd3

Complementary Color

#ddfcd3 #f2d3fc

#ddfcd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfcd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfcd3 Color CSS Codes

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

#ddfcd3 Text Font Color

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

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


#ddfcd3 Background Color

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

This div background color is #ddfcd3


#ddfcd3 Border Color

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

This div border color is #ddfcd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfcd3


Comments

No comments written yet.

Please login to write comment.