Color Hex Logo

#eae63e Color Hex

#EAE63E
(234,230,62)
0 Favorites   0 Comments

Color spaces of #eae63e

RGB 23423062
HSL0.160.800.58
HSV59°74°92°
CMYK 0.000.020.74   0.08
XYZ63.098074.433915.5990
Yxy74.43390.41210.4861
Hunter Lab86.2751-20.433949.6726
CIE-Lab89.1272-16.957776.6030

#eae63e color RGB value is (234,230,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100110 00111110
Octal 352 346 76
Decimal 234 230 62
Hex EA E6 3E

RGB Percentages of Color #eae63e

%44.49
%43.73
%11.79

CMYK Percentages of Color #eae63e

%0
%2
%74
%8

Triadic Colors of #eae63e

#eae63e #3eeae6 #e63eea

Analogous Colors of #eae63e

#eae63e #98ea3e #ea903e

Monochromatic Colors of #eae63e

#eae63e

Complementary Color

#eae63e #3e42ea

#eae63e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae63e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae63e Color CSS Codes

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

#eae63e Text Font Color

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

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


#eae63e Background Color

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

This div background color is #eae63e


#eae63e Border Color

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

This div border color is #eae63e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae63e


Comments

No comments written yet.

Please login to write comment.