Color Hex Logo

#eab342 Color Hex

#EAB342
(234,179,66)
0 Favorites   0 Comments

Color spaces of #eab342

RGB 23417966
HSL0.110.800.59
HSV40°72°92°
CMYK 0.000.240.72   0.08
XYZ51.035250.126012.1397
Yxy50.12600.45040.4424
Hunter Lab70.79974.770339.3936
CIE-Lab76.14659.210562.6133

#eab342 color RGB value is (234,179,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110011 01000010
Octal 352 263 102
Decimal 234 179 66
Hex EA B3 42

RGB Percentages of Color #eab342

%48.85
%37.37
%13.78

CMYK Percentages of Color #eab342

%0
%24
%72
%8

Triadic Colors of #eab342

#eab342 #42eab3 #b342ea

Analogous Colors of #eab342

#eab342 #cdea42 #ea5f42

Monochromatic Colors of #eab342

#eab342

Complementary Color

#eab342 #4279ea

#eab342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab342 Color CSS Codes

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

#eab342 Text Font Color

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

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


#eab342 Background Color

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

This div background color is #eab342


#eab342 Border Color

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

This div border color is #eab342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab342


Comments

No comments written yet.

Please login to write comment.