Color Hex Logo

#eac193 Color Hex

#EAC193
(234,193,147)
0 Favorites   0 Comments

Color spaces of #eac193

RGB 234193147
HSL0.090.670.75
HSV32°37°92°
CMYK 0.000.180.37   0.08
XYZ58.268157.738935.6774
Yxy57.73890.38410.3807
Hunter Lab75.98613.902725.3521
CIE-Lab80.59348.399828.6583

#eac193 color RGB value is (234,193,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000001 10010011
Octal 352 301 223
Decimal 234 193 147
Hex EA C1 93

RGB Percentages of Color #eac193

%40.77
%33.62
%25.61

CMYK Percentages of Color #eac193

%0
%18
%37
%8

Triadic Colors of #eac193

#eac193 #93eac1 #c193ea

Analogous Colors of #eac193

#eac193 #e8ea93 #ea9693

Monochromatic Colors of #eac193

#eac193

Complementary Color

#eac193 #93bcea

#eac193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac193 Color CSS Codes

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

#eac193 Text Font Color

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

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


#eac193 Background Color

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

This div background color is #eac193


#eac193 Border Color

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

This div border color is #eac193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac193


Comments

No comments written yet.

Please login to write comment.