Color Hex Logo

#eab67e Color Hex

#EAB67E
(234,182,126)
0 Favorites   0 Comments

Color spaces of #eab67e

RGB 234182126
HSL0.090.720.71
HSV31°46°92°
CMYK 0.000.220.46   0.08
XYZ54.425552.454726.9949
Yxy52.45470.40650.3918
Hunter Lab72.42567.392128.5990
CIE-Lab77.551911.959535.6538

#eab67e color RGB value is (234,182,126).

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

The process color (four color CMYK) of #eab67e color hex is 0.00, 0.22, 0.46, 0.08. Web safe color of #eab67e is #ffcc66. Color #eab67e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110110 01111110
Octal 352 266 176
Decimal 234 182 126
Hex EA B6 7E

RGB Percentages of Color #eab67e

%43.17
%33.58
%23.25

CMYK Percentages of Color #eab67e

%0
%22
%46
%8

Triadic Colors of #eab67e

#eab67e #7eeab6 #b67eea

Analogous Colors of #eab67e

#eab67e #e8ea7e #ea807e

Monochromatic Colors of #eab67e

#eab67e

Complementary Color

#eab67e #7eb2ea

#eab67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab67e Color CSS Codes

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

#eab67e Text Font Color

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

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


#eab67e Background Color

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

This div background color is #eab67e


#eab67e Border Color

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

This div border color is #eab67e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab67e


Comments

No comments written yet.

Please login to write comment.