Color Hex Logo

#eaed1a Color Hex

#EAED1A
(234,237,26)
0 Favorites   0 Comments

Color spaces of #eaed1a

RGB 23423726
HSL0.170.850.52
HSV61°89°93°
CMYK 0.010.000.89   0.07
XYZ64.402378.135412.6646
Yxy78.13540.41500.5034
Hunter Lab88.3942-24.638353.3812
CIE-Lab90.8417-21.362886.5819

#eaed1a color RGB value is (234,237,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101101 00011010
Octal 352 355 32
Decimal 234 237 26
Hex EA ED 1A

RGB Percentages of Color #eaed1a

%47.08
%47.69
%5.23

CMYK Percentages of Color #eaed1a

%1
%0
%89
%7

Triadic Colors of #eaed1a

#eaed1a #1aeaed #ed1aea

Analogous Colors of #eaed1a

#eaed1a #81ed1a #ed871a

Monochromatic Colors of #eaed1a

#eaed1a

Complementary Color

#eaed1a #1d1aed

#eaed1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaed1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaed1a Color CSS Codes

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

#eaed1a Text Font Color

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

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


#eaed1a Background Color

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

This div background color is #eaed1a


#eaed1a Border Color

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

This div border color is #eaed1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaed1a


Comments

No comments written yet.

Please login to write comment.