Color Hex Logo

#ee699f Color Hex

#EE699F
(238,105,159)
0 Favorites   0 Comments

Color spaces of #ee699f

RGB 238105159
HSL0.930.800.67
HSV336°56°93°
CMYK 0.000.560.33   0.07
XYZ46.569530.783536.2882
Yxy30.78350.40980.2709
Hunter Lab55.482952.72880.0598
CIE-Lab62.324456.5714-3.6223

#ee699f color RGB value is (238,105,159).

#ee699f hex color red value is 238, green value is 105 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ee699f hue: 0.93 , saturation: 0.80 and the lightness value of ee699f is 0.67.

The process color (four color CMYK) of #ee699f color hex is 0.00, 0.56, 0.33, 0.07. Web safe color of #ee699f is #ff6699. Color #ee699f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101001 10011111
Octal 356 151 237
Decimal 238 105 159
Hex EE 69 9F

RGB Percentages of Color #ee699f

%47.41
%20.92
%31.67

CMYK Percentages of Color #ee699f

%0
%56
%33
%7

Triadic Colors of #ee699f

#ee699f #9fee69 #699fee

Analogous Colors of #ee699f

#ee699f #ee7669 #ee69e2

Monochromatic Colors of #ee699f

#ee699f

Complementary Color

#ee699f #69eeb8

#ee699f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee699f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee699f Color CSS Codes

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

#ee699f Text Font Color

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

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


#ee699f Background Color

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

This div background color is #ee699f


#ee699f Border Color

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

This div border color is #ee699f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee699f


Comments

No comments written yet.

Please login to write comment.