Color Hex Logo

#ee957a Color Hex

#EE957A
(238,149,122)
0 Favorites   0 Comments

Color spaces of #ee957a

RGB 238149122
HSL0.040.770.71
HSV14°49°93°
CMYK 0.000.370.49   0.07
XYZ49.520241.077223.7310
Yxy41.07720.43310.3593
Hunter Lab64.091525.757622.9109
CIE-Lab70.230030.651128.3124

#ee957a color RGB value is (238,149,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010101 01111010
Octal 356 225 172
Decimal 238 149 122
Hex EE 95 7A

RGB Percentages of Color #ee957a

%46.76
%29.27
%23.97

CMYK Percentages of Color #ee957a

%0
%37
%49
%7

Triadic Colors of #ee957a

#ee957a #7aee95 #957aee

Analogous Colors of #ee957a

#ee957a #eecf7a #ee7a99

Monochromatic Colors of #ee957a

#ee957a

Complementary Color

#ee957a #7ad3ee

#ee957a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee957a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee957a Color CSS Codes

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

#ee957a Text Font Color

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

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


#ee957a Background Color

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

This div background color is #ee957a


#ee957a Border Color

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

This div border color is #ee957a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee957a


Comments

No comments written yet.

Please login to write comment.