Color Hex Logo

#e0fdda Color Hex

#E0FDDA
(224,253,218)
0 Favorites   0 Comments

Color spaces of #e0fdda

RGB 224253218
HSL0.300.900.92
HSV110°14°99°
CMYK 0.110.000.14   0.01
XYZ78.520691.159879.7868
Yxy91.15980.31480.3654
Hunter Lab95.4776-20.287917.2881
CIE-Lab96.4758-15.652313.6136

#e0fdda color RGB value is (224,253,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11111101 11011010
Octal 340 375 332
Decimal 224 253 218
Hex E0 FD DA

RGB Percentages of Color #e0fdda

%32.23
%36.40
%31.37

CMYK Percentages of Color #e0fdda

%11
%0
%14
%1

Triadic Colors of #e0fdda

#e0fdda #dae0fd #fddae0

Analogous Colors of #e0fdda

#e0fdda #dafde6 #f2fdda

Monochromatic Colors of #e0fdda

#e0fdda

Complementary Color

#e0fdda #f7dafd

#e0fdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0fdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0fdda Color CSS Codes

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

#e0fdda Text Font Color

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

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


#e0fdda Background Color

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

This div background color is #e0fdda


#e0fdda Border Color

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

This div border color is #e0fdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0fdda

Related Colors


Comments

No comments written yet.

Please login to write comment.