Color Hex Logo

#eec40f Color Hex

#EEC40F
(238,196,15)
0 Favorites   0 Comments

Color spaces of #eec40f

RGB 23819615
HSL0.140.880.50
HSV49°94°93°
CMYK 0.000.180.94   0.07
XYZ55.086057.69158.6842
Yxy57.69150.45350.4750
Hunter Lab75.9549-3.464746.3896
CIE-Lab80.56700.636680.4047

#eec40f color RGB value is (238,196,15).

#eec40f hex color red value is 238, green value is 196 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #eec40f hue: 0.14 , saturation: 0.88 and the lightness value of eec40f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000100 00001111
Octal 356 304 17
Decimal 238 196 15
Hex EE C4 F

RGB Percentages of Color #eec40f

%53.01
%43.65
%3.34

CMYK Percentages of Color #eec40f

%0
%18
%94
%7

Triadic Colors of #eec40f

#eec40f #0feec4 #c40fee

Analogous Colors of #eec40f

#eec40f #a9ee0f #ee550f

Monochromatic Colors of #eec40f

#eec40f

Complementary Color

#eec40f #0f39ee

#eec40f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec40f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec40f Color CSS Codes

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

#eec40f Text Font Color

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

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


#eec40f Background Color

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

This div background color is #eec40f


#eec40f Border Color

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

This div border color is #eec40f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec40f


Comments

No comments written yet.

Please login to write comment.