Color Hex Logo

#eec6af Color Hex

#EEC6AF
(238,198,175)
0 Favorites   0 Comments

Color spaces of #eec6af

RGB 238198175
HSL0.060.650.81
HSV22°26°93°
CMYK 0.000.170.26   0.07
XYZ63.191861.660549.1285
Yxy61.66050.36320.3544
Hunter Lab78.52426.229317.8723
CIE-Lab82.732510.821316.8300

#eec6af color RGB value is (238,198,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000110 10101111
Octal 356 306 257
Decimal 238 198 175
Hex EE C6 AF

RGB Percentages of Color #eec6af

%38.95
%32.41
%28.64

CMYK Percentages of Color #eec6af

%0
%17
%26
%7

Triadic Colors of #eec6af

#eec6af #afeec6 #c6afee

Analogous Colors of #eec6af

#eec6af #eee6af #eeafb8

Monochromatic Colors of #eec6af

#eec6af

Complementary Color

#eec6af #afd7ee

#eec6af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec6af Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec6af Color CSS Codes

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

#eec6af Text Font Color

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

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


#eec6af Background Color

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

This div background color is #eec6af


#eec6af Border Color

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

This div border color is #eec6af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec6af


Comments

No comments written yet.

Please login to write comment.