Color Hex Logo

#eac393 Color Hex

#EAC393
(234,195,147)
0 Favorites   0 Comments

Color spaces of #eac393

RGB 234195147
HSL0.090.670.75
HSV33°37°92°
CMYK 0.000.170.37   0.08
XYZ58.713358.629235.8258
Yxy58.62920.38330.3828
Hunter Lab76.56972.876025.8579
CIE-Lab81.08737.349829.3190

#eac393 color RGB value is (234,195,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000011 10010011
Octal 352 303 223
Decimal 234 195 147
Hex EA C3 93

RGB Percentages of Color #eac393

%40.63
%33.85
%25.52

CMYK Percentages of Color #eac393

%0
%17
%37
%8

Triadic Colors of #eac393

#eac393 #93eac3 #c393ea

Analogous Colors of #eac393

#eac393 #e6ea93 #ea9893

Monochromatic Colors of #eac393

#eac393

Complementary Color

#eac393 #93baea

#eac393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac393 Color CSS Codes

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

#eac393 Text Font Color

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

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


#eac393 Background Color

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

This div background color is #eac393


#eac393 Border Color

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

This div border color is #eac393


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,195,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 #eac393">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac393


Comments

No comments written yet.

Please login to write comment.