Color Hex Logo

#e5fdda Color Hex

#E5FDDA
(229,253,218)
0 Favorites   0 Comments

Color spaces of #e5fdda

RGB 229253218
HSL0.280.900.92
HSV101°14°99°
CMYK 0.090.000.14   0.01
XYZ80.093391.970579.8604
Yxy91.97050.31790.3651
Hunter Lab95.9013-18.750417.7580
CIE-Lab96.8082-13.973614.1313

#e5fdda color RGB value is (229,253,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11111101 11011010
Octal 345 375 332
Decimal 229 253 218
Hex E5 FD DA

RGB Percentages of Color #e5fdda

%32.71
%36.14
%31.14

CMYK Percentages of Color #e5fdda

%9
%0
%14
%1

Triadic Colors of #e5fdda

#e5fdda #dae5fd #fddae5

Analogous Colors of #e5fdda

#e5fdda #dafde1 #f7fdda

Monochromatic Colors of #e5fdda

#e5fdda

Complementary Color

#e5fdda #f2dafd

#e5fdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5fdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5fdda Color CSS Codes

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

#e5fdda Text Font Color

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

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


#e5fdda Background Color

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

This div background color is #e5fdda


#e5fdda Border Color

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

This div border color is #e5fdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5fdda


Comments

No comments written yet.

Please login to write comment.