Color Hex Logo

#eaba6c Color Hex

#EABA6C
(234,186,108)
0 Favorites   0 Comments

Color spaces of #eaba6c

RGB 234186108
HSL0.100.750.67
HSV37°54°92°
CMYK 0.000.210.54   0.08
XYZ54.197453.692921.6946
Yxy53.69290.41820.4143
Hunter Lab73.27543.793633.7389
CIE-Lab78.28238.230545.7420

#eaba6c color RGB value is (234,186,108).

#eaba6c hex color red value is 234, green value is 186 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #eaba6c hue: 0.10 , saturation: 0.75 and the lightness value of eaba6c is 0.67.

The process color (four color CMYK) of #eaba6c color hex is 0.00, 0.21, 0.54, 0.08. Web safe color of #eaba6c is #ffcc66. Color #eaba6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111010 01101100
Octal 352 272 154
Decimal 234 186 108
Hex EA BA 6C

RGB Percentages of Color #eaba6c

%44.32
%35.23
%20.45

CMYK Percentages of Color #eaba6c

%0
%21
%54
%8

Triadic Colors of #eaba6c

#eaba6c #6ceaba #ba6cea

Analogous Colors of #eaba6c

#eaba6c #dbea6c #ea7b6c

Monochromatic Colors of #eaba6c

#eaba6c

Complementary Color

#eaba6c #6c9cea

#eaba6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaba6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaba6c Color CSS Codes

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

#eaba6c Text Font Color

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

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


#eaba6c Background Color

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

This div background color is #eaba6c


#eaba6c Border Color

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

This div border color is #eaba6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaba6c


Comments

No comments written yet.

Please login to write comment.