Color Hex Logo

#eab15e Color Hex

#EAB15E
(234,177,94)
0 Favorites   0 Comments

Color spaces of #eab15e

RGB 23417794
HSL0.100.770.64
HSV36°60°92°
CMYK 0.000.240.60   0.08
XYZ51.674249.744917.4679
Yxy49.74490.43460.4184
Hunter Lab70.53017.351334.6869
CIE-Lab75.912411.908849.7962

#eab15e color RGB value is (234,177,94).

#eab15e hex color red value is 234, green value is 177 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #eab15e hue: 0.10 , saturation: 0.77 and the lightness value of eab15e is 0.64.

The process color (four color CMYK) of #eab15e color hex is 0.00, 0.24, 0.60, 0.08. Web safe color of #eab15e is #ff9966. Color #eab15e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 01011110
Octal 352 261 136
Decimal 234 177 94
Hex EA B1 5E

RGB Percentages of Color #eab15e

%46.34
%35.05
%18.61

CMYK Percentages of Color #eab15e

%0
%24
%60
%8

Triadic Colors of #eab15e

#eab15e #5eeab1 #b15eea

Analogous Colors of #eab15e

#eab15e #ddea5e #ea6b5e

Monochromatic Colors of #eab15e

#eab15e

Complementary Color

#eab15e #5e97ea

#eab15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab15e Color CSS Codes

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

#eab15e Text Font Color

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

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


#eab15e Background Color

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

This div background color is #eab15e


#eab15e Border Color

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

This div border color is #eab15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab15e


Comments

No comments written yet.

Please login to write comment.