Color Hex Logo

#eab03f Color Hex

#EAB03F
(234,176,63)
0 Favorites   0 Comments

Color spaces of #eab03f

RGB 23417663
HSL0.110.800.58
HSV40°73°92°
CMYK 0.000.250.73   0.08
XYZ50.354248.902011.4877
Yxy48.90200.45470.4416
Hunter Lab69.93006.154439.2111
CIE-Lab75.390310.654463.0646

#eab03f color RGB value is (234,176,63).

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

The process color (four color CMYK) of #eab03f color hex is 0.00, 0.25, 0.73, 0.08. Web safe color of #eab03f is #ff9933. Color #eab03f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110000 00111111
Octal 352 260 77
Decimal 234 176 63
Hex EA B0 3F

RGB Percentages of Color #eab03f

%49.47
%37.21
%13.32

CMYK Percentages of Color #eab03f

%0
%25
%73
%8

Triadic Colors of #eab03f

#eab03f #3feab0 #b03fea

Analogous Colors of #eab03f

#eab03f #cfea3f #ea5b3f

Monochromatic Colors of #eab03f

#eab03f

Complementary Color

#eab03f #3f79ea

#eab03f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab03f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab03f Color CSS Codes

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

#eab03f Text Font Color

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

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


#eab03f Background Color

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

This div background color is #eab03f


#eab03f Border Color

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

This div border color is #eab03f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab03f


Comments

No comments written yet.

Please login to write comment.