Color Hex Logo

#eab624 Color Hex

#EAB624
(234,182,36)
0 Favorites   0 Comments

Color spaces of #eab624

RGB 23418236
HSL0.120.830.53
HSV44°85°92°
CMYK 0.000.220.85   0.08
XYZ50.978151.07578.8408
Yxy51.07570.45970.4606
Hunter Lab71.46732.257642.6927
CIE-Lab76.72486.566273.2659

#eab624 color RGB value is (234,182,36).

#eab624 hex color red value is 234, green value is 182 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #eab624 hue: 0.12 , saturation: 0.83 and the lightness value of eab624 is 0.53.

The process color (four color CMYK) of #eab624 color hex is 0.00, 0.22, 0.85, 0.08. Web safe color of #eab624 is #ffcc33. Color #eab624 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110110 00100100
Octal 352 266 44
Decimal 234 182 36
Hex EA B6 24

RGB Percentages of Color #eab624

%51.77
%40.27
%7.96

CMYK Percentages of Color #eab624

%0
%22
%85
%8

Triadic Colors of #eab624

#eab624 #24eab6 #b624ea

Analogous Colors of #eab624

#eab624 #bbea24 #ea5324

Monochromatic Colors of #eab624

#eab624

Complementary Color

#eab624 #2458ea

#eab624 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab624 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab624 Color CSS Codes

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

#eab624 Text Font Color

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

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


#eab624 Background Color

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

This div background color is #eab624


#eab624 Border Color

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

This div border color is #eab624


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab624


Comments

No comments written yet.

Please login to write comment.