Color Hex Logo

#ee898c Color Hex

#EE898C
(238,137,140)
0 Favorites   0 Comments

Color spaces of #ee898c

RGB 238137140
HSL1.000.750.74
HSV358°42°93°
CMYK 0.000.420.41   0.07
XYZ48.939237.961929.5589
Yxy37.96190.42020.3260
Hunter Lab61.613233.958914.6849
CIE-Lab67.992538.715715.3138

#ee898c color RGB value is (238,137,140).

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

The process color (four color CMYK) of #ee898c color hex is 0.00, 0.42, 0.41, 0.07. Web safe color of #ee898c is #ff9999. Color #ee898c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001001 10001100
Octal 356 211 214
Decimal 238 137 140
Hex EE 89 8C

RGB Percentages of Color #ee898c

%46.21
%26.60
%27.18

CMYK Percentages of Color #ee898c

%0
%42
%41
%7

Triadic Colors of #ee898c

#ee898c #8cee89 #898cee

Analogous Colors of #ee898c

#ee898c #eeb989 #ee89bf

Monochromatic Colors of #ee898c

#ee898c

Complementary Color

#ee898c #89eeeb

#ee898c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee898c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee898c Color CSS Codes

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

#ee898c Text Font Color

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

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


#ee898c Background Color

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

This div background color is #ee898c


#ee898c Border Color

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

This div border color is #ee898c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee898c


Comments

No comments written yet.

Please login to write comment.