Color Hex Logo

#eabd9c Color Hex

#EABD9C
(234,189,156)
0 Favorites   0 Comments

Color spaces of #eabd9c

RGB 234189156
HSL0.070.650.76
HSV25°33°92°
CMYK 0.000.190.33   0.08
XYZ58.130056.287939.2534
Yxy56.28790.37830.3663
Hunter Lab75.02537.008621.4970
CIE-Lab79.777411.581322.7906

#eabd9c color RGB value is (234,189,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 10011100
Octal 352 275 234
Decimal 234 189 156
Hex EA BD 9C

RGB Percentages of Color #eabd9c

%40.41
%32.64
%26.94

CMYK Percentages of Color #eabd9c

%0
%19
%33
%8

Triadic Colors of #eabd9c

#eabd9c #9ceabd #bd9cea

Analogous Colors of #eabd9c

#eabd9c #eae49c #ea9ca2

Monochromatic Colors of #eabd9c

#eabd9c

Complementary Color

#eabd9c #9cc9ea

#eabd9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabd9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabd9c Color CSS Codes

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

#eabd9c Text Font Color

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

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


#eabd9c Background Color

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

This div background color is #eabd9c


#eabd9c Border Color

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

This div border color is #eabd9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabd9c


Comments

No comments written yet.

Please login to write comment.