Color Hex Logo

#eab23a Color Hex

#EAB23A
(234,178,58)
0 Favorites   0 Comments

Color spaces of #eab23a

RGB 23417858
HSL0.110.810.57
HSV41°75°92°
CMYK 0.000.240.75   0.08
XYZ50.615849.638710.9165
Yxy49.63870.45530.4465
Hunter Lab70.45474.941440.1317
CIE-Lab75.84709.385565.4450

#eab23a color RGB value is (234,178,58).

#eab23a hex color red value is 234, green value is 178 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #eab23a hue: 0.11 , saturation: 0.81 and the lightness value of eab23a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 00111010
Octal 352 262 72
Decimal 234 178 58
Hex EA B2 3A

RGB Percentages of Color #eab23a

%49.79
%37.87
%12.34

CMYK Percentages of Color #eab23a

%0
%24
%75
%8

Triadic Colors of #eab23a

#eab23a #3aeab2 #b23aea

Analogous Colors of #eab23a

#eab23a #caea3a #ea5a3a

Monochromatic Colors of #eab23a

#eab23a

Complementary Color

#eab23a #3a72ea

#eab23a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab23a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab23a Color CSS Codes

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

#eab23a Text Font Color

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

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


#eab23a Background Color

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

This div background color is #eab23a


#eab23a Border Color

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

This div border color is #eab23a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab23a

#eab23a Color Palettes


Comments

No comments written yet.

Please login to write comment.