Color Hex Logo

#ee969d Color Hex

#EE969D
(238,150,157)
0 Favorites   0 Comments

Color spaces of #ee969d

RGB 238150157
HSL0.990.720.76
HSV355°37°93°
CMYK 0.000.370.34   0.07
XYZ52.252042.424237.3330
Yxy42.42420.39580.3214
Hunter Lab65.133929.212911.6103
CIE-Lab71.162433.898310.2973

#ee969d color RGB value is (238,150,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010110 10011101
Octal 356 226 235
Decimal 238 150 157
Hex EE 96 9D

RGB Percentages of Color #ee969d

%43.67
%27.52
%28.81

CMYK Percentages of Color #ee969d

%0
%37
%34
%7

Triadic Colors of #ee969d

#ee969d #9dee96 #969dee

Analogous Colors of #ee969d

#ee969d #eebb96 #ee96c9

Monochromatic Colors of #ee969d

#ee969d

Complementary Color

#ee969d #96eee7

#ee969d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee969d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee969d Color CSS Codes

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

#ee969d Text Font Color

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

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


#ee969d Background Color

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

This div background color is #ee969d


#ee969d Border Color

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

This div border color is #ee969d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee969d


Comments

No comments written yet.

Please login to write comment.