Color Hex Logo

#eea28f Color Hex

#EEA28F
(238,162,143)
0 Favorites   0 Comments

Color spaces of #eea28f

RGB 238162143
HSL0.030.740.75
HSV12°40°93°
CMYK 0.000.320.40   0.07
XYZ53.138246.001032.0650
Yxy46.00100.40500.3506
Hunter Lab67.824021.157619.4464
CIE-Lab73.546225.926021.3281

#eea28f color RGB value is (238,162,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100010 10001111
Octal 356 242 217
Decimal 238 162 143
Hex EE A2 8F

RGB Percentages of Color #eea28f

%43.83
%29.83
%26.34

CMYK Percentages of Color #eea28f

%0
%32
%40
%7

Triadic Colors of #eea28f

#eea28f #8feea2 #a28fee

Analogous Colors of #eea28f

#eea28f #eed28f #ee8fac

Monochromatic Colors of #eea28f

#eea28f

Complementary Color

#eea28f #8fdbee

#eea28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea28f Color CSS Codes

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

#eea28f Text Font Color

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

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


#eea28f Background Color

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

This div background color is #eea28f


#eea28f Border Color

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

This div border color is #eea28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea28f


Comments

No comments written yet.

Please login to write comment.