Color Hex Logo

#eeb056 Color Hex

#EEB056
(238,176,86)
0 Favorites   0 Comments

Color spaces of #eeb056

RGB 23817686
HSL0.100.820.64
HSV36°64°93°
CMYK 0.000.260.64   0.07
XYZ52.464949.899715.6705
Yxy49.89970.44450.4228
Hunter Lab70.63978.954436.2951
CIE-Lab76.007713.569153.8235

#eeb056 color RGB value is (238,176,86).

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

The process color (four color CMYK) of #eeb056 color hex is 0.00, 0.26, 0.64, 0.07. Web safe color of #eeb056 is #ff9966. Color #eeb056 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110000 01010110
Octal 356 260 126
Decimal 238 176 86
Hex EE B0 56

RGB Percentages of Color #eeb056

%47.60
%35.20
%17.20

CMYK Percentages of Color #eeb056

%0
%26
%64
%7

Triadic Colors of #eeb056

#eeb056 #56eeb0 #b056ee

Analogous Colors of #eeb056

#eeb056 #e0ee56 #ee6456

Monochromatic Colors of #eeb056

#eeb056

Complementary Color

#eeb056 #5694ee

#eeb056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb056 Color CSS Codes

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

#eeb056 Text Font Color

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

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


#eeb056 Background Color

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

This div background color is #eeb056


#eeb056 Border Color

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

This div border color is #eeb056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb056


Comments

No comments written yet.

Please login to write comment.