Color Hex Logo

#ee706b Color Hex

#EE706B
(238,112,107)
0 Favorites   0 Comments

Color spaces of #ee706b

RGB 238112107
HSL0.010.790.68
HSV55°93°
CMYK 0.000.530.55   0.07
XYZ43.707930.827017.5565
Yxy30.82700.47460.3347
Hunter Lab55.522143.354620.1175
CIE-Lab62.361348.167426.2488

#ee706b color RGB value is (238,112,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110000 01101011
Octal 356 160 153
Decimal 238 112 107
Hex EE 70 6B

RGB Percentages of Color #ee706b

%52.08
%24.51
%23.41

CMYK Percentages of Color #ee706b

%0
%53
%55
%7

Triadic Colors of #ee706b

#ee706b #6bee70 #706bee

Analogous Colors of #ee706b

#ee706b #eeb26b #ee6ba8

Monochromatic Colors of #ee706b

#ee706b

Complementary Color

#ee706b #6be9ee

#ee706b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee706b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee706b Color CSS Codes

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

#ee706b Text Font Color

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

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


#ee706b Background Color

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

This div background color is #ee706b


#ee706b Border Color

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

This div border color is #ee706b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee706b


Comments

No comments written yet.

Please login to write comment.