Color Hex Logo

#eeaccf Color Hex

#EEACCF
(238,172,207)
0 Favorites   0 Comments

Color spaces of #eeaccf

RGB 238172207
HSL0.910.660.80
HSV328°28°93°
CMYK 0.000.280.13   0.07
XYZ61.274952.187265.8751
Yxy52.18720.34170.2910
Hunter Lab72.240724.9833-3.4971
CIE-Lab77.392629.3802-8.1328

#eeaccf color RGB value is (238,172,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 11001111
Octal 356 254 317
Decimal 238 172 207
Hex EE AC CF

RGB Percentages of Color #eeaccf

%38.57
%27.88
%33.55

CMYK Percentages of Color #eeaccf

%0
%28
%13
%7

Triadic Colors of #eeaccf

#eeaccf #cfeeac #accfee

Analogous Colors of #eeaccf

#eeaccf #eeacae #ecacee

Monochromatic Colors of #eeaccf

#eeaccf

Complementary Color

#eeaccf #aceecb

#eeaccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaccf Color CSS Codes

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

#eeaccf Text Font Color

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

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


#eeaccf Background Color

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

This div background color is #eeaccf


#eeaccf Border Color

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

This div border color is #eeaccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaccf


Comments

No comments written yet.

Please login to write comment.