Color Hex Logo

#e5fae5 Color Hex

#E5FAE5
(229,250,229)
1 Favorites   0 Comments

Color spaces of #e5fae5

RGB 229250229
HSL0.330.680.94
HSV120°98°
CMYK 0.080.000.08   0.02
XYZ80.641690.686487.3827
Yxy90.68640.31170.3505
Hunter Lab95.2294-15.495212.2560
CIE-Lab96.2808-10.62487.7279

#e5fae5 color RGB value is (229,250,229).

#e5fae5 hex color red value is 229, green value is 250 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #e5fae5 hue: 0.33 , saturation: 0.68 and the lightness value of e5fae5 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11111010 11100101
Octal 345 372 345
Decimal 229 250 229
Hex E5 FA E5

RGB Percentages of Color #e5fae5

%32.34
%35.31
%32.34

CMYK Percentages of Color #e5fae5

%8
%0
%8
%2

Triadic Colors of #e5fae5

#e5fae5 #e5e5fa #fae5e5

Analogous Colors of #e5fae5

#e5fae5 #e5faf0 #f0fae5

Monochromatic Colors of #e5fae5

#e5fae5

Complementary Color

#e5fae5 #fae5fa

#e5fae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5fae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5fae5 Color CSS Codes

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

#e5fae5 Text Font Color

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

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


#e5fae5 Background Color

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

This div background color is #e5fae5


#e5fae5 Border Color

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

This div border color is #e5fae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5fae5


Comments

No comments written yet.

Please login to write comment.