Color Hex Logo

#ee706d Color Hex

#EE706D
(238,112,109)
0 Favorites   0 Comments

Color spaces of #ee706d

RGB 238112109
HSL0.000.790.68
HSV54°93°
CMYK 0.000.530.54   0.07
XYZ43.814430.869618.1172
Yxy30.86960.47210.3326
Hunter Lab55.560443.532619.5589
CIE-Lab62.397448.325125.1643

#ee706d color RGB value is (238,112,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110000 01101101
Octal 356 160 155
Decimal 238 112 109
Hex EE 70 6D

RGB Percentages of Color #ee706d

%51.85
%24.40
%23.75

CMYK Percentages of Color #ee706d

%0
%53
%54
%7

Triadic Colors of #ee706d

#ee706d #6dee70 #706dee

Analogous Colors of #ee706d

#ee706d #eeb16d #ee6dab

Monochromatic Colors of #ee706d

#ee706d

Complementary Color

#ee706d #6debee

#ee706d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee706d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee706d Color CSS Codes

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

#ee706d Text Font Color

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

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


#ee706d Background Color

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

This div background color is #ee706d


#ee706d Border Color

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

This div border color is #ee706d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee706d


Comments

No comments written yet.

Please login to write comment.