Color Hex Logo

#eec54c Color Hex

#EEC54C
(238,197,76)
0 Favorites   0 Comments

Color spaces of #eec54c

RGB 23819776
HSL0.120.830.62
HSV45°68°93°
CMYK 0.000.170.68   0.07
XYZ56.530758.631515.1750
Yxy58.63150.43370.4498
Hunter Lab76.5712-2.217341.8497
CIE-Lab81.08862.001063.7004

#eec54c color RGB value is (238,197,76).

#eec54c hex color red value is 238, green value is 197 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #eec54c hue: 0.12 , saturation: 0.83 and the lightness value of eec54c is 0.62.

The process color (four color CMYK) of #eec54c color hex is 0.00, 0.17, 0.68, 0.07. Web safe color of #eec54c is #ffcc33. Color #eec54c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000101 01001100
Octal 356 305 114
Decimal 238 197 76
Hex EE C5 4C

RGB Percentages of Color #eec54c

%46.58
%38.55
%14.87

CMYK Percentages of Color #eec54c

%0
%17
%68
%7

Triadic Colors of #eec54c

#eec54c #4ceec5 #c54cee

Analogous Colors of #eec54c

#eec54c #c6ee4c #ee744c

Monochromatic Colors of #eec54c

#eec54c

Complementary Color

#eec54c #4c75ee

#eec54c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec54c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec54c Color CSS Codes

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

#eec54c Text Font Color

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

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


#eec54c Background Color

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

This div background color is #eec54c


#eec54c Border Color

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

This div border color is #eec54c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec54c


Comments

No comments written yet.

Please login to write comment.