Color Hex Logo

#e2e17e Color Hex

#E2E17E
(226,225,126)
0 Favorites   0 Comments

Color spaces of #e2e17e

RGB 226225126
HSL0.170.630.69
HSV59°44°89°
CMYK 0.000.000.44   0.11
XYZ62.055171.525530.2738
Yxy71.52550.37870.4365
Hunter Lab84.5727-17.028337.9774
CIE-Lab87.7397-13.393748.3249

#e2e17e color RGB value is (226,225,126).

#e2e17e hex color red value is 226, green value is 225 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #e2e17e hue: 0.17 , saturation: 0.63 and the lightness value of e2e17e is 0.69.

The process color (four color CMYK) of #e2e17e color hex is 0.00, 0.00, 0.44, 0.11. Web safe color of #e2e17e is #cccc66. Color #e2e17e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11100001 01111110
Octal 342 341 176
Decimal 226 225 126
Hex E2 E1 7E

RGB Percentages of Color #e2e17e

%39.17
%38.99
%21.84

CMYK Percentages of Color #e2e17e

%0
%0
%44
%11

Triadic Colors of #e2e17e

#e2e17e #7ee2e1 #e17ee2

Analogous Colors of #e2e17e

#e2e17e #b1e27e #e2af7e

Monochromatic Colors of #e2e17e

#e2e17e

Complementary Color

#e2e17e #7e7fe2

#e2e17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2e17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2e17e Color CSS Codes

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

#e2e17e Text Font Color

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

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


#e2e17e Background Color

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

This div background color is #e2e17e


#e2e17e Border Color

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

This div border color is #e2e17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2e17e


Comments

No comments written yet.

Please login to write comment.