Color Hex Logo

#ee866f Color Hex

#EE866F
(238,134,111)
0 Favorites   0 Comments

Color spaces of #ee866f

RGB 238134111
HSL0.030.790.68
HSV11°53°93°
CMYK 0.000.440.53   0.07
XYZ46.654236.375019.6011
Yxy36.37500.45460.3544
Hunter Lab60.311732.533522.9491
CIE-Lab66.805537.495529.8396

#ee866f color RGB value is (238,134,111).

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

The process color (four color CMYK) of #ee866f color hex is 0.00, 0.44, 0.53, 0.07. Web safe color of #ee866f is #ff9966. Color #ee866f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000110 01101111
Octal 356 206 157
Decimal 238 134 111
Hex EE 86 6F

RGB Percentages of Color #ee866f

%49.28
%27.74
%22.98

CMYK Percentages of Color #ee866f

%0
%44
%53
%7

Triadic Colors of #ee866f

#ee866f #6fee86 #866fee

Analogous Colors of #ee866f

#ee866f #eec66f #ee6f98

Monochromatic Colors of #ee866f

#ee866f

Complementary Color

#ee866f #6fd7ee

#ee866f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee866f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee866f Color CSS Codes

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

#ee866f Text Font Color

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

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


#ee866f Background Color

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

This div background color is #ee866f


#ee866f Border Color

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

This div border color is #ee866f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee866f


Comments

No comments written yet.

Please login to write comment.