Color Hex Logo

#eab17e Color Hex

#EAB17E
(234,177,126)
0 Favorites   0 Comments

Color spaces of #eab17e

RGB 234177126
HSL0.080.720.71
HSV28°46°92°
CMYK 0.000.240.46   0.08
XYZ53.419750.443126.6596
Yxy50.44310.40930.3865
Hunter Lab71.02339.966827.4610
CIE-Lab76.340414.607934.0873

#eab17e color RGB value is (234,177,126).

#eab17e hex color red value is 234, green value is 177 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #eab17e hue: 0.08 , saturation: 0.72 and the lightness value of eab17e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 01111110
Octal 352 261 176
Decimal 234 177 126
Hex EA B1 7E

RGB Percentages of Color #eab17e

%43.58
%32.96
%23.46

CMYK Percentages of Color #eab17e

%0
%24
%46
%8

Triadic Colors of #eab17e

#eab17e #7eeab1 #b17eea

Analogous Colors of #eab17e

#eab17e #eae77e #ea7e81

Monochromatic Colors of #eab17e

#eab17e

Complementary Color

#eab17e #7eb7ea

#eab17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab17e Color CSS Codes

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

#eab17e Text Font Color

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

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


#eab17e Background Color

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

This div background color is #eab17e


#eab17e Border Color

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

This div border color is #eab17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab17e


Comments

No comments written yet.

Please login to write comment.