Color Hex Logo

#eec126 Color Hex

#EEC126
(238,193,38)
0 Favorites   0 Comments

Color spaces of #eec126

RGB 23819338
HSL0.130.850.54
HSV47°84°93°
CMYK 0.000.190.84   0.07
XYZ54.679756.45709.8491
Yxy56.45700.45200.4666
Hunter Lab75.1379-1.592444.8248
CIE-Lab79.87322.599575.5195

#eec126 color RGB value is (238,193,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000001 00100110
Octal 356 301 46
Decimal 238 193 38
Hex EE C1 26

RGB Percentages of Color #eec126

%50.75
%41.15
%8.10

CMYK Percentages of Color #eec126

%0
%19
%84
%7

Triadic Colors of #eec126

#eec126 #26eec1 #c126ee

Analogous Colors of #eec126

#eec126 #b7ee26 #ee5d26

Monochromatic Colors of #eec126

#eec126

Complementary Color

#eec126 #2653ee

#eec126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec126 Color CSS Codes

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

#eec126 Text Font Color

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

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


#eec126 Background Color

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

This div background color is #eec126


#eec126 Border Color

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

This div border color is #eec126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec126


Comments

No comments written yet.

Please login to write comment.