Color Hex Logo

#eae00e Color Hex

#EAE00E
(234,224,14)
0 Favorites   0 Comments

Color spaces of #eae00e

RGB 23422414
HSL0.160.890.49
HSV57°94°92°
CMYK 0.000.040.94   0.08
XYZ60.666670.835410.8906
Yxy70.83540.42610.4975
Hunter Lab84.1638-18.620951.2426
CIE-Lab87.4050-15.210585.4461

#eae00e color RGB value is (234,224,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100000 00001110
Octal 352 340 16
Decimal 234 224 14
Hex EA E0 E

RGB Percentages of Color #eae00e

%49.58
%47.46
%2.97

CMYK Percentages of Color #eae00e

%0
%4
%94
%8

Triadic Colors of #eae00e

#eae00e #0eeae0 #e00eea

Analogous Colors of #eae00e

#eae00e #86ea0e #ea720e

Monochromatic Colors of #eae00e

#eae00e

Complementary Color

#eae00e #0e18ea

#eae00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae00e Color CSS Codes

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

#eae00e Text Font Color

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

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


#eae00e Background Color

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

This div background color is #eae00e


#eae00e Border Color

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

This div border color is #eae00e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,224,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 #eae00e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae00e


Comments

No comments written yet.

Please login to write comment.