Color Hex Logo

#e2ff86 Color Hex

#E2FF86
(226,255,134)
0 Favorites   0 Comments

Color spaces of #e2ff86

RGB 226255134
HSL0.211.000.76
HSV74°47°100°
CMYK 0.110.000.47   0.00
XYZ71.427189.410036.0475
Yxy89.41000.36280.4541
Hunter Lab94.5569-30.637843.5869
CIE-Lab95.7515-27.106254.3178

#e2ff86 color RGB value is (226,255,134).

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

The process color (four color CMYK) of #e2ff86 color hex is 0.11, 0.00, 0.47, 0.00. Web safe color of #e2ff86 is #ccff99. Color #e2ff86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111111 10000110
Octal 342 377 206
Decimal 226 255 134
Hex E2 FF 86

RGB Percentages of Color #e2ff86

%36.75
%41.46
%21.79

CMYK Percentages of Color #e2ff86

%11
%0
%47
%0

Triadic Colors of #e2ff86

#e2ff86 #86e2ff #ff86e2

Analogous Colors of #e2ff86

#e2ff86 #a6ff86 #ffe086

Monochromatic Colors of #e2ff86

#e2ff86

Complementary Color

#e2ff86 #a386ff

#e2ff86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ff86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ff86 Color CSS Codes

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

#e2ff86 Text Font Color

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

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


#e2ff86 Background Color

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

This div background color is #e2ff86


#e2ff86 Border Color

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

This div border color is #e2ff86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ff86


Comments

No comments written yet.

Please login to write comment.