Color Hex Logo

#eabd9f Color Hex

#EABD9F
(234,189,159)
0 Favorites   0 Comments

Color spaces of #eabd9f

RGB 234189159
HSL0.070.640.77
HSV24°32°92°
CMYK 0.000.190.32   0.08
XYZ58.387356.390840.6081
Yxy56.39080.37580.3629
Hunter Lab75.09387.374020.5037
CIE-Lab79.835711.955221.2721

#eabd9f color RGB value is (234,189,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 10011111
Octal 352 275 237
Decimal 234 189 159
Hex EA BD 9F

RGB Percentages of Color #eabd9f

%40.21
%32.47
%27.32

CMYK Percentages of Color #eabd9f

%0
%19
%32
%8

Triadic Colors of #eabd9f

#eabd9f #9feabd #bd9fea

Analogous Colors of #eabd9f

#eabd9f #eae39f #ea9fa7

Monochromatic Colors of #eabd9f

#eabd9f

Complementary Color

#eabd9f #9fccea

#eabd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabd9f Color CSS Codes

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

#eabd9f Text Font Color

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

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


#eabd9f Background Color

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

This div background color is #eabd9f


#eabd9f Border Color

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

This div border color is #eabd9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabd9f


Comments

No comments written yet.

Please login to write comment.