Color Hex Logo

#eeacce Color Hex

#EEACCE
(238,172,206)
0 Favorites   0 Comments

Color spaces of #eeacce

RGB 238172206
HSL0.910.660.80
HSV329°28°93°
CMYK 0.000.280.13   0.07
XYZ61.153052.138465.2331
Yxy52.13840.34250.2921
Hunter Lab72.206924.8119-3.0189
CIE-Lab77.363529.2191-7.6317

#eeacce color RGB value is (238,172,206).

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

The process color (four color CMYK) of #eeacce color hex is 0.00, 0.28, 0.13, 0.07. Web safe color of #eeacce is #ff99cc. Color #eeacce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 11001110
Octal 356 254 316
Decimal 238 172 206
Hex EE AC CE

RGB Percentages of Color #eeacce

%38.64
%27.92
%33.44

CMYK Percentages of Color #eeacce

%0
%28
%13
%7

Triadic Colors of #eeacce

#eeacce #ceeeac #acceee

Analogous Colors of #eeacce

#eeacce #eeacad #edacee

Monochromatic Colors of #eeacce

#eeacce

Complementary Color

#eeacce #aceecc

#eeacce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeacce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeacce Color CSS Codes

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

#eeacce Text Font Color

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

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


#eeacce Background Color

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

This div background color is #eeacce


#eeacce Border Color

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

This div border color is #eeacce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeacce


Comments

No comments written yet.

Please login to write comment.