Color Hex Logo

#d9ffdc Color Hex

#D9FFDC
(217,255,220)
0 Favorites   0 Comments

Color spaces of #d9ffdc

RGB 217255220
HSL0.351.000.93
HSV125°15°100°
CMYK 0.150.000.14   0.00
XYZ77.293591.439081.2858
Yxy91.43900.30920.3657
Hunter Lab95.6237-23.058416.5366
CIE-Lab96.5905-18.603512.6892

#d9ffdc color RGB value is (217,255,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11111111 11011100
Octal 331 377 334
Decimal 217 255 220
Hex D9 FF DC

RGB Percentages of Color #d9ffdc

%31.36
%36.85
%31.79

CMYK Percentages of Color #d9ffdc

%15
%0
%14
%0

Triadic Colors of #d9ffdc

#d9ffdc #dcd9ff #ffdcd9

Analogous Colors of #d9ffdc

#d9ffdc #d9ffef #e9ffd9

Monochromatic Colors of #d9ffdc

#d9ffdc

Complementary Color

#d9ffdc #ffd9fc

#d9ffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ffdc Color CSS Codes

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

#d9ffdc Text Font Color

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

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


#d9ffdc Background Color

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

This div background color is #d9ffdc


#d9ffdc Border Color

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

This div border color is #d9ffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9ffdc

#d9ffdc Color Palettes


Comments

No comments written yet.

Please login to write comment.