Color Hex Logo

#eabe5e Color Hex

#EABE5E
(234,190,94)
0 Favorites   0 Comments

Color spaces of #eabe5e

RGB 23419094
HSL0.110.770.64
HSV41°60°92°
CMYK 0.000.190.60   0.08
XYZ54.365555.127518.3650
Yxy55.12750.42520.4312
Hunter Lab74.24790.766737.3083
CIE-Lab79.11475.071153.4879

#eabe5e color RGB value is (234,190,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 01011110
Octal 352 276 136
Decimal 234 190 94
Hex EA BE 5E

RGB Percentages of Color #eabe5e

%45.17
%36.68
%18.15

CMYK Percentages of Color #eabe5e

%0
%19
%60
%8

Triadic Colors of #eabe5e

#eabe5e #5eeabe #be5eea

Analogous Colors of #eabe5e

#eabe5e #d0ea5e #ea785e

Monochromatic Colors of #eabe5e

#eabe5e

Complementary Color

#eabe5e #5e8aea

#eabe5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabe5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabe5e Color CSS Codes

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

#eabe5e Text Font Color

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

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


#eabe5e Background Color

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

This div background color is #eabe5e


#eabe5e Border Color

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

This div border color is #eabe5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabe5e


Comments

No comments written yet.

Please login to write comment.