Color Hex Logo

#d8ffdd Color Hex

#D8FFDD
(216,255,221)
0 Favorites   0 Comments

Color spaces of #d8ffdd

RGB 216255221
HSL0.351.000.92
HSV128°15°100°
CMYK 0.150.000.13   0.00
XYZ77.130091.339481.9717
Yxy91.33940.30800.3647
Hunter Lab95.5716-23.194016.0472
CIE-Lab96.5496-18.756612.1098

#d8ffdd color RGB value is (216,255,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11111111 11011101
Octal 330 377 335
Decimal 216 255 221
Hex D8 FF DD

RGB Percentages of Color #d8ffdd

%31.21
%36.85
%31.94

CMYK Percentages of Color #d8ffdd

%15
%0
%13
%0

Triadic Colors of #d8ffdd

#d8ffdd #ddd8ff #ffddd8

Analogous Colors of #d8ffdd

#d8ffdd #d8fff1 #e7ffd8

Monochromatic Colors of #d8ffdd

#d8ffdd

Complementary Color

#d8ffdd #ffd8fa

#d8ffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ffdd Color CSS Codes

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

#d8ffdd Text Font Color

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

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


#d8ffdd Background Color

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

This div background color is #d8ffdd


#d8ffdd Border Color

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

This div border color is #d8ffdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ffdd

Related Colors

#d8ffdd Color Palettes


Comments

No comments written yet.

Please login to write comment.