Color Hex Logo

#ee8daf Color Hex

#EE8DAF
(238,141,175)
0 Favorites   0 Comments

Color spaces of #ee8daf

RGB 238141175
HSL0.940.740.74
HSV339°41°93°
CMYK 0.000.410.26   0.07
XYZ52.522640.322045.5721
Yxy40.32200.37950.2913
Hunter Lab63.499636.51891.8988
CIE-Lab69.698340.9151-1.8483

#ee8daf color RGB value is (238,141,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001101 10101111
Octal 356 215 257
Decimal 238 141 175
Hex EE 8D AF

RGB Percentages of Color #ee8daf

%42.96
%25.45
%31.59

CMYK Percentages of Color #ee8daf

%0
%41
%26
%7

Triadic Colors of #ee8daf

#ee8daf #afee8d #8dafee

Analogous Colors of #ee8daf

#ee8daf #ee9c8d #ee8de0

Monochromatic Colors of #ee8daf

#ee8daf

Complementary Color

#ee8daf #8deecc

#ee8daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8daf Color CSS Codes

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

#ee8daf Text Font Color

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

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


#ee8daf Background Color

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

This div background color is #ee8daf


#ee8daf Border Color

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

This div border color is #ee8daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8daf


Comments

No comments written yet.

Please login to write comment.