Color Hex Logo

#eeafac Color Hex

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

Color spaces of #eeafac

RGB 238175172
HSL0.010.660.80
HSV28°93°
CMYK 0.000.260.28   0.07
XYZ58.036351.815645.9723
Yxy51.81560.37240.3325
Hunter Lab71.983117.945212.5223
CIE-Lab77.170422.590010.5981

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

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

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

Base Numbers

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

RGB Percentages of Color #eeafac

%40.68
%29.91
%29.40

CMYK Percentages of Color #eeafac

%0
%26
%28
%7

Triadic Colors of #eeafac

#eeafac #aceeaf #afacee

Analogous Colors of #eeafac

#eeafac #eed0ac #eeacca

Monochromatic Colors of #eeafac

#eeafac

Complementary Color

#eeafac #acebee

#eeafac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeafac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeafac Color CSS Codes

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

#eeafac Text Font Color

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

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


#eeafac Background Color

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

This div background color is #eeafac


#eeafac Border Color

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

This div border color is #eeafac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeafac


Comments

No comments written yet.

Please login to write comment.