Color Hex Logo

#e7fade Color Hex

#E7FADE
(231,250,222)
0 Favorites   0 Comments

Color spaces of #e7fade

RGB 231250222
HSL0.280.740.93
HSV101°11°98°
CMYK 0.080.000.11   0.02
XYZ80.325490.634182.3678
Yxy90.63410.31710.3578
Hunter Lab95.2019-15.996315.3442
CIE-Lab96.2592-11.151211.3164

#e7fade color RGB value is (231,250,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11111010 11011110
Octal 347 372 336
Decimal 231 250 222
Hex E7 FA DE

RGB Percentages of Color #e7fade

%32.86
%35.56
%31.58

CMYK Percentages of Color #e7fade

%8
%0
%11
%2

Triadic Colors of #e7fade

#e7fade #dee7fa #fadee7

Analogous Colors of #e7fade

#e7fade #defae3 #f5fade

Monochromatic Colors of #e7fade

#e7fade

Complementary Color

#e7fade #f1defa

#e7fade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7fade Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7fade Color CSS Codes

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

#e7fade Text Font Color

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

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


#e7fade Background Color

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

This div background color is #e7fade


#e7fade Border Color

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

This div border color is #e7fade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7fade


Comments

No comments written yet.

Please login to write comment.