Color Hex Logo

#eba342 Color Hex

#EBA342
(235,163,66)
0 Favorites   0 Comments

Color spaces of #eba342

RGB 23516366
HSL0.100.810.59
HSV34°72°92°
CMYK 0.000.310.72   0.08
XYZ48.341544.249911.1475
Yxy44.24990.46600.4266
Hunter Lab66.520613.307536.6286
CIE-Lab72.395218.100458.8429

#eba342 color RGB value is (235,163,66).

#eba342 hex color red value is 235, green value is 163 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #eba342 hue: 0.10 , saturation: 0.81 and the lightness value of eba342 is 0.59.

The process color (four color CMYK) of #eba342 color hex is 0.00, 0.31, 0.72, 0.08. Web safe color of #eba342 is #ff9933. Color #eba342 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100011 01000010
Octal 353 243 102
Decimal 235 163 66
Hex EB A3 42

RGB Percentages of Color #eba342

%50.65
%35.13
%14.22

CMYK Percentages of Color #eba342

%0
%31
%72
%8

Triadic Colors of #eba342

#eba342 #42eba3 #a342eb

Analogous Colors of #eba342

#eba342 #dfeb42 #eb4f42

Monochromatic Colors of #eba342

#eba342

Complementary Color

#eba342 #428aeb

#eba342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba342 Color CSS Codes

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

#eba342 Text Font Color

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

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


#eba342 Background Color

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

This div background color is #eba342


#eba342 Border Color

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

This div border color is #eba342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba342


Comments

No comments written yet.

Please login to write comment.