Color Hex Logo

#ee9aaf Color Hex

#EE9AAF
(238,154,175)
0 Favorites   0 Comments

Color spaces of #ee9aaf

RGB 238154175
HSL0.960.710.77
HSV345°35°93°
CMYK 0.000.350.26   0.07
XYZ54.553444.383546.2490
Yxy44.38350.37570.3057
Hunter Lab66.620929.58035.4749
CIE-Lab72.484134.12872.2178

#ee9aaf color RGB value is (238,154,175).

#ee9aaf hex color red value is 238, green value is 154 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ee9aaf hue: 0.96 , saturation: 0.71 and the lightness value of ee9aaf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10011010 10101111
Octal 356 232 257
Decimal 238 154 175
Hex EE 9A AF

RGB Percentages of Color #ee9aaf

%41.98
%27.16
%30.86

CMYK Percentages of Color #ee9aaf

%0
%35
%26
%7

Triadic Colors of #ee9aaf

#ee9aaf #afee9a #9aafee

Analogous Colors of #ee9aaf

#ee9aaf #eeaf9a #ee9ad9

Monochromatic Colors of #ee9aaf

#ee9aaf

Complementary Color

#ee9aaf #9aeed9

#ee9aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee9aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee9aaf Color CSS Codes

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

#ee9aaf Text Font Color

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

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


#ee9aaf Background Color

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

This div background color is #ee9aaf


#ee9aaf Border Color

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

This div border color is #ee9aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee9aaf


Comments

No comments written yet.

Please login to write comment.