Color Hex Logo

#eeac12 Color Hex

#EEAC12
(238,172,18)
0 Favorites   0 Comments

Color spaces of #eeac12

RGB 23817218
HSL0.120.870.50
HSV42°92°93°
CMYK 0.000.280.92   0.07
XYZ50.121647.72597.1426
Yxy47.72590.47740.4546
Hunter Lab69.08398.608042.2288
CIE-Lab74.651713.214175.6353

#eeac12 color RGB value is (238,172,18).

#eeac12 hex color red value is 238, green value is 172 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #eeac12 hue: 0.12 , saturation: 0.87 and the lightness value of eeac12 is 0.50.

The process color (four color CMYK) of #eeac12 color hex is 0.00, 0.28, 0.92, 0.07. Web safe color of #eeac12 is #ff9900. Color #eeac12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 00010010
Octal 356 254 22
Decimal 238 172 18
Hex EE AC 12

RGB Percentages of Color #eeac12

%55.61
%40.19
%4.21

CMYK Percentages of Color #eeac12

%0
%28
%92
%7

Triadic Colors of #eeac12

#eeac12 #12eeac #ac12ee

Analogous Colors of #eeac12

#eeac12 #c2ee12 #ee3e12

Monochromatic Colors of #eeac12

#eeac12

Complementary Color

#eeac12 #1254ee

#eeac12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeac12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeac12 Color CSS Codes

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

#eeac12 Text Font Color

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

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


#eeac12 Background Color

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

This div background color is #eeac12


#eeac12 Border Color

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

This div border color is #eeac12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeac12


Comments

No comments written yet.

Please login to write comment.