Color Hex Logo

#ee96ae Color Hex

#EE96AE
(238,150,174)
0 Favorites   0 Comments

Color spaces of #ee96ae

RGB 238150174
HSL0.950.720.76
HSV344°37°93°
CMYK 0.000.370.27   0.07
XYZ53.806243.045845.5172
Yxy43.04580.37790.3024
Hunter Lab65.609331.57164.7934
CIE-Lab71.586036.09371.4666

#ee96ae color RGB value is (238,150,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010110 10101110
Octal 356 226 256
Decimal 238 150 174
Hex EE 96 AE

RGB Percentages of Color #ee96ae

%42.35
%26.69
%30.96

CMYK Percentages of Color #ee96ae

%0
%37
%27
%7

Triadic Colors of #ee96ae

#ee96ae #aeee96 #96aeee

Analogous Colors of #ee96ae

#ee96ae #eeaa96 #ee96da

Monochromatic Colors of #ee96ae

#ee96ae

Complementary Color

#ee96ae #96eed6

#ee96ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee96ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee96ae Color CSS Codes

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

#ee96ae Text Font Color

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

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


#ee96ae Background Color

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

This div background color is #ee96ae


#ee96ae Border Color

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

This div border color is #ee96ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee96ae


Comments

No comments written yet.

Please login to write comment.