Color Hex Logo

#eabc7c Color Hex

#EABC7C
(234,188,124)
0 Favorites   0 Comments

Color spaces of #eabc7c

RGB 234188124
HSL0.100.720.70
HSV35°47°92°
CMYK 0.000.200.47   0.08
XYZ55.553054.914126.7403
Yxy54.91410.40490.4002
Hunter Lab74.10404.132630.4782
CIE-Lab78.99188.601038.5325

#eabc7c color RGB value is (234,188,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111100 01111100
Octal 352 274 174
Decimal 234 188 124
Hex EA BC 7C

RGB Percentages of Color #eabc7c

%42.86
%34.43
%22.71

CMYK Percentages of Color #eabc7c

%0
%20
%47
%8

Triadic Colors of #eabc7c

#eabc7c #7ceabc #bc7cea

Analogous Colors of #eabc7c

#eabc7c #e1ea7c #ea857c

Monochromatic Colors of #eabc7c

#eabc7c

Complementary Color

#eabc7c #7caaea

#eabc7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabc7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabc7c Color CSS Codes

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

#eabc7c Text Font Color

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

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


#eabc7c Background Color

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

This div background color is #eabc7c


#eabc7c Border Color

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

This div border color is #eabc7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabc7c


Comments

No comments written yet.

Please login to write comment.