Color Hex Logo

#eeab9d Color Hex

#EEAB9D
(238,171,157)
0 Favorites   0 Comments

Color spaces of #eeab9d

RGB 238171157
HSL0.030.700.77
HSV10°34°93°
CMYK 0.000.280.34   0.07
XYZ55.908649.737338.5518
Yxy49.73730.38770.3449
Hunter Lab70.524718.088116.9568
CIE-Lab75.907722.784316.9719

#eeab9d color RGB value is (238,171,157).

#eeab9d hex color red value is 238, green value is 171 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #eeab9d hue: 0.03 , saturation: 0.70 and the lightness value of eeab9d is 0.77.

The process color (four color CMYK) of #eeab9d color hex is 0.00, 0.28, 0.34, 0.07. Web safe color of #eeab9d is #ff9999. Color #eeab9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 10011101
Octal 356 253 235
Decimal 238 171 157
Hex EE AB 9D

RGB Percentages of Color #eeab9d

%42.05
%30.21
%27.74

CMYK Percentages of Color #eeab9d

%0
%28
%34
%7

Triadic Colors of #eeab9d

#eeab9d #9deeab #ab9dee

Analogous Colors of #eeab9d

#eeab9d #eed49d #ee9db8

Monochromatic Colors of #eeab9d

#eeab9d

Complementary Color

#eeab9d #9de0ee

#eeab9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeab9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeab9d Color CSS Codes

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

#eeab9d Text Font Color

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

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


#eeab9d Background Color

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

This div background color is #eeab9d


#eeab9d Border Color

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

This div border color is #eeab9d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,171,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eeab9d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eeab9d;
  -webkit-box-shadow: 1px 1px 3px 2px #eeab9d;
  box-shadow:         1px 1px 3px 2px #eeab9d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,171,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeab9d


Comments

No comments written yet.

Please login to write comment.