Color Hex Logo

#eaed78 Color Hex

#EAED78
(234,237,120)
0 Favorites   0 Comments

Color spaces of #eaed78

RGB 234237120
HSL0.170.760.70
HSV62°49°93°
CMYK 0.010.000.49   0.07
XYZ67.606079.416929.5351
Yxy79.41690.38290.4498
Hunter Lab89.1162-20.538242.7313
CIE-Lab91.4226-16.702355.7453

#eaed78 color RGB value is (234,237,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101101 01111000
Octal 352 355 170
Decimal 234 237 120
Hex EA ED 78

RGB Percentages of Color #eaed78

%39.59
%40.10
%20.30

CMYK Percentages of Color #eaed78

%1
%0
%49
%7

Triadic Colors of #eaed78

#eaed78 #78eaed #ed78ea

Analogous Colors of #eaed78

#eaed78 #b0ed78 #edb678

Monochromatic Colors of #eaed78

#eaed78

Complementary Color

#eaed78 #7b78ed

#eaed78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaed78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaed78 Color CSS Codes

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

#eaed78 Text Font Color

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

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


#eaed78 Background Color

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

This div background color is #eaed78


#eaed78 Border Color

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

This div border color is #eaed78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaed78


Comments

No comments written yet.

Please login to write comment.