Color Hex Logo

#eae153 Color Hex

#EAE153
(234,225,83)
0 Favorites   0 Comments

Color spaces of #eae153

RGB 23422583
HSL0.160.780.62
HSV56°65°92°
CMYK 0.000.040.65   0.08
XYZ62.418271.967418.7849
Yxy71.96740.40750.4699
Hunter Lab84.8336-17.123546.2548
CIE-Lab87.9529-13.468367.8904

#eae153 color RGB value is (234,225,83).

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

The process color (four color CMYK) of #eae153 color hex is 0.00, 0.04, 0.65, 0.08. Web safe color of #eae153 is #ffcc66. Color #eae153 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100001 01010011
Octal 352 341 123
Decimal 234 225 83
Hex EA E1 53

RGB Percentages of Color #eae153

%43.17
%41.51
%15.31

CMYK Percentages of Color #eae153

%0
%4
%65
%8

Triadic Colors of #eae153

#eae153 #53eae1 #e153ea

Analogous Colors of #eae153

#eae153 #a8ea53 #ea9653

Monochromatic Colors of #eae153

#eae153

Complementary Color

#eae153 #535cea

#eae153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae153 Color CSS Codes

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

#eae153 Text Font Color

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

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


#eae153 Background Color

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

This div background color is #eae153


#eae153 Border Color

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

This div border color is #eae153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae153


Comments

No comments written yet.

Please login to write comment.