Color Hex Logo

#eea070 Color Hex

#EEA070
(238,160,112)
0 Favorites   0 Comments

Color spaces of #eea070

RGB 238160112
HSL0.060.790.69
HSV23°53°93°
CMYK 0.000.330.53   0.07
XYZ50.755344.488621.2413
Yxy44.48860.43570.3819
Hunter Lab66.699819.105327.8083
CIE-Lab72.553923.951836.6847

#eea070 color RGB value is (238,160,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100000 01110000
Octal 356 240 160
Decimal 238 160 112
Hex EE A0 70

RGB Percentages of Color #eea070

%46.67
%31.37
%21.96

CMYK Percentages of Color #eea070

%0
%33
%53
%7

Triadic Colors of #eea070

#eea070 #70eea0 #a070ee

Analogous Colors of #eea070

#eea070 #eedf70 #ee707f

Monochromatic Colors of #eea070

#eea070

Complementary Color

#eea070 #70beee

#eea070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea070 Color CSS Codes

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

#eea070 Text Font Color

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

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


#eea070 Background Color

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

This div background color is #eea070


#eea070 Border Color

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

This div border color is #eea070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea070


Comments

No comments written yet.

Please login to write comment.