Color Hex Logo

#eaed6e Color Hex

#EAED6E
(234,237,110)
0 Favorites   0 Comments

Color spaces of #eaed6e

RGB 234237110
HSL0.170.780.68
HSV61°54°93°
CMYK 0.010.000.54   0.07
XYZ67.030379.186626.5035
Yxy79.18660.38810.4585
Hunter Lab88.9869-21.270044.6321
CIE-Lab91.3187-17.524860.1565

#eaed6e color RGB value is (234,237,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101101 01101110
Octal 352 355 156
Decimal 234 237 110
Hex EA ED 6E

RGB Percentages of Color #eaed6e

%40.28
%40.79
%18.93

CMYK Percentages of Color #eaed6e

%1
%0
%54
%7

Triadic Colors of #eaed6e

#eaed6e #6eeaed #ed6eea

Analogous Colors of #eaed6e

#eaed6e #abed6e #edb16e

Monochromatic Colors of #eaed6e

#eaed6e

Complementary Color

#eaed6e #716eed

#eaed6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaed6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaed6e Color CSS Codes

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

#eaed6e Text Font Color

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

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


#eaed6e Background Color

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

This div background color is #eaed6e


#eaed6e Border Color

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

This div border color is #eaed6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaed6e


Comments

No comments written yet.

Please login to write comment.