Color Hex Logo

#eae142 Color Hex

#EAE142
(234,225,66)
0 Favorites   0 Comments

Color spaces of #eae142

RGB 23422566
HSL0.160.800.59
HSV57°72°92°
CMYK 0.000.040.72   0.08
XYZ61.840371.736215.7414
Yxy71.73620.41420.4804
Hunter Lab84.6972-17.891348.2687
CIE-Lab87.8415-14.333474.0688

#eae142 color RGB value is (234,225,66).

#eae142 hex color red value is 234, green value is 225 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #eae142 hue: 0.16 , saturation: 0.80 and the lightness value of eae142 is 0.59.

The process color (four color CMYK) of #eae142 color hex is 0.00, 0.04, 0.72, 0.08. Web safe color of #eae142 is #ffcc33. Color #eae142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100001 01000010
Octal 352 341 102
Decimal 234 225 66
Hex EA E1 42

RGB Percentages of Color #eae142

%44.57
%42.86
%12.57

CMYK Percentages of Color #eae142

%0
%4
%72
%8

Triadic Colors of #eae142

#eae142 #42eae1 #e142ea

Analogous Colors of #eae142

#eae142 #9fea42 #ea8d42

Monochromatic Colors of #eae142

#eae142

Complementary Color

#eae142 #424bea

#eae142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae142 Color CSS Codes

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

#eae142 Text Font Color

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

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


#eae142 Background Color

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

This div background color is #eae142


#eae142 Border Color

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

This div border color is #eae142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae142


Comments

No comments written yet.

Please login to write comment.