Color Hex Logo

#ee929e Color Hex

#EE929E
(238,146,158)
0 Favorites   0 Comments

Color spaces of #ee929e

RGB 238146158
HSL0.980.730.75
HSV352°39°93°
CMYK 0.000.390.34   0.07
XYZ51.710341.203537.5754
Yxy41.20350.39630.3158
Hunter Lab64.190031.464110.2259
CIE-Lab70.318336.11658.5396

#ee929e color RGB value is (238,146,158).

#ee929e hex color red value is 238, green value is 146 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ee929e hue: 0.98 , saturation: 0.73 and the lightness value of ee929e is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010010 10011110
Octal 356 222 236
Decimal 238 146 158
Hex EE 92 9E

RGB Percentages of Color #ee929e

%43.91
%26.94
%29.15

CMYK Percentages of Color #ee929e

%0
%39
%34
%7

Triadic Colors of #ee929e

#ee929e #9eee92 #929eee

Analogous Colors of #ee929e

#ee929e #eeb492 #ee92cc

Monochromatic Colors of #ee929e

#ee929e

Complementary Color

#ee929e #92eee2

#ee929e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee929e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee929e Color CSS Codes

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

#ee929e Text Font Color

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

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


#ee929e Background Color

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

This div background color is #ee929e


#ee929e Border Color

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

This div border color is #ee929e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee929e


Comments

No comments written yet.

Please login to write comment.