Color Hex Logo

#eae65f Color Hex

#EAE65F
(234,230,95)
0 Favorites   0 Comments

Color spaces of #eae65f

RGB 23423095
HSL0.160.770.65
HSV58°59°92°
CMYK 0.000.020.59   0.08
XYZ64.294174.912321.8973
Yxy74.91230.39910.4650
Hunter Lab86.5519-18.869145.5862
CIE-Lab89.3519-15.187564.4648

#eae65f color RGB value is (234,230,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100110 01011111
Octal 352 346 137
Decimal 234 230 95
Hex EA E6 5F

RGB Percentages of Color #eae65f

%41.86
%41.14
%16.99

CMYK Percentages of Color #eae65f

%0
%2
%59
%8

Triadic Colors of #eae65f

#eae65f #5feae6 #e65fea

Analogous Colors of #eae65f

#eae65f #a9ea5f #eaa15f

Monochromatic Colors of #eae65f

#eae65f

Complementary Color

#eae65f #5f63ea

#eae65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae65f Color CSS Codes

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

#eae65f Text Font Color

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

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


#eae65f Background Color

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

This div background color is #eae65f


#eae65f Border Color

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

This div border color is #eae65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae65f


Comments

No comments written yet.

Please login to write comment.