Color Hex Logo

#e7faee Color Hex

#E7FAEE
(231,250,238)
0 Favorites   0 Comments

Color spaces of #e7faee

RGB 231250238
HSL0.390.660.94
HSV142°98°
CMYK 0.080.000.05   0.02
XYZ82.573291.533294.2045
Yxy91.53320.30780.3411
Hunter Lab95.6730-13.36848.5911
CIE-Lab96.6292-8.37703.6127

#e7faee color RGB value is (231,250,238).

#e7faee hex color red value is 231, green value is 250 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e7faee hue: 0.39 , saturation: 0.66 and the lightness value of e7faee is 0.94.

The process color (four color CMYK) of #e7faee color hex is 0.08, 0.00, 0.05, 0.02. Web safe color of #e7faee is #ffffff. Color #e7faee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11111010 11101110
Octal 347 372 356
Decimal 231 250 238
Hex E7 FA EE

RGB Percentages of Color #e7faee

%32.13
%34.77
%33.10

CMYK Percentages of Color #e7faee

%8
%0
%5
%2

Triadic Colors of #e7faee

#e7faee #eee7fa #faeee7

Analogous Colors of #e7faee

#e7faee #e7faf8 #eafae7

Monochromatic Colors of #e7faee

#e7faee

Complementary Color

#e7faee #fae7f3

#e7faee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7faee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7faee Color CSS Codes

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

#e7faee Text Font Color

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

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


#e7faee Background Color

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

This div background color is #e7faee


#e7faee Border Color

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

This div border color is #e7faee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7faee


Comments

No comments written yet.

Please login to write comment.