Color Hex Logo

#eab83c Color Hex

#EAB83C
(234,184,60)
0 Favorites   0 Comments

Color spaces of #eab83c

RGB 23418460
HSL0.120.810.58
HSV43°74°92°
CMYK 0.000.210.74   0.08
XYZ51.887852.099611.5964
Yxy52.09960.44890.4508
Hunter Lab72.18012.002541.0005
CIE-Lab77.34046.315366.1296

#eab83c color RGB value is (234,184,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111000 00111100
Octal 352 270 74
Decimal 234 184 60
Hex EA B8 3C

RGB Percentages of Color #eab83c

%48.95
%38.49
%12.55

CMYK Percentages of Color #eab83c

%0
%21
%74
%8

Triadic Colors of #eab83c

#eab83c #3ceab8 #b83cea

Analogous Colors of #eab83c

#eab83c #c5ea3c #ea613c

Monochromatic Colors of #eab83c

#eab83c

Complementary Color

#eab83c #3c6eea

#eab83c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab83c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab83c Color CSS Codes

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

#eab83c Text Font Color

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

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


#eab83c Background Color

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

This div background color is #eab83c


#eab83c Border Color

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

This div border color is #eab83c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab83c


Comments

No comments written yet.

Please login to write comment.