Color Hex Logo

#ddfdd8 Color Hex

#DDFDD8
(221,253,216)
0 Favorites   0 Comments

Color spaces of #ddfdd8

RGB 221253216
HSL0.310.900.92
HSV112°15°99°
CMYK 0.130.000.15   0.01
XYZ77.338790.580678.3734
Yxy90.58060.31400.3678
Hunter Lab95.1738-21.504317.7978
CIE-Lab96.2371-16.989214.2731

#ddfdd8 color RGB value is (221,253,216).

#ddfdd8 hex color red value is 221, green value is 253 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #ddfdd8 hue: 0.31 , saturation: 0.90 and the lightness value of ddfdd8 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111101 11011000
Octal 335 375 330
Decimal 221 253 216
Hex DD FD D8

RGB Percentages of Color #ddfdd8

%32.03
%36.67
%31.30

CMYK Percentages of Color #ddfdd8

%13
%0
%15
%1

Triadic Colors of #ddfdd8

#ddfdd8 #d8ddfd #fdd8dd

Analogous Colors of #ddfdd8

#ddfdd8 #d8fde6 #f0fdd8

Monochromatic Colors of #ddfdd8

#ddfdd8

Complementary Color

#ddfdd8 #f8d8fd

#ddfdd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfdd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfdd8 Color CSS Codes

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

#ddfdd8 Text Font Color

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

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


#ddfdd8 Background Color

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

This div background color is #ddfdd8


#ddfdd8 Border Color

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

This div border color is #ddfdd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfdd8

Related Colors


Comments

No comments written yet.

Please login to write comment.