Color Hex Logo

#ee949a Color Hex

#EE949A
(238,148,154)
0 Favorites   0 Comments

Color spaces of #ee949a

RGB 238148154
HSL0.990.730.76
HSV356°38°93°
CMYK 0.000.380.35   0.07
XYZ51.682541.690035.8949
Yxy41.69000.39980.3225
Hunter Lab64.567829.884512.2366
CIE-Lab70.656734.584711.2464

#ee949a color RGB value is (238,148,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010100 10011010
Octal 356 224 232
Decimal 238 148 154
Hex EE 94 9A

RGB Percentages of Color #ee949a

%44.07
%27.41
%28.52

CMYK Percentages of Color #ee949a

%0
%38
%35
%7

Triadic Colors of #ee949a

#ee949a #9aee94 #949aee

Analogous Colors of #ee949a

#ee949a #eebb94 #ee94c7

Monochromatic Colors of #ee949a

#ee949a

Complementary Color

#ee949a #94eee8

#ee949a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee949a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee949a Color CSS Codes

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

#ee949a Text Font Color

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

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


#ee949a Background Color

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

This div background color is #ee949a


#ee949a Border Color

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

This div border color is #ee949a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee949a


Comments

No comments written yet.

Please login to write comment.