Color Hex Logo

#ddfdc5 Color Hex

#DDFDC5
(221,253,197)
0 Favorites   0 Comments

Color spaces of #ddfdc5

RGB 221253197
HSL0.260.930.88
HSV94°22°99°
CMYK 0.130.000.22   0.01
XYZ75.022189.653966.1742
Yxy89.65390.32500.3884
Hunter Lab94.6857-24.269624.8433
CIE-Lab95.8530-20.041823.4398

#ddfdc5 color RGB value is (221,253,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111101 11000101
Octal 335 375 305
Decimal 221 253 197
Hex DD FD C5

RGB Percentages of Color #ddfdc5

%32.94
%37.70
%29.36

CMYK Percentages of Color #ddfdc5

%13
%0
%22
%1

Triadic Colors of #ddfdc5

#ddfdc5 #c5ddfd #fdc5dd

Analogous Colors of #ddfdc5

#ddfdc5 #c5fdc9 #f9fdc5

Monochromatic Colors of #ddfdc5

#ddfdc5

Complementary Color

#ddfdc5 #e5c5fd

#ddfdc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfdc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfdc5 Color CSS Codes

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

#ddfdc5 Text Font Color

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

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


#ddfdc5 Background Color

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

This div background color is #ddfdc5


#ddfdc5 Border Color

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

This div border color is #ddfdc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfdc5


Comments

No comments written yet.

Please login to write comment.