Color Hex Logo

#e4faaa Color Hex

#E4FAAA
(228,250,170)
0 Favorites   0 Comments

Color spaces of #e4faaa

RGB 228250170
HSL0.210.890.82
HSV77°32°98°
CMYK 0.090.000.32   0.02
XYZ73.436287.767551.1005
Yxy87.76750.34590.4134
Hunter Lab93.6843-24.027033.2390
CIE-Lab95.0630-19.915636.0638

#e4faaa color RGB value is (228,250,170).

#e4faaa hex color red value is 228, green value is 250 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e4faaa hue: 0.21 , saturation: 0.89 and the lightness value of e4faaa is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11111010 10101010
Octal 344 372 252
Decimal 228 250 170
Hex E4 FA AA

RGB Percentages of Color #e4faaa

%35.19
%38.58
%26.23

CMYK Percentages of Color #e4faaa

%9
%0
%32
%2

Triadic Colors of #e4faaa

#e4faaa #aae4fa #faaae4

Analogous Colors of #e4faaa

#e4faaa #bcfaaa #fae8aa

Monochromatic Colors of #e4faaa

#e4faaa

Complementary Color

#e4faaa #c0aafa

#e4faaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4faaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4faaa Color CSS Codes

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

#e4faaa Text Font Color

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

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


#e4faaa Background Color

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

This div background color is #e4faaa


#e4faaa Border Color

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

This div border color is #e4faaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4faaa


Comments

No comments written yet.

Please login to write comment.