Color Hex Logo

#e4fade Color Hex

#E4FADE
(228,250,222)
0 Favorites   0 Comments

Color spaces of #e4fade

RGB 228250222
HSL0.300.740.93
HSV107°11°98°
CMYK 0.090.000.11   0.02
XYZ79.365390.139182.3228
Yxy90.13910.31520.3579
Hunter Lab94.9416-16.932915.0494
CIE-Lab96.0544-12.159710.9966

#e4fade color RGB value is (228,250,222).

#e4fade hex color red value is 228, green value is 250 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e4fade hue: 0.30 , saturation: 0.74 and the lightness value of e4fade is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11111010 11011110
Octal 344 372 336
Decimal 228 250 222
Hex E4 FA DE

RGB Percentages of Color #e4fade

%32.57
%35.71
%31.71

CMYK Percentages of Color #e4fade

%9
%0
%11
%2

Triadic Colors of #e4fade

#e4fade #dee4fa #fadee4

Analogous Colors of #e4fade

#e4fade #defae6 #f2fade

Monochromatic Colors of #e4fade

#e4fade

Complementary Color

#e4fade #f4defa

#e4fade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4fade Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4fade Color CSS Codes

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

#e4fade Text Font Color

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

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


#e4fade Background Color

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

This div background color is #e4fade


#e4fade Border Color

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

This div border color is #e4fade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4fade


Comments

No comments written yet.

Please login to write comment.