Color Hex Logo

#eeaa93 Color Hex

#EEAA93
(238,170,147)
0 Favorites   0 Comments

Color spaces of #eeaa93

RGB 238170147
HSL0.040.730.75
HSV15°38°93°
CMYK 0.000.290.38   0.07
XYZ54.901149.033234.1745
Yxy49.03320.39750.3550
Hunter Lab70.023717.408920.0806
CIE-Lab75.472022.130821.7922

#eeaa93 color RGB value is (238,170,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 10010011
Octal 356 252 223
Decimal 238 170 147
Hex EE AA 93

RGB Percentages of Color #eeaa93

%42.88
%30.63
%26.49

CMYK Percentages of Color #eeaa93

%0
%29
%38
%7

Triadic Colors of #eeaa93

#eeaa93 #93eeaa #aa93ee

Analogous Colors of #eeaa93

#eeaa93 #eed893 #ee93aa

Monochromatic Colors of #eeaa93

#eeaa93

Complementary Color

#eeaa93 #93d7ee

#eeaa93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaa93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaa93 Color CSS Codes

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

#eeaa93 Text Font Color

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

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


#eeaa93 Background Color

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

This div background color is #eeaa93


#eeaa93 Border Color

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

This div border color is #eeaa93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaa93


Comments

No comments written yet.

Please login to write comment.