Color Hex Logo

#eab493 Color Hex

#EAB493
(234,180,147)
0 Favorites   0 Comments

Color spaces of #eab493

RGB 234180147
HSL0.060.670.75
HSV23°37°92°
CMYK 0.000.230.37   0.08
XYZ55.519452.241534.7612
Yxy52.24150.38950.3666
Hunter Lab72.278310.624922.0801
CIE-Lab77.425015.269924.3861

#eab493 color RGB value is (234,180,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110100 10010011
Octal 352 264 223
Decimal 234 180 147
Hex EA B4 93

RGB Percentages of Color #eab493

%41.71
%32.09
%26.20

CMYK Percentages of Color #eab493

%0
%23
%37
%8

Triadic Colors of #eab493

#eab493 #93eab4 #b493ea

Analogous Colors of #eab493

#eab493 #eae093 #ea939e

Monochromatic Colors of #eab493

#eab493

Complementary Color

#eab493 #93c9ea

#eab493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab493 Color CSS Codes

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

#eab493 Text Font Color

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

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


#eab493 Background Color

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

This div background color is #eab493


#eab493 Border Color

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

This div border color is #eab493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab493

#eab493 Color Palettes


Comments

No comments written yet.

Please login to write comment.