Color Hex Logo

#eec80e Color Hex

#EEC80E
(238,200,14)
0 Favorites   0 Comments

Color spaces of #eec80e

RGB 23820014
HSL0.140.890.49
HSV50°94°93°
CMYK 0.000.160.94   0.07
XYZ55.993459.51748.9523
Yxy59.51740.44990.4782
Hunter Lab77.1475-5.453547.1232
CIE-Lab81.5752-1.432681.2660

#eec80e color RGB value is (238,200,14).

#eec80e hex color red value is 238, green value is 200 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #eec80e hue: 0.14 , saturation: 0.89 and the lightness value of eec80e is 0.49.

The process color (four color CMYK) of #eec80e color hex is 0.00, 0.16, 0.94, 0.07. Web safe color of #eec80e is #ffcc00. Color #eec80e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001000 00001110
Octal 356 310 16
Decimal 238 200 14
Hex EE C8 E

RGB Percentages of Color #eec80e

%52.65
%44.25
%3.10

CMYK Percentages of Color #eec80e

%0
%16
%94
%7

Triadic Colors of #eec80e

#eec80e #0eeec8 #c80eee

Analogous Colors of #eec80e

#eec80e #a4ee0e #ee580e

Monochromatic Colors of #eec80e

#eec80e

Complementary Color

#eec80e #0e34ee

#eec80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec80e Color CSS Codes

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

#eec80e Text Font Color

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

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


#eec80e Background Color

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

This div background color is #eec80e


#eec80e Border Color

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

This div border color is #eec80e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec80e


Comments

No comments written yet.

Please login to write comment.