Color Hex Logo

#eabd8d Color Hex

#EABD8D
(234,189,141)
0 Favorites   0 Comments

Color spaces of #eabd8d

RGB 234189141
HSL0.090.690.74
HSV31°40°92°
CMYK 0.000.190.40   0.08
XYZ56.937055.810732.9709
Yxy55.81070.39070.3830
Hunter Lab74.70665.305926.1276
CIE-Lab79.50609.827830.3621

#eabd8d color RGB value is (234,189,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 10001101
Octal 352 275 215
Decimal 234 189 141
Hex EA BD 8D

RGB Percentages of Color #eabd8d

%41.49
%33.51
%25.00

CMYK Percentages of Color #eabd8d

%0
%19
%40
%8

Triadic Colors of #eabd8d

#eabd8d #8deabd #bd8dea

Analogous Colors of #eabd8d

#eabd8d #e9ea8d #ea8f8d

Monochromatic Colors of #eabd8d

#eabd8d

Complementary Color

#eabd8d #8dbaea

#eabd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabd8d Color CSS Codes

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

#eabd8d Text Font Color

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

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


#eabd8d Background Color

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

This div background color is #eabd8d


#eabd8d Border Color

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

This div border color is #eabd8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabd8d


Comments

No comments written yet.

Please login to write comment.