Color Hex Logo

#ee867e Color Hex

#EE867E
(238,134,126)
0 Favorites   0 Comments

Color spaces of #ee867e

RGB 238134126
HSL0.010.770.71
HSV47°93°
CMYK 0.000.440.47   0.07
XYZ47.550936.733724.3228
Yxy36.73370.43780.3382
Hunter Lab60.608333.979518.6321
CIE-Lab67.076838.837021.8835

#ee867e color RGB value is (238,134,126).

#ee867e hex color red value is 238, green value is 134 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ee867e hue: 0.01 , saturation: 0.77 and the lightness value of ee867e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000110 01111110
Octal 356 206 176
Decimal 238 134 126
Hex EE 86 7E

RGB Percentages of Color #ee867e

%47.79
%26.91
%25.30

CMYK Percentages of Color #ee867e

%0
%44
%47
%7

Triadic Colors of #ee867e

#ee867e #7eee86 #867eee

Analogous Colors of #ee867e

#ee867e #eebe7e #ee7eae

Monochromatic Colors of #ee867e

#ee867e

Complementary Color

#ee867e #7ee6ee

#ee867e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee867e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee867e Color CSS Codes

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

#ee867e Text Font Color

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

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


#ee867e Background Color

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

This div background color is #ee867e


#ee867e Border Color

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

This div border color is #ee867e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee867e


Comments

No comments written yet.

Please login to write comment.