Color Hex Logo

#ee868c Color Hex

#EE868C
(238,134,140)
0 Favorites   0 Comments

Color spaces of #ee868c

RGB 238134140
HSL0.990.750.73
HSV357°44°93°
CMYK 0.000.440.41   0.07
XYZ48.518637.120829.4188
Yxy37.12080.42170.3226
Hunter Lab60.926835.525114.0203
CIE-Lab67.367640.258114.4412

#ee868c color RGB value is (238,134,140).

#ee868c hex color red value is 238, green value is 134 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ee868c hue: 0.99 , saturation: 0.75 and the lightness value of ee868c is 0.73.

The process color (four color CMYK) of #ee868c color hex is 0.00, 0.44, 0.41, 0.07. Web safe color of #ee868c is #ff9999. Color #ee868c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000110 10001100
Octal 356 206 214
Decimal 238 134 140
Hex EE 86 8C

RGB Percentages of Color #ee868c

%46.48
%26.17
%27.34

CMYK Percentages of Color #ee868c

%0
%44
%41
%7

Triadic Colors of #ee868c

#ee868c #8cee86 #868cee

Analogous Colors of #ee868c

#ee868c #eeb486 #ee86c0

Monochromatic Colors of #ee868c

#ee868c

Complementary Color

#ee868c #86eee8

#ee868c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee868c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee868c Color CSS Codes

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

#ee868c Text Font Color

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

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


#ee868c Background Color

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

This div background color is #ee868c


#ee868c Border Color

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

This div border color is #ee868c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee868c


Comments

No comments written yet.

Please login to write comment.