Color Hex Logo

#e2edaf Color Hex

#E2EDAF
(226,237,175)
0 Favorites   0 Comments

Color spaces of #e2edaf

RGB 226237175
HSL0.200.630.81
HSV71°26°93°
CMYK 0.050.000.26   0.07
XYZ69.386179.832352.3096
Yxy79.83230.34430.3961
Hunter Lab89.3489-17.742127.8327
CIE-Lab91.6096-13.624828.8933

#e2edaf color RGB value is (226,237,175).

#e2edaf hex color red value is 226, green value is 237 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e2edaf hue: 0.20 , saturation: 0.63 and the lightness value of e2edaf is 0.81.

The process color (four color CMYK) of #e2edaf color hex is 0.05, 0.00, 0.26, 0.07. Web safe color of #e2edaf is #ccff99. Color #e2edaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101101 10101111
Octal 342 355 257
Decimal 226 237 175
Hex E2 ED AF

RGB Percentages of Color #e2edaf

%35.42
%37.15
%27.43

CMYK Percentages of Color #e2edaf

%5
%0
%26
%7

Triadic Colors of #e2edaf

#e2edaf #afe2ed #edafe2

Analogous Colors of #e2edaf

#e2edaf #c3edaf #edd9af

Monochromatic Colors of #e2edaf

#e2edaf

Complementary Color

#e2edaf #baafed

#e2edaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2edaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2edaf Color CSS Codes

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

#e2edaf Text Font Color

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

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


#e2edaf Background Color

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

This div background color is #e2edaf


#e2edaf Border Color

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

This div border color is #e2edaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2edaf


Comments

No comments written yet.

Please login to write comment.