Color Hex Logo

#eea993 Color Hex

#EEA993
(238,169,147)
0 Favorites   0 Comments

Color spaces of #eea993

RGB 238169147
HSL0.040.730.75
HSV15°38°93°
CMYK 0.000.290.38   0.07
XYZ54.714348.659734.1123
Yxy48.65970.39800.3539
Hunter Lab69.756517.934619.8356
CIE-Lab75.239122.661621.4732

#eea993 color RGB value is (238,169,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101001 10010011
Octal 356 251 223
Decimal 238 169 147
Hex EE A9 93

RGB Percentages of Color #eea993

%42.96
%30.51
%26.53

CMYK Percentages of Color #eea993

%0
%29
%38
%7

Triadic Colors of #eea993

#eea993 #93eea9 #a993ee

Analogous Colors of #eea993

#eea993 #eed793 #ee93ab

Monochromatic Colors of #eea993

#eea993

Complementary Color

#eea993 #93d8ee

#eea993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea993 Color CSS Codes

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

#eea993 Text Font Color

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

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


#eea993 Background Color

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

This div background color is #eea993


#eea993 Border Color

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

This div border color is #eea993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea993


Comments

No comments written yet.

Please login to write comment.