Color Hex Logo

#eae594 Color Hex

#EAE594
(234,229,148)
0 Favorites   0 Comments

Color spaces of #eae594

RGB 234229148
HSL0.160.670.75
HSV57°37°92°
CMYK 0.000.020.37   0.08
XYZ67.296375.669239.0757
Yxy75.66920.36970.4157
Hunter Lab86.9880-14.136734.2581
CIE-Lab89.7055-9.983840.1232

#eae594 color RGB value is (234,229,148).

#eae594 hex color red value is 234, green value is 229 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #eae594 hue: 0.16 , saturation: 0.67 and the lightness value of eae594 is 0.75.

The process color (four color CMYK) of #eae594 color hex is 0.00, 0.02, 0.37, 0.08. Web safe color of #eae594 is #ffcc99. Color #eae594 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100101 10010100
Octal 352 345 224
Decimal 234 229 148
Hex EA E5 94

RGB Percentages of Color #eae594

%38.30
%37.48
%24.22

CMYK Percentages of Color #eae594

%0
%2
%37
%8

Triadic Colors of #eae594

#eae594 #94eae5 #e594ea

Analogous Colors of #eae594

#eae594 #c4ea94 #eaba94

Monochromatic Colors of #eae594

#eae594

Complementary Color

#eae594 #9499ea

#eae594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae594 Color CSS Codes

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

#eae594 Text Font Color

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

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


#eae594 Background Color

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

This div background color is #eae594


#eae594 Border Color

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

This div border color is #eae594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae594


Comments

No comments written yet.

Please login to write comment.