Color Hex Logo

#e2eabf Color Hex

#E2EABF
(226,234,191)
0 Favorites   0 Comments

Color spaces of #e2eabf

RGB 226234191
HSL0.200.510.83
HSV71°18°92°
CMYK 0.030.000.18   0.08
XYZ70.190878.776060.7960
Yxy78.77600.33460.3755
Hunter Lab88.7558-14.159521.5166
CIE-Lab91.1328-9.836220.0214

#e2eabf color RGB value is (226,234,191).

#e2eabf hex color red value is 226, green value is 234 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e2eabf hue: 0.20 , saturation: 0.51 and the lightness value of e2eabf is 0.83.

The process color (four color CMYK) of #e2eabf color hex is 0.03, 0.00, 0.18, 0.08. Web safe color of #e2eabf is #ccffcc. Color #e2eabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101010 10111111
Octal 342 352 277
Decimal 226 234 191
Hex E2 EA BF

RGB Percentages of Color #e2eabf

%34.72
%35.94
%29.34

CMYK Percentages of Color #e2eabf

%3
%0
%18
%8

Triadic Colors of #e2eabf

#e2eabf #bfe2ea #eabfe2

Analogous Colors of #e2eabf

#e2eabf #cdeabf #eaddbf

Monochromatic Colors of #e2eabf

#e2eabf

Complementary Color

#e2eabf #c7bfea

#e2eabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2eabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2eabf Color CSS Codes

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

#e2eabf Text Font Color

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

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


#e2eabf Background Color

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

This div background color is #e2eabf


#e2eabf Border Color

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

This div border color is #e2eabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2eabf


Comments

No comments written yet.

Please login to write comment.