Color Hex Logo

#e7faeb Color Hex

#E7FAEB
(231,250,235)
0 Favorites   0 Comments

Color spaces of #e7faeb

RGB 231250235
HSL0.370.660.94
HSV133°98°
CMYK 0.080.000.06   0.02
XYZ82.136091.358391.9021
Yxy91.35830.30950.3442
Hunter Lab95.5815-13.87749.8995
CIE-Lab96.5574-8.91115.0543

#e7faeb color RGB value is (231,250,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11111010 11101011
Octal 347 372 353
Decimal 231 250 235
Hex E7 FA EB

RGB Percentages of Color #e7faeb

%32.26
%34.92
%32.82

CMYK Percentages of Color #e7faeb

%8
%0
%6
%2

Triadic Colors of #e7faeb

#e7faeb #ebe7fa #faebe7

Analogous Colors of #e7faeb

#e7faeb #e7faf5 #edfae7

Monochromatic Colors of #e7faeb

#e7faeb

Complementary Color

#e7faeb #fae7f6

#e7faeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7faeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7faeb Color CSS Codes

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

#e7faeb Text Font Color

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

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


#e7faeb Background Color

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

This div background color is #e7faeb


#e7faeb Border Color

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

This div border color is #e7faeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7faeb


Comments

No comments written yet.

Please login to write comment.