Color Hex Logo

#e4fedc Color Hex

#E4FEDC
(228,254,220)
0 Favorites   0 Comments

Color spaces of #e4fedc

RGB 228254220
HSL0.290.940.93
HSV106°13°100°
CMYK 0.100.000.13   0.00
XYZ80.355092.544981.3379
Yxy92.54490.31610.3640
Hunter Lab96.2003-19.251417.2101
CIE-Lab97.0426-14.470013.4299

#e4fedc color RGB value is (228,254,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11111110 11011100
Octal 344 376 334
Decimal 228 254 220
Hex E4 FE DC

RGB Percentages of Color #e4fedc

%32.48
%36.18
%31.34

CMYK Percentages of Color #e4fedc

%10
%0
%13
%0

Triadic Colors of #e4fedc

#e4fedc #dce4fe #fedce4

Analogous Colors of #e4fedc

#e4fedc #dcfee5 #f5fedc

Monochromatic Colors of #e4fedc

#e4fedc

Complementary Color

#e4fedc #f6dcfe

#e4fedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4fedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4fedc Color CSS Codes

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

#e4fedc Text Font Color

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

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


#e4fedc Background Color

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

This div background color is #e4fedc


#e4fedc Border Color

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

This div border color is #e4fedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4fedc


Comments

No comments written yet.

Please login to write comment.