Color Hex Logo

#eab842 Color Hex

#EAB842
(234,184,66)
0 Favorites   0 Comments

Color spaces of #eab842

RGB 23418466
HSL0.120.800.59
HSV42°72°92°
CMYK 0.000.210.72   0.08
XYZ52.055552.166812.4798
Yxy52.16680.44610.4470
Hunter Lab72.22662.252940.3141
CIE-Lab77.38056.582263.8501

#eab842 color RGB value is (234,184,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111000 01000010
Octal 352 270 102
Decimal 234 184 66
Hex EA B8 42

RGB Percentages of Color #eab842

%48.35
%38.02
%13.64

CMYK Percentages of Color #eab842

%0
%21
%72
%8

Triadic Colors of #eab842

#eab842 #42eab8 #b842ea

Analogous Colors of #eab842

#eab842 #c8ea42 #ea6442

Monochromatic Colors of #eab842

#eab842

Complementary Color

#eab842 #4274ea

#eab842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab842 Color CSS Codes

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

#eab842 Text Font Color

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

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


#eab842 Background Color

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

This div background color is #eab842


#eab842 Border Color

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

This div border color is #eab842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab842


Comments

No comments written yet.

Please login to write comment.