Color Hex Logo

#e5fce0 Color Hex

#E5FCE0
(229,252,224)
0 Favorites   0 Comments

Color spaces of #e5fce0

RGB 229252224
HSL0.300.820.93
HSV109°11°99°
CMYK 0.090.000.11   0.01
XYZ80.578091.660683.9664
Yxy91.66060.31450.3578
Hunter Lab95.7395-17.311915.0186
CIE-Lab96.6814-12.476110.8730

#e5fce0 color RGB value is (229,252,224).

#e5fce0 hex color red value is 229, green value is 252 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #e5fce0 hue: 0.30 , saturation: 0.82 and the lightness value of e5fce0 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11111100 11100000
Octal 345 374 340
Decimal 229 252 224
Hex E5 FC E0

RGB Percentages of Color #e5fce0

%32.48
%35.74
%31.77

CMYK Percentages of Color #e5fce0

%9
%0
%11
%1

Triadic Colors of #e5fce0

#e5fce0 #e0e5fc #fce0e5

Analogous Colors of #e5fce0

#e5fce0 #e0fce9 #f3fce0

Monochromatic Colors of #e5fce0

#e5fce0

Complementary Color

#e5fce0 #f7e0fc

#e5fce0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5fce0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5fce0 Color CSS Codes

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

#e5fce0 Text Font Color

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

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


#e5fce0 Background Color

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

This div background color is #e5fce0


#e5fce0 Border Color

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

This div border color is #e5fce0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,252,224, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5fce0

Related Colors


Comments

No comments written yet.

Please login to write comment.