Color Hex Logo

#e2ffae Color Hex

#E2FFAE
(226,255,174)
0 Favorites   0 Comments

Color spaces of #e2ffae

RGB 226255174
HSL0.231.000.84
HSV81°32°100°
CMYK 0.110.000.32   0.00
XYZ74.764090.744753.6194
Yxy90.74470.34120.4141
Hunter Lab95.2600-26.610833.3092
CIE-Lab96.3048-22.519735.6920

#e2ffae color RGB value is (226,255,174).

#e2ffae hex color red value is 226, green value is 255 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e2ffae hue: 0.23 , saturation: 1.00 and the lightness value of e2ffae is 0.84.

The process color (four color CMYK) of #e2ffae color hex is 0.11, 0.00, 0.32, 0.00. Web safe color of #e2ffae is #ccff99. Color #e2ffae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111111 10101110
Octal 342 377 256
Decimal 226 255 174
Hex E2 FF AE

RGB Percentages of Color #e2ffae

%34.50
%38.93
%26.56

CMYK Percentages of Color #e2ffae

%11
%0
%32
%0

Triadic Colors of #e2ffae

#e2ffae #aee2ff #ffaee2

Analogous Colors of #e2ffae

#e2ffae #baffae #fff4ae

Monochromatic Colors of #e2ffae

#e2ffae

Complementary Color

#e2ffae #cbaeff

#e2ffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ffae Color CSS Codes

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

#e2ffae Text Font Color

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

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


#e2ffae Background Color

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

This div background color is #e2ffae


#e2ffae Border Color

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

This div border color is #e2ffae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,255,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2ffae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2ffae;
  -webkit-box-shadow: 1px 1px 3px 2px #e2ffae;
  box-shadow:         1px 1px 3px 2px #e2ffae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ffae

#e2ffae Color Palettes


Comments

No comments written yet.

Please login to write comment.