Color Hex Logo

#eab386 Color Hex

#EAB386
(234,179,134)
0 Favorites   0 Comments

Color spaces of #eab386

RGB 234179134
HSL0.080.700.72
HSV27°43°92°
CMYK 0.000.240.43   0.08
XYZ54.354951.453929.6210
Yxy51.45390.40140.3799
Hunter Lab71.73149.729625.7285
CIE-Lab76.953114.360930.6725

#eab386 color RGB value is (234,179,134).

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

The process color (four color CMYK) of #eab386 color hex is 0.00, 0.24, 0.43, 0.08. Web safe color of #eab386 is #ffcc99. Color #eab386 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110011 10000110
Octal 352 263 206
Decimal 234 179 134
Hex EA B3 86

RGB Percentages of Color #eab386

%42.78
%32.72
%24.50

CMYK Percentages of Color #eab386

%0
%24
%43
%8

Triadic Colors of #eab386

#eab386 #86eab3 #b386ea

Analogous Colors of #eab386

#eab386 #eae586 #ea868b

Monochromatic Colors of #eab386

#eab386

Complementary Color

#eab386 #86bdea

#eab386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab386 Color CSS Codes

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

#eab386 Text Font Color

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

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


#eab386 Background Color

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

This div background color is #eab386


#eab386 Border Color

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

This div border color is #eab386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab386


Comments

No comments written yet.

Please login to write comment.