Color Hex Logo

#ee706e Color Hex

#EE706E
(238,112,110)
0 Favorites   0 Comments

Color spaces of #ee706e

RGB 238112110
HSL0.000.790.68
HSV54°93°
CMYK 0.000.530.54   0.07
XYZ43.868530.891318.4023
Yxy30.89130.47090.3316
Hunter Lab55.579943.622719.2753
CIE-Lab62.415848.404924.6219

#ee706e color RGB value is (238,112,110).

#ee706e hex color red value is 238, green value is 112 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ee706e hue: 0.00 , saturation: 0.79 and the lightness value of ee706e is 0.68.

The process color (four color CMYK) of #ee706e color hex is 0.00, 0.53, 0.54, 0.07. Web safe color of #ee706e is #ff6666. Color #ee706e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110000 01101110
Octal 356 160 156
Decimal 238 112 110
Hex EE 70 6E

RGB Percentages of Color #ee706e

%51.74
%24.35
%23.91

CMYK Percentages of Color #ee706e

%0
%53
%54
%7

Triadic Colors of #ee706e

#ee706e #6eee70 #706eee

Analogous Colors of #ee706e

#ee706e #eeb06e #ee6eac

Monochromatic Colors of #ee706e

#ee706e

Complementary Color

#ee706e #6eecee

#ee706e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee706e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee706e Color CSS Codes

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

#ee706e Text Font Color

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

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


#ee706e Background Color

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

This div background color is #ee706e


#ee706e Border Color

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

This div border color is #ee706e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee706e


Comments

No comments written yet.

Please login to write comment.