Color Hex Logo

#ee998d Color Hex

#EE998D
(238,153,141)
0 Favorites   0 Comments

Color spaces of #ee998d

RGB 238153141
HSL0.020.740.74
HSV41°93°
CMYK 0.000.360.41   0.07
XYZ51.458842.882730.7643
Yxy42.88270.41130.3428
Hunter Lab65.484925.668917.9854
CIE-Lab71.475330.466519.5816

#ee998d color RGB value is (238,153,141).

#ee998d hex color red value is 238, green value is 153 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ee998d hue: 0.02 , saturation: 0.74 and the lightness value of ee998d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10011001 10001101
Octal 356 231 215
Decimal 238 153 141
Hex EE 99 8D

RGB Percentages of Color #ee998d

%44.74
%28.76
%26.50

CMYK Percentages of Color #ee998d

%0
%36
%41
%7

Triadic Colors of #ee998d

#ee998d #8dee99 #998dee

Analogous Colors of #ee998d

#ee998d #eeca8d #ee8db2

Monochromatic Colors of #ee998d

#ee998d

Complementary Color

#ee998d #8de2ee

#ee998d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee998d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee998d Color CSS Codes

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

#ee998d Text Font Color

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

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


#ee998d Background Color

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

This div background color is #ee998d


#ee998d Border Color

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

This div border color is #ee998d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee998d


Comments

No comments written yet.

Please login to write comment.