Color Hex Logo

#e7faef Color Hex

#E7FAEF
(231,250,239)
0 Favorites   0 Comments

Color spaces of #e7faef

RGB 231250239
HSL0.400.660.94
HSV145°98°
CMYK 0.080.000.04   0.02
XYZ82.720691.592194.9806
Yxy91.59210.30720.3401
Hunter Lab95.7038-13.19698.1506
CIE-Lab96.6533-8.19743.1324

#e7faef color RGB value is (231,250,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11111010 11101111
Octal 347 372 357
Decimal 231 250 239
Hex E7 FA EF

RGB Percentages of Color #e7faef

%32.08
%34.72
%33.19

CMYK Percentages of Color #e7faef

%8
%0
%4
%2

Triadic Colors of #e7faef

#e7faef #efe7fa #faefe7

Analogous Colors of #e7faef

#e7faef #e7faf9 #e9fae7

Monochromatic Colors of #e7faef

#e7faef

Complementary Color

#e7faef #fae7f2

#e7faef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7faef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7faef Color CSS Codes

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

#e7faef Text Font Color

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

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


#e7faef Background Color

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

This div background color is #e7faef


#e7faef Border Color

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

This div border color is #e7faef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7faef


Comments

No comments written yet.

Please login to write comment.