Color Hex Logo

#eac87c Color Hex

#EAC87C
(234,200,124)
0 Favorites   0 Comments

Color spaces of #eac87c

RGB 234200124
HSL0.120.720.70
HSV41°47°92°
CMYK 0.000.150.47   0.08
XYZ58.224160.256227.6307
Yxy60.25620.39850.4124
Hunter Lab77.6249-1.956033.2330
CIE-Lab81.97722.328142.3048

#eac87c color RGB value is (234,200,124).

#eac87c hex color red value is 234, green value is 200 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #eac87c hue: 0.12 , saturation: 0.72 and the lightness value of eac87c is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001000 01111100
Octal 352 310 174
Decimal 234 200 124
Hex EA C8 7C

RGB Percentages of Color #eac87c

%41.94
%35.84
%22.22

CMYK Percentages of Color #eac87c

%0
%15
%47
%8

Triadic Colors of #eac87c

#eac87c #7ceac8 #c87cea

Analogous Colors of #eac87c

#eac87c #d5ea7c #ea917c

Monochromatic Colors of #eac87c

#eac87c

Complementary Color

#eac87c #7c9eea

#eac87c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac87c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac87c Color CSS Codes

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

#eac87c Text Font Color

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

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


#eac87c Background Color

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

This div background color is #eac87c


#eac87c Border Color

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

This div border color is #eac87c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac87c


Comments

No comments written yet.

Please login to write comment.