Color Hex Logo

#e8edaf Color Hex

#E8EDAF
(232,237,175)
0 Favorites   0 Comments

Color spaces of #e8edaf

RGB 232237175
HSL0.180.630.81
HSV65°26°93°
CMYK 0.020.000.26   0.07
XYZ71.300880.819352.3992
Yxy80.81930.34860.3952
Hunter Lab89.8996-15.753028.3717
CIE-Lab92.0512-11.424829.5654

#e8edaf color RGB value is (232,237,175).

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

The process color (four color CMYK) of #e8edaf color hex is 0.02, 0.00, 0.26, 0.07. Web safe color of #e8edaf is #ffff99. Color #e8edaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11101101 10101111
Octal 350 355 257
Decimal 232 237 175
Hex E8 ED AF

RGB Percentages of Color #e8edaf

%36.02
%36.80
%27.17

CMYK Percentages of Color #e8edaf

%2
%0
%26
%7

Triadic Colors of #e8edaf

#e8edaf #afe8ed #edafe8

Analogous Colors of #e8edaf

#e8edaf #c9edaf #edd3af

Monochromatic Colors of #e8edaf

#e8edaf

Complementary Color

#e8edaf #b4afed

#e8edaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8edaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8edaf Color CSS Codes

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

#e8edaf Text Font Color

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

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


#e8edaf Background Color

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

This div background color is #e8edaf


#e8edaf Border Color

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

This div border color is #e8edaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8edaf


Comments

No comments written yet.

Please login to write comment.