Color Hex Logo

#e2e54e Color Hex

#E2E54E
(226,229,78)
0 Favorites   0 Comments

Color spaces of #e2e54e

RGB 22622978
HSL0.170.740.60
HSV61°66°90°
CMYK 0.010.000.66   0.10
XYZ60.758572.757418.0490
Yxy72.75740.40090.4800
Hunter Lab85.2979-22.124247.1628
CIE-Lab88.3319-18.988570.0171

#e2e54e color RGB value is (226,229,78).

#e2e54e hex color red value is 226, green value is 229 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #e2e54e hue: 0.17 , saturation: 0.74 and the lightness value of e2e54e is 0.60.

The process color (four color CMYK) of #e2e54e color hex is 0.01, 0.00, 0.66, 0.10. Web safe color of #e2e54e is #cccc66. Color #e2e54e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11100101 01001110
Octal 342 345 116
Decimal 226 229 78
Hex E2 E5 4E

RGB Percentages of Color #e2e54e

%42.40
%42.96
%14.63

CMYK Percentages of Color #e2e54e

%1
%0
%66
%10

Triadic Colors of #e2e54e

#e2e54e #4ee2e5 #e54ee2

Analogous Colors of #e2e54e

#e2e54e #97e54e #e59d4e

Monochromatic Colors of #e2e54e

#e2e54e

Complementary Color

#e2e54e #514ee5

#e2e54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2e54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2e54e Color CSS Codes

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

#e2e54e Text Font Color

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

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


#e2e54e Background Color

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

This div background color is #e2e54e


#e2e54e Border Color

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

This div border color is #e2e54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2e54e


Comments

No comments written yet.

Please login to write comment.