Color Hex Logo

#eab685 Color Hex

#EAB685
(234,182,133)
0 Favorites   0 Comments

Color spaces of #eab685

RGB 234182133
HSL0.080.710.72
HSV29°43°92°
CMYK 0.000.220.43   0.08
XYZ54.893352.641829.4580
Yxy52.64180.40070.3843
Hunter Lab72.55478.078626.7159
CIE-Lab77.663012.666832.1346

#eab685 color RGB value is (234,182,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110110 10000101
Octal 352 266 205
Decimal 234 182 133
Hex EA B6 85

RGB Percentages of Color #eab685

%42.62
%33.15
%24.23

CMYK Percentages of Color #eab685

%0
%22
%43
%8

Triadic Colors of #eab685

#eab685 #85eab6 #b685ea

Analogous Colors of #eab685

#eab685 #eae985 #ea8587

Monochromatic Colors of #eab685

#eab685

Complementary Color

#eab685 #85b9ea

#eab685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab685 Color CSS Codes

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

#eab685 Text Font Color

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

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


#eab685 Background Color

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

This div background color is #eab685


#eab685 Border Color

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

This div border color is #eab685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab685


Comments

No comments written yet.

Please login to write comment.