Color Hex Logo

#eabb5e Color Hex

#EABB5E
(234,187,94)
0 Favorites   0 Comments

Color spaces of #eabb5e

RGB 23418794
HSL0.110.770.64
HSV40°60°92°
CMYK 0.000.200.60   0.08
XYZ53.722453.841218.1506
Yxy53.84120.42730.4283
Hunter Lab73.37662.279236.6975
CIE-Lab78.36906.641852.6341

#eabb5e color RGB value is (234,187,94).

#eabb5e hex color red value is 234, green value is 187 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #eabb5e hue: 0.11 , saturation: 0.77 and the lightness value of eabb5e is 0.64.

The process color (four color CMYK) of #eabb5e color hex is 0.00, 0.20, 0.60, 0.08. Web safe color of #eabb5e is #ffcc66. Color #eabb5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111011 01011110
Octal 352 273 136
Decimal 234 187 94
Hex EA BB 5E

RGB Percentages of Color #eabb5e

%45.44
%36.31
%18.25

CMYK Percentages of Color #eabb5e

%0
%20
%60
%8

Triadic Colors of #eabb5e

#eabb5e #5eeabb #bb5eea

Analogous Colors of #eabb5e

#eabb5e #d3ea5e #ea755e

Monochromatic Colors of #eabb5e

#eabb5e

Complementary Color

#eabb5e #5e8dea

#eabb5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabb5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabb5e Color CSS Codes

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

#eabb5e Text Font Color

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

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


#eabb5e Background Color

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

This div background color is #eabb5e


#eabb5e Border Color

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

This div border color is #eabb5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabb5e


Comments

No comments written yet.

Please login to write comment.