Color Hex Logo

#d1fedd Color Hex

#D1FEDD
(209,254,221)
0 Favorites   0 Comments

Color spaces of #d1fedd

RGB 209254221
HSL0.380.960.91
HSV136°18°100°
CMYK 0.180.000.13   0.00
XYZ74.787589.659481.7709
Yxy89.65940.30370.3641
Hunter Lab94.6886-24.721315.0806
CIE-Lab95.8553-20.533811.0614

#d1fedd color RGB value is (209,254,221).

#d1fedd hex color red value is 209, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d1fedd hue: 0.38 , saturation: 0.96 and the lightness value of d1fedd is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11111110 11011101
Octal 321 376 335
Decimal 209 254 221
Hex D1 FE DD

RGB Percentages of Color #d1fedd

%30.56
%37.13
%32.31

CMYK Percentages of Color #d1fedd

%18
%0
%13
%0

Triadic Colors of #d1fedd

#d1fedd #ddd1fe #feddd1

Analogous Colors of #d1fedd

#d1fedd #d1fef4 #dcfed1

Monochromatic Colors of #d1fedd

#d1fedd

Complementary Color

#d1fedd #fed1f2

#d1fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1fedd Color CSS Codes

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

#d1fedd Text Font Color

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

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


#d1fedd Background Color

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

This div background color is #d1fedd


#d1fedd Border Color

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

This div border color is #d1fedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1fedd


Comments

No comments written yet.

Please login to write comment.