Color Hex Logo

#eae204 Color Hex

#EAE204
(234,226,4)
0 Favorites   0 Comments

Color spaces of #eae204

RGB 2342264
HSL0.160.970.47
HSV58°98°92°
CMYK 0.000.030.98   0.08
XYZ61.150071.893910.7688
Yxy71.89390.42520.4999
Hunter Lab84.7903-19.650351.8231
CIE-Lab87.9175-16.279286.6772

#eae204 color RGB value is (234,226,4).

#eae204 hex color red value is 234, green value is 226 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #eae204 hue: 0.16 , saturation: 0.97 and the lightness value of eae204 is 0.47.

The process color (four color CMYK) of #eae204 color hex is 0.00, 0.03, 0.98, 0.08. Web safe color of #eae204 is #ffcc00. Color #eae204 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100010 00000100
Octal 352 342 4
Decimal 234 226 4
Hex EA E2 4

RGB Percentages of Color #eae204

%50.43
%48.71
%0.86

CMYK Percentages of Color #eae204

%0
%3
%98
%8

Triadic Colors of #eae204

#eae204 #04eae2 #e204ea

Analogous Colors of #eae204

#eae204 #7fea04 #ea6f04

Monochromatic Colors of #eae204

#eae204

Complementary Color

#eae204 #040cea

#eae204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae204 Color CSS Codes

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

#eae204 Text Font Color

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

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


#eae204 Background Color

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

This div background color is #eae204


#eae204 Border Color

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

This div border color is #eae204


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae204


Comments

No comments written yet.

Please login to write comment.