Color Hex Logo

#eab83e Color Hex

#EAB83E
(234,184,62)
0 Favorites   0 Comments

Color spaces of #eab83e

RGB 23418462
HSL0.120.800.58
HSV43°74°92°
CMYK 0.000.210.74   0.08
XYZ51.941752.121211.8802
Yxy52.12120.44800.4495
Hunter Lab72.19502.083040.7799
CIE-Lab77.35336.401265.3847

#eab83e color RGB value is (234,184,62).

#eab83e hex color red value is 234, green value is 184 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #eab83e hue: 0.12 , saturation: 0.80 and the lightness value of eab83e is 0.58.

The process color (four color CMYK) of #eab83e color hex is 0.00, 0.21, 0.74, 0.08. Web safe color of #eab83e is #ffcc33. Color #eab83e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111000 00111110
Octal 352 270 76
Decimal 234 184 62
Hex EA B8 3E

RGB Percentages of Color #eab83e

%48.75
%38.33
%12.92

CMYK Percentages of Color #eab83e

%0
%21
%74
%8

Triadic Colors of #eab83e

#eab83e #3eeab8 #b83eea

Analogous Colors of #eab83e

#eab83e #c6ea3e #ea623e

Monochromatic Colors of #eab83e

#eab83e

Complementary Color

#eab83e #3e70ea

#eab83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab83e Color CSS Codes

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

#eab83e Text Font Color

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

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


#eab83e Background Color

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

This div background color is #eab83e


#eab83e Border Color

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

This div border color is #eab83e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,184,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab83e


Comments

No comments written yet.

Please login to write comment.