Color Hex Logo

#eae862 Color Hex

#EAE862
(234,232,98)
0 Favorites   0 Comments

Color spaces of #eae862

RGB 23423298
HSL0.160.760.65
HSV59°58°92°
CMYK 0.000.010.58   0.08
XYZ64.992976.087522.8161
Yxy76.08750.39650.4642
Hunter Lab87.2281-19.650545.5513
CIE-Lab89.9000-15.965463.7932

#eae862 color RGB value is (234,232,98).

#eae862 hex color red value is 234, green value is 232 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #eae862 hue: 0.16 , saturation: 0.76 and the lightness value of eae862 is 0.65.

The process color (four color CMYK) of #eae862 color hex is 0.00, 0.01, 0.58, 0.08. Web safe color of #eae862 is #ffff66. Color #eae862 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101000 01100010
Octal 352 350 142
Decimal 234 232 98
Hex EA E8 62

RGB Percentages of Color #eae862

%41.49
%41.13
%17.38

CMYK Percentages of Color #eae862

%0
%1
%58
%8

Triadic Colors of #eae862

#eae862 #62eae8 #e862ea

Analogous Colors of #eae862

#eae862 #a8ea62 #eaa462

Monochromatic Colors of #eae862

#eae862

Complementary Color

#eae862 #6264ea

#eae862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae862 Color CSS Codes

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

#eae862 Text Font Color

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

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


#eae862 Background Color

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

This div background color is #eae862


#eae862 Border Color

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

This div border color is #eae862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae862


Comments

No comments written yet.

Please login to write comment.