Color Hex Logo

#e2fabf Color Hex

#E2FABF
(226,250,191)
0 Favorites   0 Comments

Color spaces of #e2fabf

RGB 226250191
HSL0.230.860.86
HSV84°24°98°
CMYK 0.100.000.24   0.02
XYZ74.953688.301662.3836
Yxy88.30160.33220.3913
Hunter Lab93.9689-22.066526.4171
CIE-Lab95.2878-17.746125.7638

#e2fabf color RGB value is (226,250,191).

#e2fabf hex color red value is 226, green value is 250 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e2fabf hue: 0.23 , saturation: 0.86 and the lightness value of e2fabf is 0.86.

The process color (four color CMYK) of #e2fabf color hex is 0.10, 0.00, 0.24, 0.02. Web safe color of #e2fabf is #ccffcc. Color #e2fabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111010 10111111
Octal 342 372 277
Decimal 226 250 191
Hex E2 FA BF

RGB Percentages of Color #e2fabf

%33.88
%37.48
%28.64

CMYK Percentages of Color #e2fabf

%10
%0
%24
%2

Triadic Colors of #e2fabf

#e2fabf #bfe2fa #fabfe2

Analogous Colors of #e2fabf

#e2fabf #c5fabf #faf5bf

Monochromatic Colors of #e2fabf

#e2fabf

Complementary Color

#e2fabf #d7bffa

#e2fabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2fabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2fabf Color CSS Codes

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

#e2fabf Text Font Color

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

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


#e2fabf Background Color

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

This div background color is #e2fabf


#e2fabf Border Color

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

This div border color is #e2fabf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,250,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 #e2fabf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2fabf


Comments

No comments written yet.

Please login to write comment.