Color Hex Logo

#eec127 Color Hex

#EEC127
(238,193,39)
0 Favorites   0 Comments

Color spaces of #eec127

RGB 23819339
HSL0.130.850.54
HSV46°84°93°
CMYK 0.000.190.84   0.07
XYZ54.696156.46369.9352
Yxy56.46360.45170.4663
Hunter Lab75.1423-1.568744.7603
CIE-Lab79.87692.624975.2651

#eec127 color RGB value is (238,193,39).

#eec127 hex color red value is 238, green value is 193 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #eec127 hue: 0.13 , saturation: 0.85 and the lightness value of eec127 is 0.54.

The process color (four color CMYK) of #eec127 color hex is 0.00, 0.19, 0.84, 0.07. Web safe color of #eec127 is #ffcc33. Color #eec127 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000001 00100111
Octal 356 301 47
Decimal 238 193 39
Hex EE C1 27

RGB Percentages of Color #eec127

%50.64
%41.06
%8.30

CMYK Percentages of Color #eec127

%0
%19
%84
%7

Triadic Colors of #eec127

#eec127 #27eec1 #c127ee

Analogous Colors of #eec127

#eec127 #b8ee27 #ee5e27

Monochromatic Colors of #eec127

#eec127

Complementary Color

#eec127 #2754ee

#eec127 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec127 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec127 Color CSS Codes

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

#eec127 Text Font Color

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

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


#eec127 Background Color

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

This div background color is #eec127


#eec127 Border Color

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

This div border color is #eec127


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec127


Comments

No comments written yet.

Please login to write comment.