Color Hex Logo

#ee68ac Color Hex

#EE68AC
(238,104,172)
0 Favorites   0 Comments

Color spaces of #ee68ac

RGB 238104172
HSL0.920.800.67
HSV330°56°93°
CMYK 0.000.560.28   0.07
XYZ47.656631.056342.5124
Yxy31.05630.39310.2562
Hunter Lab55.728255.1220-6.2198
CIE-Lab62.555158.6207-10.7381

#ee68ac color RGB value is (238,104,172).

#ee68ac hex color red value is 238, green value is 104 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ee68ac hue: 0.92 , saturation: 0.80 and the lightness value of ee68ac is 0.67.

The process color (four color CMYK) of #ee68ac color hex is 0.00, 0.56, 0.28, 0.07. Web safe color of #ee68ac is #ff6699. Color #ee68ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101000 10101100
Octal 356 150 254
Decimal 238 104 172
Hex EE 68 AC

RGB Percentages of Color #ee68ac

%46.30
%20.23
%33.46

CMYK Percentages of Color #ee68ac

%0
%56
%28
%7

Triadic Colors of #ee68ac

#ee68ac #acee68 #68acee

Analogous Colors of #ee68ac

#ee68ac #ee6869 #ed68ee

Monochromatic Colors of #ee68ac

#ee68ac

Complementary Color

#ee68ac #68eeaa

#ee68ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee68ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee68ac Color CSS Codes

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

#ee68ac Text Font Color

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

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


#ee68ac Background Color

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

This div background color is #ee68ac


#ee68ac Border Color

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

This div border color is #ee68ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee68ac


Comments

No comments written yet.

Please login to write comment.