Color Hex Logo

#eaed0e Color Hex

#EAED0E
(234,237,14)
0 Favorites   0 Comments

Color spaces of #eaed0e

RGB 23423714
HSL0.170.890.49
HSV61°94°93°
CMYK 0.010.000.94   0.07
XYZ64.295178.092512.1001
Yxy78.09250.41620.5055
Hunter Lab88.3700-24.776753.7407
CIE-Lab90.8221-21.522388.0208

#eaed0e color RGB value is (234,237,14).

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

The process color (four color CMYK) of #eaed0e color hex is 0.01, 0.00, 0.94, 0.07. Web safe color of #eaed0e is #ffff00. Color #eaed0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101101 00001110
Octal 352 355 16
Decimal 234 237 14
Hex EA ED E

RGB Percentages of Color #eaed0e

%48.25
%48.87
%2.89

CMYK Percentages of Color #eaed0e

%1
%0
%94
%7

Triadic Colors of #eaed0e

#eaed0e #0eeaed #ed0eea

Analogous Colors of #eaed0e

#eaed0e #7bed0e #ed810e

Monochromatic Colors of #eaed0e

#eaed0e

Complementary Color

#eaed0e #110eed

#eaed0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaed0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaed0e Color CSS Codes

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

#eaed0e Text Font Color

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

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


#eaed0e Background Color

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

This div background color is #eaed0e


#eaed0e Border Color

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

This div border color is #eaed0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaed0e


Comments

No comments written yet.

Please login to write comment.