Color Hex Logo

#eae00a Color Hex

#EAE00A
(234,224,10)
0 Favorites   0 Comments

Color spaces of #eae00a

RGB 23422410
HSL0.160.920.48
HSV57°96°92°
CMYK 0.000.040.96   0.08
XYZ60.642170.825610.7617
Yxy70.82560.42640.4980
Hunter Lab84.1579-18.653851.3289
CIE-Lab87.4002-15.247985.8056

#eae00a color RGB value is (234,224,10).

#eae00a hex color red value is 234, green value is 224 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #eae00a hue: 0.16 , saturation: 0.92 and the lightness value of eae00a is 0.48.

The process color (four color CMYK) of #eae00a color hex is 0.00, 0.04, 0.96, 0.08. Web safe color of #eae00a is #ffcc00. Color #eae00a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100000 00001010
Octal 352 340 12
Decimal 234 224 10
Hex EA E0 A

RGB Percentages of Color #eae00a

%50.00
%47.86
%2.14

CMYK Percentages of Color #eae00a

%0
%4
%96
%8

Triadic Colors of #eae00a

#eae00a #0aeae0 #e00aea

Analogous Colors of #eae00a

#eae00a #84ea0a #ea700a

Monochromatic Colors of #eae00a

#eae00a

Complementary Color

#eae00a #0a14ea

#eae00a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae00a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae00a Color CSS Codes

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

#eae00a Text Font Color

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

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


#eae00a Background Color

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

This div background color is #eae00a


#eae00a Border Color

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

This div border color is #eae00a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae00a


Comments

No comments written yet.

Please login to write comment.