Color Hex Logo

#e4feae Color Hex

#E4FEAE
(228,254,174)
0 Favorites   0 Comments

Color spaces of #e4feae

RGB 228254174
HSL0.220.980.84
HSV80°31°100°
CMYK 0.100.000.31   0.00
XYZ75.076790.433653.5429
Yxy90.43360.34270.4128
Hunter Lab95.0966-25.497133.1851
CIE-Lab96.1763-21.323335.5456

#e4feae color RGB value is (228,254,174).

#e4feae hex color red value is 228, green value is 254 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e4feae hue: 0.22 , saturation: 0.98 and the lightness value of e4feae is 0.84.

The process color (four color CMYK) of #e4feae color hex is 0.10, 0.00, 0.31, 0.00. Web safe color of #e4feae is #ccff99. Color #e4feae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11111110 10101110
Octal 344 376 256
Decimal 228 254 174
Hex E4 FE AE

RGB Percentages of Color #e4feae

%34.76
%38.72
%26.52

CMYK Percentages of Color #e4feae

%10
%0
%31
%0

Triadic Colors of #e4feae

#e4feae #aee4fe #feaee4

Analogous Colors of #e4feae

#e4feae #bcfeae #fef0ae

Monochromatic Colors of #e4feae

#e4feae

Complementary Color

#e4feae #c8aefe

#e4feae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4feae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4feae Color CSS Codes

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

#e4feae Text Font Color

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

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


#e4feae Background Color

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

This div background color is #e4feae


#e4feae Border Color

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

This div border color is #e4feae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4feae

Related Colors


Comments

No comments written yet.

Please login to write comment.