Color Hex Logo

#e7f1ea Color Hex

#E7F1EA
(231,241,234)
0 Favorites   0 Comments

Color spaces of #e7f1ea

RGB 231241234
HSL0.380.260.93
HSV138°95°
CMYK 0.040.000.03   0.05
XYZ79.261685.840090.2332
Yxy85.84000.31040.3362
Hunter Lab92.6499-9.43137.1114
CIE-Lab94.2439-4.56082.2166

#e7f1ea color RGB value is (231,241,234).

#e7f1ea hex color red value is 231, green value is 241 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e7f1ea hue: 0.38 , saturation: 0.26 and the lightness value of e7f1ea is 0.93.

The process color (four color CMYK) of #e7f1ea color hex is 0.04, 0.00, 0.03, 0.05. Web safe color of #e7f1ea is #ffffff. Color #e7f1ea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11110001 11101010
Octal 347 361 352
Decimal 231 241 234
Hex E7 F1 EA

RGB Percentages of Color #e7f1ea

%32.72
%34.14
%33.14

CMYK Percentages of Color #e7f1ea

%4
%0
%3
%5

Triadic Colors of #e7f1ea

#e7f1ea #eae7f1 #f1eae7

Analogous Colors of #e7f1ea

#e7f1ea #e7f1ef #e9f1e7

Monochromatic Colors of #e7f1ea

#e7f1ea

Complementary Color

#e7f1ea #f1e7ee

#e7f1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7f1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7f1ea Color CSS Codes

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

#e7f1ea Text Font Color

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

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


#e7f1ea Background Color

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

This div background color is #e7f1ea


#e7f1ea Border Color

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

This div border color is #e7f1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7f1ea


Comments

No comments written yet.

Please login to write comment.