Color Hex Logo

#eab323 Color Hex

#EAB323
(234,179,35)
0 Favorites   0 Comments

Color spaces of #eab323

RGB 23417935
HSL0.120.830.53
HSV43°85°92°
CMYK 0.000.240.85   0.08
XYZ50.355249.85408.5589
Yxy49.85400.46300.4584
Hunter Lab70.60743.738342.2381
CIE-Lab75.97968.117272.9114

#eab323 color RGB value is (234,179,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110011 00100011
Octal 352 263 43
Decimal 234 179 35
Hex EA B3 23

RGB Percentages of Color #eab323

%52.23
%39.96
%7.81

CMYK Percentages of Color #eab323

%0
%24
%85
%8

Triadic Colors of #eab323

#eab323 #23eab3 #b323ea

Analogous Colors of #eab323

#eab323 #beea23 #ea5023

Monochromatic Colors of #eab323

#eab323

Complementary Color

#eab323 #235aea

#eab323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab323 Color CSS Codes

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

#eab323 Text Font Color

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

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


#eab323 Background Color

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

This div background color is #eab323


#eab323 Border Color

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

This div border color is #eab323


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab323


Comments

No comments written yet.

Please login to write comment.