Color Hex Logo

#d9fddd Color Hex

#D9FDDD
(217,253,221)
0 Favorites   0 Comments

Color spaces of #d9fddd

RGB 217253221
HSL0.350.900.92
HSV127°14°99°
CMYK 0.140.000.13   0.01
XYZ76.791790.222781.7740
Yxy90.22270.30870.3626
Hunter Lab94.9856-21.915515.4466
CIE-Lab96.0891-17.454311.4621

#d9fddd color RGB value is (217,253,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11111101 11011101
Octal 331 375 335
Decimal 217 253 221
Hex D9 FD DD

RGB Percentages of Color #d9fddd

%31.40
%36.61
%31.98

CMYK Percentages of Color #d9fddd

%14
%0
%13
%1

Triadic Colors of #d9fddd

#d9fddd #ddd9fd #fdddd9

Analogous Colors of #d9fddd

#d9fddd #d9fdef #e7fdd9

Monochromatic Colors of #d9fddd

#d9fddd

Complementary Color

#d9fddd #fdd9f9

#d9fddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9fddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9fddd Color CSS Codes

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

#d9fddd Text Font Color

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

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


#d9fddd Background Color

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

This div background color is #d9fddd


#d9fddd Border Color

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

This div border color is #d9fddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9fddd

Related Colors


Comments

No comments written yet.

Please login to write comment.