Color Hex Logo

#eec156 Color Hex

#EEC156
(238,193,86)
0 Favorites   0 Comments

Color spaces of #eec156

RGB 23819386
HSL0.120.820.64
HSV42°64°93°
CMYK 0.000.190.64   0.07
XYZ56.009656.989016.8520
Yxy56.98900.43130.4389
Hunter Lab75.49110.326439.6083
CIE-Lab80.17344.649958.4353

#eec156 color RGB value is (238,193,86).

#eec156 hex color red value is 238, green value is 193 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #eec156 hue: 0.12 , saturation: 0.82 and the lightness value of eec156 is 0.64.

The process color (four color CMYK) of #eec156 color hex is 0.00, 0.19, 0.64, 0.07. Web safe color of #eec156 is #ffcc66. Color #eec156 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000001 01010110
Octal 356 301 126
Decimal 238 193 86
Hex EE C1 56

RGB Percentages of Color #eec156

%46.03
%37.33
%16.63

CMYK Percentages of Color #eec156

%0
%19
%64
%7

Triadic Colors of #eec156

#eec156 #56eec1 #c156ee

Analogous Colors of #eec156

#eec156 #cfee56 #ee7556

Monochromatic Colors of #eec156

#eec156

Complementary Color

#eec156 #5683ee

#eec156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec156 Color CSS Codes

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

#eec156 Text Font Color

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

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


#eec156 Background Color

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

This div background color is #eec156


#eec156 Border Color

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

This div border color is #eec156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec156


Comments

No comments written yet.

Please login to write comment.