Color Hex Logo

#eea990 Color Hex

#EEA990
(238,169,144)
9 Favorites   0 Comments

Color spaces of #eea990

RGB 238169144
HSL0.040.730.75
HSV16°39°93°
CMYK 0.000.290.39   0.07
XYZ54.481948.566732.8884
Yxy48.56670.40080.3573
Hunter Lab69.689817.590020.8024
CIE-Lab75.181022.322623.0173

#eea990 color RGB value is (238,169,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101001 10010000
Octal 356 251 220
Decimal 238 169 144
Hex EE A9 90

RGB Percentages of Color #eea990

%43.19
%30.67
%26.13

CMYK Percentages of Color #eea990

%0
%29
%39
%7

Triadic Colors of #eea990

#eea990 #90eea9 #a990ee

Analogous Colors of #eea990

#eea990 #eed890 #ee90a6

Monochromatic Colors of #eea990

#eea990

Complementary Color

#eea990 #90d5ee

#eea990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea990 Color CSS Codes

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

#eea990 Text Font Color

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

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


#eea990 Background Color

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

This div background color is #eea990


#eea990 Border Color

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

This div border color is #eea990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea990


Comments

No comments written yet.

Please login to write comment.