Color Hex Logo

#ee947a Color Hex

#EE947A
(238,148,122)
0 Favorites   0 Comments

Color spaces of #ee947a

RGB 238148122
HSL0.040.770.71
HSV13°49°93°
CMYK 0.000.380.49   0.07
XYZ49.362740.762123.6785
Yxy40.76210.43380.3582
Hunter Lab63.845226.280422.7025
CIE-Lab70.008931.177028.0201

#ee947a color RGB value is (238,148,122).

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

The process color (four color CMYK) of #ee947a color hex is 0.00, 0.38, 0.49, 0.07. Web safe color of #ee947a is #ff9966. Color #ee947a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010100 01111010
Octal 356 224 172
Decimal 238 148 122
Hex EE 94 7A

RGB Percentages of Color #ee947a

%46.85
%29.13
%24.02

CMYK Percentages of Color #ee947a

%0
%38
%49
%7

Triadic Colors of #ee947a

#ee947a #7aee94 #947aee

Analogous Colors of #ee947a

#ee947a #eece7a #ee7a9a

Monochromatic Colors of #ee947a

#ee947a

Complementary Color

#ee947a #7ad4ee

#ee947a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee947a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee947a Color CSS Codes

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

#ee947a Text Font Color

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

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


#ee947a Background Color

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

This div background color is #ee947a


#ee947a Border Color

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

This div border color is #ee947a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee947a


Comments

No comments written yet.

Please login to write comment.