Color Hex Logo

#ddfda0 Color Hex

#DDFDA0
(221,253,160)
0 Favorites   0 Comments

Color spaces of #ddfda0

RGB 221253160
HSL0.220.960.81
HSV81°37°99°
CMYK 0.130.000.37   0.01
XYZ71.289288.160846.5171
Yxy88.16080.34610.4280
Hunter Lab93.8940-28.788036.3522
CIE-Lab95.2286-25.145141.1425

#ddfda0 color RGB value is (221,253,160).

#ddfda0 hex color red value is 221, green value is 253 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #ddfda0 hue: 0.22 , saturation: 0.96 and the lightness value of ddfda0 is 0.81.

The process color (four color CMYK) of #ddfda0 color hex is 0.13, 0.00, 0.37, 0.01. Web safe color of #ddfda0 is #ccff99. Color #ddfda0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111101 10100000
Octal 335 375 240
Decimal 221 253 160
Hex DD FD A0

RGB Percentages of Color #ddfda0

%34.86
%39.91
%25.24

CMYK Percentages of Color #ddfda0

%13
%0
%37
%1

Triadic Colors of #ddfda0

#ddfda0 #a0ddfd #fda0dd

Analogous Colors of #ddfda0

#ddfda0 #affda0 #fdefa0

Monochromatic Colors of #ddfda0

#ddfda0

Complementary Color

#ddfda0 #c0a0fd

#ddfda0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfda0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfda0 Color CSS Codes

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

#ddfda0 Text Font Color

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

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


#ddfda0 Background Color

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

This div background color is #ddfda0


#ddfda0 Border Color

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

This div border color is #ddfda0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfda0

Related Colors


Comments

No comments written yet.

Please login to write comment.