Color Hex Logo

#eaed3e Color Hex

#EAED3E
(234,237,62)
0 Favorites   0 Comments

Color spaces of #eaed3e

RGB 23423762
HSL0.170.830.59
HSV61°74°93°
CMYK 0.010.000.74   0.07
XYZ65.085478.408616.2614
Yxy78.40860.40740.4908
Hunter Lab88.5486-23.758351.0958
CIE-Lab90.9660-20.351778.3127

#eaed3e color RGB value is (234,237,62).

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

The process color (four color CMYK) of #eaed3e color hex is 0.01, 0.00, 0.74, 0.07. Web safe color of #eaed3e is #ffff33. Color #eaed3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101101 00111110
Octal 352 355 76
Decimal 234 237 62
Hex EA ED 3E

RGB Percentages of Color #eaed3e

%43.90
%44.47
%11.63

CMYK Percentages of Color #eaed3e

%1
%0
%74
%7

Triadic Colors of #eaed3e

#eaed3e #3eeaed #ed3eea

Analogous Colors of #eaed3e

#eaed3e #93ed3e #ed993e

Monochromatic Colors of #eaed3e

#eaed3e

Complementary Color

#eaed3e #413eed

#eaed3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaed3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaed3e Color CSS Codes

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

#eaed3e Text Font Color

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

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


#eaed3e Background Color

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

This div background color is #eaed3e


#eaed3e Border Color

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

This div border color is #eaed3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaed3e


Comments

No comments written yet.

Please login to write comment.