Color Hex Logo

#eae62f Color Hex

#EAE62F
(234,230,47)
0 Favorites   0 Comments

Color spaces of #eae62f

RGB 23423047
HSL0.160.820.55
HSV59°80°92°
CMYK 0.000.020.80   0.08
XYZ62.741674.291313.7221
Yxy74.29130.41620.4928
Hunter Lab86.1924-20.902150.8955
CIE-Lab89.0600-17.490980.8650

#eae62f color RGB value is (234,230,47).

#eae62f hex color red value is 234, green value is 230 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #eae62f hue: 0.16 , saturation: 0.82 and the lightness value of eae62f is 0.55.

The process color (four color CMYK) of #eae62f color hex is 0.00, 0.02, 0.80, 0.08. Web safe color of #eae62f is #ffff33. Color #eae62f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100110 00101111
Octal 352 346 57
Decimal 234 230 47
Hex EA E6 2F

RGB Percentages of Color #eae62f

%45.79
%45.01
%9.20

CMYK Percentages of Color #eae62f

%0
%2
%80
%8

Triadic Colors of #eae62f

#eae62f #2feae6 #e62fea

Analogous Colors of #eae62f

#eae62f #91ea2f #ea892f

Monochromatic Colors of #eae62f

#eae62f

Complementary Color

#eae62f #2f33ea

#eae62f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae62f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae62f Color CSS Codes

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

#eae62f Text Font Color

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

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


#eae62f Background Color

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

This div background color is #eae62f


#eae62f Border Color

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

This div border color is #eae62f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae62f


Comments

No comments written yet.

Please login to write comment.