Color Hex Logo

#d8fedd Color Hex

#D8FEDD
(216,254,221)
0 Favorites   0 Comments

Color spaces of #d8fedd

RGB 216254221
HSL0.360.950.92
HSV128°15°100°
CMYK 0.150.000.13   0.00
XYZ76.811990.703081.8656
Yxy90.70300.30800.3637
Hunter Lab95.2381-22.702115.7017
CIE-Lab96.2876-18.269311.7366

#d8fedd color RGB value is (216,254,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11111110 11011101
Octal 330 376 335
Decimal 216 254 221
Hex D8 FE DD

RGB Percentages of Color #d8fedd

%31.26
%36.76
%31.98

CMYK Percentages of Color #d8fedd

%15
%0
%13
%0

Triadic Colors of #d8fedd

#d8fedd #ddd8fe #feddd8

Analogous Colors of #d8fedd

#d8fedd #d8fef0 #e6fed8

Monochromatic Colors of #d8fedd

#d8fedd

Complementary Color

#d8fedd #fed8f9

#d8fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8fedd Color CSS Codes

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

#d8fedd Text Font Color

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

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


#d8fedd Background Color

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

This div background color is #d8fedd


#d8fedd Border Color

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

This div border color is #d8fedd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,254,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 #d8fedd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8fedd


Comments

No comments written yet.

Please login to write comment.