Color Hex Logo

#e4edaf Color Hex

#E4EDAF
(228,237,175)
0 Favorites   0 Comments

Color spaces of #e4edaf

RGB 228237175
HSL0.190.630.81
HSV69°26°93°
CMYK 0.040.000.26   0.07
XYZ70.017080.157552.3391
Yxy80.15750.34570.3958
Hunter Lab89.5307-17.083828.0109
CIE-Lab91.7555-12.893329.1155

#e4edaf color RGB value is (228,237,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11101101 10101111
Octal 344 355 257
Decimal 228 237 175
Hex E4 ED AF

RGB Percentages of Color #e4edaf

%35.63
%37.03
%27.34

CMYK Percentages of Color #e4edaf

%4
%0
%26
%7

Triadic Colors of #e4edaf

#e4edaf #afe4ed #edafe4

Analogous Colors of #e4edaf

#e4edaf #c5edaf #edd7af

Monochromatic Colors of #e4edaf

#e4edaf

Complementary Color

#e4edaf #b8afed

#e4edaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4edaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4edaf Color CSS Codes

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

#e4edaf Text Font Color

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

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


#e4edaf Background Color

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

This div background color is #e4edaf


#e4edaf Border Color

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

This div border color is #e4edaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,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 #e4edaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4edaf


Comments

No comments written yet.

Please login to write comment.