Color Hex Logo

#ee969f Color Hex

#EE969F
(238,150,159)
0 Favorites   0 Comments

Color spaces of #ee969f

RGB 238150159
HSL0.980.720.76
HSV354°37°93°
CMYK 0.000.370.33   0.07
XYZ52.424242.493038.2398
Yxy42.49300.39370.3191
Hunter Lab65.186729.476010.8500
CIE-Lab71.209534.14489.2542

#ee969f color RGB value is (238,150,159).

#ee969f hex color red value is 238, green value is 150 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ee969f hue: 0.98 , saturation: 0.72 and the lightness value of ee969f is 0.76.

The process color (four color CMYK) of #ee969f color hex is 0.00, 0.37, 0.33, 0.07. Web safe color of #ee969f is #ff9999. Color #ee969f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010110 10011111
Octal 356 226 237
Decimal 238 150 159
Hex EE 96 9F

RGB Percentages of Color #ee969f

%43.51
%27.42
%29.07

CMYK Percentages of Color #ee969f

%0
%37
%33
%7

Triadic Colors of #ee969f

#ee969f #9fee96 #969fee

Analogous Colors of #ee969f

#ee969f #eeb996 #ee96cb

Monochromatic Colors of #ee969f

#ee969f

Complementary Color

#ee969f #96eee5

#ee969f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee969f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee969f Color CSS Codes

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

#ee969f Text Font Color

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

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


#ee969f Background Color

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

This div background color is #ee969f


#ee969f Border Color

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

This div border color is #ee969f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee969f


Comments

No comments written yet.

Please login to write comment.