Color Hex Logo

#eae658 Color Hex

#EAE658
(234,230,88)
0 Favorites   0 Comments

Color spaces of #eae658

RGB 23423088
HSL0.160.780.63
HSV58°62°92°
CMYK 0.000.020.62   0.08
XYZ63.990074.790620.2959
Yxy74.79060.40230.4702
Hunter Lab86.4816-19.265846.6226
CIE-Lab89.2948-15.634667.2955

#eae658 color RGB value is (234,230,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100110 01011000
Octal 352 346 130
Decimal 234 230 88
Hex EA E6 58

RGB Percentages of Color #eae658

%42.39
%41.67
%15.94

CMYK Percentages of Color #eae658

%0
%2
%62
%8

Triadic Colors of #eae658

#eae658 #58eae6 #e658ea

Analogous Colors of #eae658

#eae658 #a5ea58 #ea9d58

Monochromatic Colors of #eae658

#eae658

Complementary Color

#eae658 #585cea

#eae658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae658 Color CSS Codes

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

#eae658 Text Font Color

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

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


#eae658 Background Color

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

This div background color is #eae658


#eae658 Border Color

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

This div border color is #eae658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae658


Comments

No comments written yet.

Please login to write comment.