Color Hex Logo

#eeac5e Color Hex

#EEAC5E
(238,172,94)
0 Favorites   0 Comments

Color spaces of #eeac5e

RGB 23817294
HSL0.090.810.65
HSV33°61°93°
CMYK 0.000.280.61   0.07
XYZ52.032848.490317.2068
Yxy48.49030.44200.4119
Hunter Lab69.635011.518034.0939
CIE-Lab75.133116.209648.9968

#eeac5e color RGB value is (238,172,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 01011110
Octal 356 254 136
Decimal 238 172 94
Hex EE AC 5E

RGB Percentages of Color #eeac5e

%47.22
%34.13
%18.65

CMYK Percentages of Color #eeac5e

%0
%28
%61
%7

Triadic Colors of #eeac5e

#eeac5e #5eeeac #ac5eee

Analogous Colors of #eeac5e

#eeac5e #e8ee5e #ee645e

Monochromatic Colors of #eeac5e

#eeac5e

Complementary Color

#eeac5e #5ea0ee

#eeac5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeac5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeac5e Color CSS Codes

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

#eeac5e Text Font Color

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

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


#eeac5e Background Color

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

This div background color is #eeac5e


#eeac5e Border Color

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

This div border color is #eeac5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeac5e


Comments

No comments written yet.

Please login to write comment.