Color Hex Logo

#eeac2f Color Hex

#EEAC2F
(238,172,47)
0 Favorites   0 Comments

Color spaces of #eeac2f

RGB 23817247
HSL0.110.850.56
HSV39°80°93°
CMYK 0.000.280.80   0.07
XYZ50.525547.88749.2695
Yxy47.88740.46920.4447
Hunter Lab69.20079.226940.4986
CIE-Lab74.753913.856068.4898

#eeac2f color RGB value is (238,172,47).

#eeac2f hex color red value is 238, green value is 172 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #eeac2f hue: 0.11 , saturation: 0.85 and the lightness value of eeac2f is 0.56.

The process color (four color CMYK) of #eeac2f color hex is 0.00, 0.28, 0.80, 0.07. Web safe color of #eeac2f is #ff9933. Color #eeac2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 00101111
Octal 356 254 57
Decimal 238 172 47
Hex EE AC 2F

RGB Percentages of Color #eeac2f

%52.08
%37.64
%10.28

CMYK Percentages of Color #eeac2f

%0
%28
%80
%7

Triadic Colors of #eeac2f

#eeac2f #2feeac #ac2fee

Analogous Colors of #eeac2f

#eeac2f #d1ee2f #ee4c2f

Monochromatic Colors of #eeac2f

#eeac2f

Complementary Color

#eeac2f #2f71ee

#eeac2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeac2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeac2f Color CSS Codes

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

#eeac2f Text Font Color

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

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


#eeac2f Background Color

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

This div background color is #eeac2f


#eeac2f Border Color

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

This div border color is #eeac2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeac2f

#eeac2f Color Palettes


Comments

No comments written yet.

Please login to write comment.