Color Hex Logo

#eab388 Color Hex

#EAB388
(234,179,136)
0 Favorites   0 Comments

Color spaces of #eab388

RGB 234179136
HSL0.070.700.73
HSV26°42°92°
CMYK 0.000.240.42   0.08
XYZ54.495751.510230.3628
Yxy51.51020.39960.3777
Hunter Lab71.77069.937225.1566
CIE-Lab76.987014.572929.6581

#eab388 color RGB value is (234,179,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110011 10001000
Octal 352 263 210
Decimal 234 179 136
Hex EA B3 88

RGB Percentages of Color #eab388

%42.62
%32.60
%24.77

CMYK Percentages of Color #eab388

%0
%24
%42
%8

Triadic Colors of #eab388

#eab388 #88eab3 #b388ea

Analogous Colors of #eab388

#eab388 #eae488 #ea888e

Monochromatic Colors of #eab388

#eab388

Complementary Color

#eab388 #88bfea

#eab388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab388 Color CSS Codes

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

#eab388 Text Font Color

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

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


#eab388 Background Color

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

This div background color is #eab388


#eab388 Border Color

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

This div border color is #eab388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab388


Comments

No comments written yet.

Please login to write comment.