Color Hex Logo

#e3fedc Color Hex

#E3FEDC
(227,254,220)
0 Favorites   0 Comments

Color spaces of #e3fedc

RGB 227254220
HSL0.300.940.93
HSV108°13°100°
CMYK 0.110.000.13   0.00
XYZ80.038692.381881.3231
Yxy92.38180.31540.3641
Hunter Lab96.1155-19.559017.1157
CIE-Lab96.9762-14.804913.3263

#e3fedc color RGB value is (227,254,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 11111110 11011100
Octal 343 376 334
Decimal 227 254 220
Hex E3 FE DC

RGB Percentages of Color #e3fedc

%32.38
%36.23
%31.38

CMYK Percentages of Color #e3fedc

%11
%0
%13
%0

Triadic Colors of #e3fedc

#e3fedc #dce3fe #fedce3

Analogous Colors of #e3fedc

#e3fedc #dcfee6 #f4fedc

Monochromatic Colors of #e3fedc

#e3fedc

Complementary Color

#e3fedc #f7dcfe

#e3fedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3fedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3fedc Color CSS Codes

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

#e3fedc Text Font Color

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

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


#e3fedc Background Color

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

This div background color is #e3fedc


#e3fedc Border Color

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

This div border color is #e3fedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3fedc

Related Colors


Comments

No comments written yet.

Please login to write comment.