Color Hex Logo

#e5fadd Color Hex

#E5FADD
(229,250,221)
0 Favorites   0 Comments

Color spaces of #e5fadd

RGB 229250221
HSL0.290.740.92
HSV103°12°98°
CMYK 0.080.000.12   0.02
XYZ79.549990.249781.6338
Yxy90.24970.31640.3589
Hunter Lab94.9998-16.779415.5517
CIE-Lab96.1002-11.992411.5853

#e5fadd color RGB value is (229,250,221).

#e5fadd hex color red value is 229, green value is 250 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e5fadd hue: 0.29 , saturation: 0.74 and the lightness value of e5fadd is 0.92.

The process color (four color CMYK) of #e5fadd color hex is 0.08, 0.00, 0.12, 0.02. Web safe color of #e5fadd is #ccffcc. Color #e5fadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11111010 11011101
Octal 345 372 335
Decimal 229 250 221
Hex E5 FA DD

RGB Percentages of Color #e5fadd

%32.71
%35.71
%31.57

CMYK Percentages of Color #e5fadd

%8
%0
%12
%2

Triadic Colors of #e5fadd

#e5fadd #dde5fa #fadde5

Analogous Colors of #e5fadd

#e5fadd #ddfae4 #f4fadd

Monochromatic Colors of #e5fadd

#e5fadd

Complementary Color

#e5fadd #f2ddfa

#e5fadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5fadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5fadd Color CSS Codes

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

#e5fadd Text Font Color

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

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


#e5fadd Background Color

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

This div background color is #e5fadd


#e5fadd Border Color

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

This div border color is #e5fadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5fadd


Comments

No comments written yet.

Please login to write comment.