Color Hex Logo

#eecfaf Color Hex

#EECFAF
(238,207,175)
0 Favorites   0 Comments

Color spaces of #eecfaf

RGB 238207175
HSL0.080.650.81
HSV30°26°93°
CMYK 0.000.130.26   0.07
XYZ65.310665.897949.8348
Yxy65.89790.36070.3640
Hunter Lab81.17751.549820.4262
CIE-Lab84.94436.111719.9118

#eecfaf color RGB value is (238,207,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001111 10101111
Octal 356 317 257
Decimal 238 207 175
Hex EE CF AF

RGB Percentages of Color #eecfaf

%38.39
%33.39
%28.23

CMYK Percentages of Color #eecfaf

%0
%13
%26
%7

Triadic Colors of #eecfaf

#eecfaf #afeecf #cfafee

Analogous Colors of #eecfaf

#eecfaf #eeeeaf #eeb0af

Monochromatic Colors of #eecfaf

#eecfaf

Complementary Color

#eecfaf #afceee

#eecfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecfaf Color CSS Codes

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

#eecfaf Text Font Color

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

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


#eecfaf Background Color

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

This div background color is #eecfaf


#eecfaf Border Color

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

This div border color is #eecfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecfaf


Comments

No comments written yet.

Please login to write comment.