Color Hex Logo

#eab385 Color Hex

#EAB385
(234,179,133)
0 Favorites   0 Comments

Color spaces of #eab385

RGB 234179133
HSL0.080.710.72
HSV27°43°92°
CMYK 0.000.240.43   0.08
XYZ54.285451.426129.2554
Yxy51.42610.40220.3810
Hunter Lab71.71209.627126.0106
CIE-Lab76.936414.256131.1790

#eab385 color RGB value is (234,179,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110011 10000101
Octal 352 263 205
Decimal 234 179 133
Hex EA B3 85

RGB Percentages of Color #eab385

%42.86
%32.78
%24.36

CMYK Percentages of Color #eab385

%0
%24
%43
%8

Triadic Colors of #eab385

#eab385 #85eab3 #b385ea

Analogous Colors of #eab385

#eab385 #eae685 #ea858a

Monochromatic Colors of #eab385

#eab385

Complementary Color

#eab385 #85bcea

#eab385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab385 Color CSS Codes

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

#eab385 Text Font Color

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

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


#eab385 Background Color

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

This div background color is #eab385


#eab385 Border Color

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

This div border color is #eab385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab385


Comments

No comments written yet.

Please login to write comment.