Color Hex Logo

#eaed7e Color Hex

#EAED7E
(234,237,126)
0 Favorites   0 Comments

Color spaces of #eaed7e

RGB 234237126
HSL0.170.760.71
HSV62°47°93°
CMYK 0.010.000.47   0.07
XYZ67.981879.567231.5136
Yxy79.56720.37970.4444
Hunter Lab89.2004-20.061741.4938
CIE-Lab91.4903-16.168853.0334

#eaed7e color RGB value is (234,237,126).

#eaed7e hex color red value is 234, green value is 237 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #eaed7e hue: 0.17 , saturation: 0.76 and the lightness value of eaed7e is 0.71.

The process color (four color CMYK) of #eaed7e color hex is 0.01, 0.00, 0.47, 0.07. Web safe color of #eaed7e is #ffff66. Color #eaed7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101101 01111110
Octal 352 355 176
Decimal 234 237 126
Hex EA ED 7E

RGB Percentages of Color #eaed7e

%39.20
%39.70
%21.11

CMYK Percentages of Color #eaed7e

%1
%0
%47
%7

Triadic Colors of #eaed7e

#eaed7e #7eeaed #ed7eea

Analogous Colors of #eaed7e

#eaed7e #b3ed7e #edb97e

Monochromatic Colors of #eaed7e

#eaed7e

Complementary Color

#eaed7e #817eed

#eaed7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaed7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaed7e Color CSS Codes

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

#eaed7e Text Font Color

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

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


#eaed7e Background Color

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

This div background color is #eaed7e


#eaed7e Border Color

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

This div border color is #eaed7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaed7e


Comments

No comments written yet.

Please login to write comment.