Color Hex Logo

#e3fedd Color Hex

#E3FEDD
(227,254,221)
0 Favorites   0 Comments

Color spaces of #e3fedd

RGB 227254221
HSL0.300.940.93
HSV109°13°100°
CMYK 0.110.000.13   0.00
XYZ80.171592.435082.0229
Yxy92.43500.31490.3630
Hunter Lab96.1431-19.403516.7179
CIE-Lab96.9978-14.637212.8447

#e3fedd color RGB value is (227,254,221).

#e3fedd hex color red value is 227, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e3fedd hue: 0.30 , saturation: 0.94 and the lightness value of e3fedd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 11111110 11011101
Octal 343 376 335
Decimal 227 254 221
Hex E3 FE DD

RGB Percentages of Color #e3fedd

%32.34
%36.18
%31.48

CMYK Percentages of Color #e3fedd

%11
%0
%13
%0

Triadic Colors of #e3fedd

#e3fedd #dde3fe #fedde3

Analogous Colors of #e3fedd

#e3fedd #ddfee8 #f4fedd

Monochromatic Colors of #e3fedd

#e3fedd

Complementary Color

#e3fedd #f8ddfe

#e3fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3fedd Color CSS Codes

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

#e3fedd Text Font Color

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

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


#e3fedd Background Color

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

This div background color is #e3fedd


#e3fedd Border Color

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

This div border color is #e3fedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3fedd

Related Colors


Comments

No comments written yet.

Please login to write comment.