Color Hex Logo

#eae962 Color Hex

#EAE962
(234,233,98)
0 Favorites   0 Comments

Color spaces of #eae962

RGB 23423398
HSL0.170.760.65
HSV60°58°92°
CMYK 0.000.000.58   0.08
XYZ65.275276.652122.9102
Yxy76.65210.39600.4650
Hunter Lab87.5512-20.131045.7710
CIE-Lab90.1612-16.454864.0807

#eae962 color RGB value is (234,233,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101001 01100010
Octal 352 351 142
Decimal 234 233 98
Hex EA E9 62

RGB Percentages of Color #eae962

%41.42
%41.24
%17.35

CMYK Percentages of Color #eae962

%0
%0
%58
%8

Triadic Colors of #eae962

#eae962 #62eae9 #e962ea

Analogous Colors of #eae962

#eae962 #a7ea62 #eaa562

Monochromatic Colors of #eae962

#eae962

Complementary Color

#eae962 #6263ea

#eae962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae962 Color CSS Codes

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

#eae962 Text Font Color

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

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


#eae962 Background Color

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

This div background color is #eae962


#eae962 Border Color

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

This div border color is #eae962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae962


Comments

No comments written yet.

Please login to write comment.