Color Hex Logo

#e2ffba Color Hex

#E2FFBA
(226,255,186)
0 Favorites   0 Comments

Color spaces of #e2ffba

RGB 226255186
HSL0.241.000.86
HSV85°27°100°
CMYK 0.110.000.27   0.00
XYZ75.987091.233960.0593
Yxy91.23390.33430.4014
Hunter Lab95.5164-25.150229.5808
CIE-Lab96.5063-20.884929.9538

#e2ffba color RGB value is (226,255,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111111 10111010
Octal 342 377 272
Decimal 226 255 186
Hex E2 FF BA

RGB Percentages of Color #e2ffba

%33.88
%38.23
%27.89

CMYK Percentages of Color #e2ffba

%11
%0
%27
%0

Triadic Colors of #e2ffba

#e2ffba #bae2ff #ffbae2

Analogous Colors of #e2ffba

#e2ffba #c0ffba #fffaba

Monochromatic Colors of #e2ffba

#e2ffba

Complementary Color

#e2ffba #d7baff

#e2ffba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ffba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ffba Color CSS Codes

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

#e2ffba Text Font Color

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

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


#e2ffba Background Color

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

This div background color is #e2ffba


#e2ffba Border Color

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

This div border color is #e2ffba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ffba

Related Colors

#e2ffba Color Palettes


Comments

No comments written yet.

Please login to write comment.