Color Hex Logo

#eec122 Color Hex

#EEC122
(238,193,34)
0 Favorites   0 Comments

Color spaces of #eec122

RGB 23819334
HSL0.130.860.53
HSV47°86°93°
CMYK 0.000.190.86   0.07
XYZ54.618656.43269.5272
Yxy56.43260.45300.4680
Hunter Lab75.1216-1.681145.0658
CIE-Lab79.85942.504176.4846

#eec122 color RGB value is (238,193,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000001 00100010
Octal 356 301 42
Decimal 238 193 34
Hex EE C1 22

RGB Percentages of Color #eec122

%51.18
%41.51
%7.31

CMYK Percentages of Color #eec122

%0
%19
%86
%7

Triadic Colors of #eec122

#eec122 #22eec1 #c122ee

Analogous Colors of #eec122

#eec122 #b5ee22 #ee5b22

Monochromatic Colors of #eec122

#eec122

Complementary Color

#eec122 #224fee

#eec122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec122 Color CSS Codes

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

#eec122 Text Font Color

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

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


#eec122 Background Color

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

This div background color is #eec122


#eec122 Border Color

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

This div border color is #eec122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec122


Comments

No comments written yet.

Please login to write comment.