Color Hex Logo

#eab123 Color Hex

#EAB123
(234,177,35)
0 Favorites   0 Comments

Color spaces of #eab123

RGB 23417735
HSL0.120.830.53
HSV43°85°92°
CMYK 0.000.240.85   0.08
XYZ49.957249.05818.4262
Yxy49.05810.46500.4566
Hunter Lab70.04154.742841.8963
CIE-Lab75.48759.169672.5080

#eab123 color RGB value is (234,177,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 00100011
Octal 352 261 43
Decimal 234 177 35
Hex EA B1 23

RGB Percentages of Color #eab123

%52.47
%39.69
%7.85

CMYK Percentages of Color #eab123

%0
%24
%85
%8

Triadic Colors of #eab123

#eab123 #23eab1 #b123ea

Analogous Colors of #eab123

#eab123 #c0ea23 #ea4e23

Monochromatic Colors of #eab123

#eab123

Complementary Color

#eab123 #235cea

#eab123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab123 Color CSS Codes

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

#eab123 Text Font Color

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

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


#eab123 Background Color

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

This div background color is #eab123


#eab123 Border Color

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

This div border color is #eab123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab123


Comments

No comments written yet.

Please login to write comment.