Color Hex Logo

#e2ffbf Color Hex

#E2FFBF
(226,255,191)
0 Favorites   0 Comments

Color spaces of #e2ffbf

RGB 226255191
HSL0.241.000.87
HSV87°25°100°
CMYK 0.110.000.25   0.00
XYZ76.528091.450362.9084
Yxy91.45030.33150.3961
Hunter Lab95.6297-24.506627.9378
CIE-Lab96.5952-20.169327.5534

#e2ffbf color RGB value is (226,255,191).

#e2ffbf hex color red value is 226, green value is 255 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e2ffbf hue: 0.24 , saturation: 1.00 and the lightness value of e2ffbf is 0.87.

The process color (four color CMYK) of #e2ffbf color hex is 0.11, 0.00, 0.25, 0.00. Web safe color of #e2ffbf is #ccffcc. Color #e2ffbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111111 10111111
Octal 342 377 277
Decimal 226 255 191
Hex E2 FF BF

RGB Percentages of Color #e2ffbf

%33.63
%37.95
%28.42

CMYK Percentages of Color #e2ffbf

%11
%0
%25
%0

Triadic Colors of #e2ffbf

#e2ffbf #bfe2ff #ffbfe2

Analogous Colors of #e2ffbf

#e2ffbf #c2ffbf #fffcbf

Monochromatic Colors of #e2ffbf

#e2ffbf

Complementary Color

#e2ffbf #dcbfff

#e2ffbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ffbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ffbf Color CSS Codes

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

#e2ffbf Text Font Color

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

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


#e2ffbf Background Color

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

This div background color is #e2ffbf


#e2ffbf Border Color

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

This div border color is #e2ffbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ffbf

Related Colors


Comments

No comments written yet.

Please login to write comment.