Color Hex Logo

#eea170 Color Hex

#EEA170
(238,161,112)
0 Favorites   0 Comments

Color spaces of #eea170

RGB 238161112
HSL0.060.790.69
HSV23°53°93°
CMYK 0.000.320.53   0.07
XYZ50.929444.836721.2993
Yxy44.83670.43510.3830
Hunter Lab66.960218.585328.0127
CIE-Lab72.784223.422236.9764

#eea170 color RGB value is (238,161,112).

#eea170 hex color red value is 238, green value is 161 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #eea170 hue: 0.06 , saturation: 0.79 and the lightness value of eea170 is 0.69.

The process color (four color CMYK) of #eea170 color hex is 0.00, 0.32, 0.53, 0.07. Web safe color of #eea170 is #ff9966. Color #eea170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100001 01110000
Octal 356 241 160
Decimal 238 161 112
Hex EE A1 70

RGB Percentages of Color #eea170

%46.58
%31.51
%21.92

CMYK Percentages of Color #eea170

%0
%32
%53
%7

Triadic Colors of #eea170

#eea170 #70eea1 #a170ee

Analogous Colors of #eea170

#eea170 #eee070 #ee707e

Monochromatic Colors of #eea170

#eea170

Complementary Color

#eea170 #70bdee

#eea170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea170 Color CSS Codes

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

#eea170 Text Font Color

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

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


#eea170 Background Color

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

This div background color is #eea170


#eea170 Border Color

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

This div border color is #eea170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea170


Comments

No comments written yet.

Please login to write comment.