Color Hex Logo

#eeacaf Color Hex

#EEACAF
(238,172,175)
0 Favorites   0 Comments

Color spaces of #eeacaf

RGB 238172175
HSL0.990.660.80
HSV357°28°93°
CMYK 0.000.280.26   0.07
XYZ57.750350.777347.3147
Yxy50.77730.37060.3258
Hunter Lab71.258219.961210.5128
CIE-Lab76.543924.59268.0715

#eeacaf color RGB value is (238,172,175).

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

The process color (four color CMYK) of #eeacaf color hex is 0.00, 0.28, 0.26, 0.07. Web safe color of #eeacaf is #ff9999. Color #eeacaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 10101111
Octal 356 254 257
Decimal 238 172 175
Hex EE AC AF

RGB Percentages of Color #eeacaf

%40.68
%29.40
%29.91

CMYK Percentages of Color #eeacaf

%0
%28
%26
%7

Triadic Colors of #eeacaf

#eeacaf #afeeac #acafee

Analogous Colors of #eeacaf

#eeacaf #eecaac #eeacd0

Monochromatic Colors of #eeacaf

#eeacaf

Complementary Color

#eeacaf #aceeeb

#eeacaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeacaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeacaf Color CSS Codes

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

#eeacaf Text Font Color

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

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


#eeacaf Background Color

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

This div background color is #eeacaf


#eeacaf Border Color

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

This div border color is #eeacaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeacaf


Comments

No comments written yet.

Please login to write comment.