Color Hex Logo

#eab29a Color Hex

#EAB29A
(234,178,154)
0 Favorites   0 Comments

Color spaces of #eab29a

RGB 234178154
HSL0.050.660.76
HSV18°34°92°
CMYK 0.000.240.34   0.08
XYZ55.684851.666337.6095
Yxy51.66630.38410.3564
Hunter Lab71.879312.495019.2931
CIE-Lab77.080917.167920.1569

#eab29a color RGB value is (234,178,154).

#eab29a hex color red value is 234, green value is 178 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #eab29a hue: 0.05 , saturation: 0.66 and the lightness value of eab29a is 0.76.

The process color (four color CMYK) of #eab29a color hex is 0.00, 0.24, 0.34, 0.08. Web safe color of #eab29a is #ff9999. Color #eab29a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 10011010
Octal 352 262 232
Decimal 234 178 154
Hex EA B2 9A

RGB Percentages of Color #eab29a

%41.34
%31.45
%27.21

CMYK Percentages of Color #eab29a

%0
%24
%34
%8

Triadic Colors of #eab29a

#eab29a #9aeab2 #b29aea

Analogous Colors of #eab29a

#eab29a #eada9a #ea9aaa

Monochromatic Colors of #eab29a

#eab29a

Complementary Color

#eab29a #9ad2ea

#eab29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab29a Color CSS Codes

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

#eab29a Text Font Color

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

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


#eab29a Background Color

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

This div background color is #eab29a


#eab29a Border Color

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

This div border color is #eab29a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab29a


Comments

No comments written yet.

Please login to write comment.