Color Hex Logo

#ee705e Color Hex

#EE705E
(238,112,94)
0 Favorites   0 Comments

Color spaces of #ee705e

RGB 23811294
HSL0.020.810.65
HSV61°93°
CMYK 0.000.530.61   0.07
XYZ43.074430.573614.2207
Yxy30.57360.49020.3479
Hunter Lab55.293442.290823.4568
CIE-Lab62.146047.221833.2616

#ee705e color RGB value is (238,112,94).

#ee705e hex color red value is 238, green value is 112 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ee705e hue: 0.02 , saturation: 0.81 and the lightness value of ee705e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110000 01011110
Octal 356 160 136
Decimal 238 112 94
Hex EE 70 5E

RGB Percentages of Color #ee705e

%53.60
%25.23
%21.17

CMYK Percentages of Color #ee705e

%0
%53
%61
%7

Triadic Colors of #ee705e

#ee705e #5eee70 #705eee

Analogous Colors of #ee705e

#ee705e #eeb85e #ee5e94

Monochromatic Colors of #ee705e

#ee705e

Complementary Color

#ee705e #5edcee

#ee705e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee705e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee705e Color CSS Codes

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

#ee705e Text Font Color

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

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


#ee705e Background Color

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

This div background color is #ee705e


#ee705e Border Color

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

This div border color is #ee705e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee705e


Comments

No comments written yet.

Please login to write comment.