Color Hex Logo

#eeaecf Color Hex

#EEAECF
(238,174,207)
0 Favorites   0 Comments

Color spaces of #eeaecf

RGB 238174207
HSL0.910.650.81
HSV329°27°93°
CMYK 0.000.270.13   0.07
XYZ61.658452.954266.0029
Yxy52.95420.34140.2932
Hunter Lab72.769623.8979-2.8380
CIE-Lab77.848028.3169-7.4571

#eeaecf color RGB value is (238,174,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 11001111
Octal 356 256 317
Decimal 238 174 207
Hex EE AE CF

RGB Percentages of Color #eeaecf

%38.45
%28.11
%33.44

CMYK Percentages of Color #eeaecf

%0
%27
%13
%7

Triadic Colors of #eeaecf

#eeaecf #cfeeae #aecfee

Analogous Colors of #eeaecf

#eeaecf #eeaeaf #edaeee

Monochromatic Colors of #eeaecf

#eeaecf

Complementary Color

#eeaecf #aeeecd

#eeaecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaecf Color CSS Codes

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

#eeaecf Text Font Color

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

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


#eeaecf Background Color

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

This div background color is #eeaecf


#eeaecf Border Color

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

This div border color is #eeaecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,174,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 #eeaecf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaecf


Comments

No comments written yet.

Please login to write comment.