Color Hex Logo

#eab93f Color Hex

#EAB93F
(234,185,63)
0 Favorites   0 Comments

Color spaces of #eab93f

RGB 23418563
HSL0.120.800.58
HSV43°73°92°
CMYK 0.000.210.73   0.08
XYZ52.177852.549212.0956
Yxy52.54920.44660.4498
Hunter Lab72.49081.622740.8506
CIE-Lab77.60815.921265.2499

#eab93f color RGB value is (234,185,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 00111111
Octal 352 271 77
Decimal 234 185 63
Hex EA B9 3F

RGB Percentages of Color #eab93f

%48.55
%38.38
%13.07

CMYK Percentages of Color #eab93f

%0
%21
%73
%8

Triadic Colors of #eab93f

#eab93f #3feab9 #b93fea

Analogous Colors of #eab93f

#eab93f #c6ea3f #ea633f

Monochromatic Colors of #eab93f

#eab93f

Complementary Color

#eab93f #3f70ea

#eab93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab93f Color CSS Codes

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

#eab93f Text Font Color

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

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


#eab93f Background Color

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

This div background color is #eab93f


#eab93f Border Color

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

This div border color is #eab93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab93f


Comments

No comments written yet.

Please login to write comment.