Color Hex Logo

#eec40d Color Hex

#EEC40D
(238,196,13)
0 Favorites   0 Comments

Color spaces of #eec40d

RGB 23819613
HSL0.140.900.49
HSV49°95°93°
CMYK 0.000.180.95   0.07
XYZ55.072557.68618.6127
Yxy57.68610.45380.4753
Hunter Lab75.9514-3.484246.4426
CIE-Lab80.56400.615580.6364

#eec40d color RGB value is (238,196,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000100 00001101
Octal 356 304 15
Decimal 238 196 13
Hex EE C4 D

RGB Percentages of Color #eec40d

%53.24
%43.85
%2.91

CMYK Percentages of Color #eec40d

%0
%18
%95
%7

Triadic Colors of #eec40d

#eec40d #0deec4 #c40dee

Analogous Colors of #eec40d

#eec40d #a8ee0d #ee540d

Monochromatic Colors of #eec40d

#eec40d

Complementary Color

#eec40d #0d37ee

#eec40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec40d Color CSS Codes

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

#eec40d Text Font Color

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

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


#eec40d Background Color

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

This div background color is #eec40d


#eec40d Border Color

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

This div border color is #eec40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec40d


Comments

No comments written yet.

Please login to write comment.