Color Hex Logo

#eab343 Color Hex

#EAB343
(234,179,67)
0 Favorites   0 Comments

Color spaces of #eab343

RGB 23417967
HSL0.110.800.59
HSV40°71°92°
CMYK 0.000.240.71   0.08
XYZ51.064950.137912.2964
Yxy50.13790.44990.4417
Hunter Lab70.80814.815239.2695
CIE-Lab76.15389.257962.2135

#eab343 color RGB value is (234,179,67).

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

The process color (four color CMYK) of #eab343 color hex is 0.00, 0.24, 0.71, 0.08. Web safe color of #eab343 is #ffcc33. Color #eab343 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110011 01000011
Octal 352 263 103
Decimal 234 179 67
Hex EA B3 43

RGB Percentages of Color #eab343

%48.75
%37.29
%13.96

CMYK Percentages of Color #eab343

%0
%24
%71
%8

Triadic Colors of #eab343

#eab343 #43eab3 #b343ea

Analogous Colors of #eab343

#eab343 #ceea43 #ea6043

Monochromatic Colors of #eab343

#eab343

Complementary Color

#eab343 #437aea

#eab343 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab343 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab343 Color CSS Codes

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

#eab343 Text Font Color

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

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


#eab343 Background Color

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

This div background color is #eab343


#eab343 Border Color

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

This div border color is #eab343


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab343


Comments

No comments written yet.

Please login to write comment.