Color Hex Logo

#eea48f Color Hex

#EEA48F
(238,164,143)
0 Favorites   0 Comments

Color spaces of #eea48f

RGB 238164143
HSL0.040.740.75
HSV13°40°93°
CMYK 0.000.310.40   0.07
XYZ53.493346.711232.1834
Yxy46.71120.40410.3528
Hunter Lab68.345620.105119.9227
CIE-Lab74.004724.865321.9550

#eea48f color RGB value is (238,164,143).

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

The process color (four color CMYK) of #eea48f color hex is 0.00, 0.31, 0.40, 0.07. Web safe color of #eea48f is #ff9999. Color #eea48f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100100 10001111
Octal 356 244 217
Decimal 238 164 143
Hex EE A4 8F

RGB Percentages of Color #eea48f

%43.67
%30.09
%26.24

CMYK Percentages of Color #eea48f

%0
%31
%40
%7

Triadic Colors of #eea48f

#eea48f #8feea4 #a48fee

Analogous Colors of #eea48f

#eea48f #eed48f #ee8faa

Monochromatic Colors of #eea48f

#eea48f

Complementary Color

#eea48f #8fd9ee

#eea48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea48f Color CSS Codes

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

#eea48f Text Font Color

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

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


#eea48f Background Color

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

This div background color is #eea48f


#eea48f Border Color

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

This div border color is #eea48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea48f


Comments

No comments written yet.

Please login to write comment.