Color Hex Logo

#eab491 Color Hex

#EAB491
(234,180,145)
0 Favorites   0 Comments

Color spaces of #eab491

RGB 234180145
HSL0.070.680.74
HSV24°38°92°
CMYK 0.000.230.38   0.08
XYZ55.363852.179333.9417
Yxy52.17930.39130.3688
Hunter Lab72.235210.397422.7056
CIE-Lab77.387915.038925.4049

#eab491 color RGB value is (234,180,145).

#eab491 hex color red value is 234, green value is 180 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #eab491 hue: 0.07 , saturation: 0.68 and the lightness value of eab491 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110100 10010001
Octal 352 264 221
Decimal 234 180 145
Hex EA B4 91

RGB Percentages of Color #eab491

%41.86
%32.20
%25.94

CMYK Percentages of Color #eab491

%0
%23
%38
%8

Triadic Colors of #eab491

#eab491 #91eab4 #b491ea

Analogous Colors of #eab491

#eab491 #eae191 #ea919b

Monochromatic Colors of #eab491

#eab491

Complementary Color

#eab491 #91c7ea

#eab491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab491 Color CSS Codes

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

#eab491 Text Font Color

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

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


#eab491 Background Color

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

This div background color is #eab491


#eab491 Border Color

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

This div border color is #eab491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab491


Comments

No comments written yet.

Please login to write comment.