Color Hex Logo

#d9feda Color Hex

#D9FEDA
(217,254,218)
0 Favorites   0 Comments

Color spaces of #d9feda

RGB 217254218
HSL0.340.950.92
HSV122°15°100°
CMYK 0.150.000.14   0.00
XYZ76.712090.697379.7928
Yxy90.69730.31030.3669
Hunter Lab95.2351-22.879516.9884
CIE-Lab96.2853-18.461113.2806

#d9feda color RGB value is (217,254,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11111110 11011010
Octal 331 376 332
Decimal 217 254 218
Hex D9 FE DA

RGB Percentages of Color #d9feda

%31.49
%36.87
%31.64

CMYK Percentages of Color #d9feda

%15
%0
%14
%0

Triadic Colors of #d9feda

#d9feda #dad9fe #fedad9

Analogous Colors of #d9feda

#d9feda #d9feed #ebfed9

Monochromatic Colors of #d9feda

#d9feda

Complementary Color

#d9feda #fed9fd

#d9feda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9feda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9feda Color CSS Codes

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

#d9feda Text Font Color

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

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


#d9feda Background Color

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

This div background color is #d9feda


#d9feda Border Color

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

This div border color is #d9feda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9feda

Related Colors


Comments

No comments written yet.

Please login to write comment.