Color Hex Logo

#eac67e Color Hex

#EAC67E
(234,198,126)
0 Favorites   0 Comments

Color spaces of #eac67e

RGB 234198126
HSL0.110.720.71
HSV40°46°92°
CMYK 0.000.150.46   0.08
XYZ57.891759.387028.1503
Yxy59.38700.39810.4084
Hunter Lab77.0630-0.766332.2861
CIE-Lab81.50393.558940.6999

#eac67e color RGB value is (234,198,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000110 01111110
Octal 352 306 176
Decimal 234 198 126
Hex EA C6 7E

RGB Percentages of Color #eac67e

%41.94
%35.48
%22.58

CMYK Percentages of Color #eac67e

%0
%15
%46
%8

Triadic Colors of #eac67e

#eac67e #7eeac6 #c67eea

Analogous Colors of #eac67e

#eac67e #d8ea7e #ea907e

Monochromatic Colors of #eac67e

#eac67e

Complementary Color

#eac67e #7ea2ea

#eac67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac67e Color CSS Codes

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

#eac67e Text Font Color

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

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


#eac67e Background Color

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

This div background color is #eac67e


#eac67e Border Color

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

This div border color is #eac67e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac67e


Comments

No comments written yet.

Please login to write comment.