Color Hex Logo

#eab35a Color Hex

#EAB35A
(234,179,90)
0 Favorites   0 Comments

Color spaces of #eab35a

RGB 23417990
HSL0.100.770.64
HSV37°62°92°
CMYK 0.000.240.62   0.08
XYZ51.897250.470816.6794
Yxy50.47080.43590.4240
Hunter Lab71.04286.070435.8099
CIE-Lab76.357310.577252.2237

#eab35a color RGB value is (234,179,90).

#eab35a hex color red value is 234, green value is 179 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #eab35a hue: 0.10 , saturation: 0.77 and the lightness value of eab35a is 0.64.

The process color (four color CMYK) of #eab35a color hex is 0.00, 0.24, 0.62, 0.08. Web safe color of #eab35a is #ffcc66. Color #eab35a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110011 01011010
Octal 352 263 132
Decimal 234 179 90
Hex EA B3 5A

RGB Percentages of Color #eab35a

%46.52
%35.59
%17.89

CMYK Percentages of Color #eab35a

%0
%24
%62
%8

Triadic Colors of #eab35a

#eab35a #5aeab3 #b35aea

Analogous Colors of #eab35a

#eab35a #d9ea5a #ea6b5a

Monochromatic Colors of #eab35a

#eab35a

Complementary Color

#eab35a #5a91ea

#eab35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab35a Color CSS Codes

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

#eab35a Text Font Color

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

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


#eab35a Background Color

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

This div background color is #eab35a


#eab35a Border Color

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

This div border color is #eab35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab35a


Comments

No comments written yet.

Please login to write comment.