Color Hex Logo

#eecfac Color Hex

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

Color spaces of #eecfac

RGB 238207172
HSL0.090.660.80
HSV32°28°93°
CMYK 0.000.130.28   0.07
XYZ65.019165.781348.2999
Yxy65.78130.36300.3673
Hunter Lab81.10571.161221.4657
CIE-Lab84.88475.711121.4080

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

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

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

Base Numbers

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

RGB Percentages of Color #eecfac

%38.57
%33.55
%27.88

CMYK Percentages of Color #eecfac

%0
%13
%28
%7

Triadic Colors of #eecfac

#eecfac #aceecf #cfacee

Analogous Colors of #eecfac

#eecfac #eceeac #eeaeac

Monochromatic Colors of #eecfac

#eecfac

Complementary Color

#eecfac #accbee

#eecfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecfac Color CSS Codes

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

#eecfac Text Font Color

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

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


#eecfac Background Color

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

This div background color is #eecfac


#eecfac Border Color

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

This div border color is #eecfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecfac


Comments

No comments written yet.

Please login to write comment.