Color Hex Logo

#eeab90 Color Hex

#EEAB90
(238,171,144)
0 Favorites   0 Comments

Color spaces of #eeab90

RGB 238171144
HSL0.050.730.75
HSV17°39°93°
CMYK 0.000.280.39   0.07
XYZ54.856849.316633.0133
Yxy49.31660.39990.3595
Hunter Lab70.225816.540021.2857
CIE-Lab75.647921.260623.6527

#eeab90 color RGB value is (238,171,144).

#eeab90 hex color red value is 238, green value is 171 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #eeab90 hue: 0.05 , saturation: 0.73 and the lightness value of eeab90 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 10010000
Octal 356 253 220
Decimal 238 171 144
Hex EE AB 90

RGB Percentages of Color #eeab90

%43.04
%30.92
%26.04

CMYK Percentages of Color #eeab90

%0
%28
%39
%7

Triadic Colors of #eeab90

#eeab90 #90eeab #ab90ee

Analogous Colors of #eeab90

#eeab90 #eeda90 #ee90a4

Monochromatic Colors of #eeab90

#eeab90

Complementary Color

#eeab90 #90d3ee

#eeab90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeab90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeab90 Color CSS Codes

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

#eeab90 Text Font Color

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

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


#eeab90 Background Color

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

This div background color is #eeab90


#eeab90 Border Color

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

This div border color is #eeab90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeab90


Comments

No comments written yet.

Please login to write comment.