Color Hex Logo

#eac593 Color Hex

#EAC593
(234,197,147)
0 Favorites   0 Comments

Color spaces of #eac593

RGB 234197147
HSL0.100.670.75
HSV34°37°92°
CMYK 0.000.160.37   0.08
XYZ59.164459.531535.9762
Yxy59.53150.38250.3849
Hunter Lab77.15671.851226.3642
CIE-Lab81.58296.301729.9804

#eac593 color RGB value is (234,197,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000101 10010011
Octal 352 305 223
Decimal 234 197 147
Hex EA C5 93

RGB Percentages of Color #eac593

%40.48
%34.08
%25.43

CMYK Percentages of Color #eac593

%0
%16
%37
%8

Triadic Colors of #eac593

#eac593 #93eac5 #c593ea

Analogous Colors of #eac593

#eac593 #e4ea93 #ea9a93

Monochromatic Colors of #eac593

#eac593

Complementary Color

#eac593 #93b8ea

#eac593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac593 Color CSS Codes

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

#eac593 Text Font Color

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

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


#eac593 Background Color

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

This div background color is #eac593


#eac593 Border Color

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

This div border color is #eac593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac593


Comments

No comments written yet.

Please login to write comment.