Color Hex Logo

#e2e68e Color Hex

#E2E68E
(226,230,142)
0 Favorites   0 Comments

Color spaces of #e2e68e

RGB 226230142
HSL0.170.640.73
HSV63°38°90°
CMYK 0.020.000.38   0.10
XYZ64.543374.715436.6109
Yxy74.71540.36700.4248
Hunter Lab86.4381-17.980735.3943
CIE-Lab89.2595-14.223042.4077

#e2e68e color RGB value is (226,230,142).

#e2e68e hex color red value is 226, green value is 230 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #e2e68e hue: 0.17 , saturation: 0.64 and the lightness value of e2e68e is 0.73.

The process color (four color CMYK) of #e2e68e color hex is 0.02, 0.00, 0.38, 0.10. Web safe color of #e2e68e is #ccff99. Color #e2e68e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11100110 10001110
Octal 342 346 216
Decimal 226 230 142
Hex E2 E6 8E

RGB Percentages of Color #e2e68e

%37.79
%38.46
%23.75

CMYK Percentages of Color #e2e68e

%2
%0
%38
%10

Triadic Colors of #e2e68e

#e2e68e #8ee2e6 #e68ee2

Analogous Colors of #e2e68e

#e2e68e #b6e68e #e6be8e

Monochromatic Colors of #e2e68e

#e2e68e

Complementary Color

#e2e68e #928ee6

#e2e68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2e68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2e68e Color CSS Codes

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

#e2e68e Text Font Color

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

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


#e2e68e Background Color

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

This div background color is #e2e68e


#e2e68e Border Color

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

This div border color is #e2e68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2e68e


Comments

No comments written yet.

Please login to write comment.