Color Hex Logo

#eec056 Color Hex

#EEC056
(238,192,86)
0 Favorites   0 Comments

Color spaces of #eec056

RGB 23819286
HSL0.120.820.64
HSV42°64°93°
CMYK 0.000.190.64   0.07
XYZ55.789256.548316.7786
Yxy56.54830.43210.4380
Hunter Lab75.19860.830139.4100
CIE-Lab79.92495.170658.1629

#eec056 color RGB value is (238,192,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000000 01010110
Octal 356 300 126
Decimal 238 192 86
Hex EE C0 56

RGB Percentages of Color #eec056

%46.12
%37.21
%16.67

CMYK Percentages of Color #eec056

%0
%19
%64
%7

Triadic Colors of #eec056

#eec056 #56eec0 #c056ee

Analogous Colors of #eec056

#eec056 #d0ee56 #ee7456

Monochromatic Colors of #eec056

#eec056

Complementary Color

#eec056 #5684ee

#eec056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec056 Color CSS Codes

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

#eec056 Text Font Color

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

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


#eec056 Background Color

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

This div background color is #eec056


#eec056 Border Color

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

This div border color is #eec056


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,192,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 #eec056">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec056


Comments

No comments written yet.

Please login to write comment.