Color Hex Logo

#eabe8d Color Hex

#EABE8D
(234,190,141)
0 Favorites   0 Comments

Color spaces of #eabe8d

RGB 234190141
HSL0.090.690.74
HSV32°40°92°
CMYK 0.000.190.40   0.08
XYZ57.152956.242433.0429
Yxy56.24240.39030.3841
Hunter Lab74.99494.792026.3732
CIE-Lab79.75169.301230.6879

#eabe8d color RGB value is (234,190,141).

#eabe8d hex color red value is 234, green value is 190 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #eabe8d hue: 0.09 , saturation: 0.69 and the lightness value of eabe8d is 0.74.

The process color (four color CMYK) of #eabe8d color hex is 0.00, 0.19, 0.40, 0.08. Web safe color of #eabe8d is #ffcc99. Color #eabe8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 10001101
Octal 352 276 215
Decimal 234 190 141
Hex EA BE 8D

RGB Percentages of Color #eabe8d

%41.42
%33.63
%24.96

CMYK Percentages of Color #eabe8d

%0
%19
%40
%8

Triadic Colors of #eabe8d

#eabe8d #8deabe #be8dea

Analogous Colors of #eabe8d

#eabe8d #e8ea8d #ea908d

Monochromatic Colors of #eabe8d

#eabe8d

Complementary Color

#eabe8d #8db9ea

#eabe8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabe8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabe8d Color CSS Codes

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

#eabe8d Text Font Color

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

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


#eabe8d Background Color

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

This div background color is #eabe8d


#eabe8d Border Color

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

This div border color is #eabe8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabe8d


Comments

No comments written yet.

Please login to write comment.