Color Hex Logo

#eab07e Color Hex

#EAB07E
(234,176,126)
0 Favorites   0 Comments

Color spaces of #eab07e

RGB 234176126
HSL0.080.720.71
HSV28°46°92°
CMYK 0.000.250.46   0.08
XYZ53.222950.049526.5940
Yxy50.04950.40980.3854
Hunter Lab70.745710.483027.2343
CIE-Lab76.099615.138533.7749

#eab07e color RGB value is (234,176,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110000 01111110
Octal 352 260 176
Decimal 234 176 126
Hex EA B0 7E

RGB Percentages of Color #eab07e

%43.66
%32.84
%23.51

CMYK Percentages of Color #eab07e

%0
%25
%46
%8

Triadic Colors of #eab07e

#eab07e #7eeab0 #b07eea

Analogous Colors of #eab07e

#eab07e #eae67e #ea7e82

Monochromatic Colors of #eab07e

#eab07e

Complementary Color

#eab07e #7eb8ea

#eab07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab07e Color CSS Codes

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

#eab07e Text Font Color

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

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


#eab07e Background Color

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

This div background color is #eab07e


#eab07e Border Color

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

This div border color is #eab07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab07e


Comments

No comments written yet.

Please login to write comment.