Color Hex Logo

#eeac6f Color Hex

#EEAC6F
(238,172,111)
0 Favorites   0 Comments

Color spaces of #eeac6f

RGB 238172111
HSL0.080.790.68
HSV29°53°93°
CMYK 0.000.280.53   0.07
XYZ52.881748.829921.6769
Yxy48.82990.42860.3957
Hunter Lab69.878412.795830.5226
CIE-Lab75.345417.507040.7101

#eeac6f color RGB value is (238,172,111).

#eeac6f hex color red value is 238, green value is 172 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #eeac6f hue: 0.08 , saturation: 0.79 and the lightness value of eeac6f is 0.68.

The process color (four color CMYK) of #eeac6f color hex is 0.00, 0.28, 0.53, 0.07. Web safe color of #eeac6f is #ff9966. Color #eeac6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 01101111
Octal 356 254 157
Decimal 238 172 111
Hex EE AC 6F

RGB Percentages of Color #eeac6f

%45.68
%33.01
%21.31

CMYK Percentages of Color #eeac6f

%0
%28
%53
%7

Triadic Colors of #eeac6f

#eeac6f #6feeac #ac6fee

Analogous Colors of #eeac6f

#eeac6f #eeec6f #ee6f72

Monochromatic Colors of #eeac6f

#eeac6f

Complementary Color

#eeac6f #6fb1ee

#eeac6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeac6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeac6f Color CSS Codes

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

#eeac6f Text Font Color

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

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


#eeac6f Background Color

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

This div background color is #eeac6f


#eeac6f Border Color

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

This div border color is #eeac6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeac6f


Comments

No comments written yet.

Please login to write comment.