Color Hex Logo

#eab656 Color Hex

#EAB656
(234,182,86)
0 Favorites   0 Comments

Color spaces of #eab656

RGB 23418286
HSL0.110.780.63
HSV39°63°92°
CMYK 0.000.220.63   0.08
XYZ52.339351.620216.0092
Yxy51.62020.43630.4303
Hunter Lab71.84724.301237.0819
CIE-Lab77.05328.735054.8764

#eab656 color RGB value is (234,182,86).

#eab656 hex color red value is 234, green value is 182 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #eab656 hue: 0.11 , saturation: 0.78 and the lightness value of eab656 is 0.63.

The process color (four color CMYK) of #eab656 color hex is 0.00, 0.22, 0.63, 0.08. Web safe color of #eab656 is #ffcc66. Color #eab656 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110110 01010110
Octal 352 266 126
Decimal 234 182 86
Hex EA B6 56

RGB Percentages of Color #eab656

%46.61
%36.25
%17.13

CMYK Percentages of Color #eab656

%0
%22
%63
%8

Triadic Colors of #eab656

#eab656 #56eab6 #b656ea

Analogous Colors of #eab656

#eab656 #d4ea56 #ea6c56

Monochromatic Colors of #eab656

#eab656

Complementary Color

#eab656 #568aea

#eab656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab656 Color CSS Codes

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

#eab656 Text Font Color

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

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


#eab656 Background Color

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

This div background color is #eab656


#eab656 Border Color

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

This div border color is #eab656


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab656


Comments

No comments written yet.

Please login to write comment.