Color Hex Logo

#eab930 Color Hex

#EAB930
(234,185,48)
0 Favorites   0 Comments

Color spaces of #eab930

RGB 23418548
HSL0.120.820.55
HSV44°79°92°
CMYK 0.000.210.79   0.08
XYZ51.814152.403710.1803
Yxy52.40370.45290.4581
Hunter Lab72.39041.079842.3353
CIE-Lab77.52165.340570.4697

#eab930 color RGB value is (234,185,48).

#eab930 hex color red value is 234, green value is 185 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #eab930 hue: 0.12 , saturation: 0.82 and the lightness value of eab930 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 00110000
Octal 352 271 60
Decimal 234 185 48
Hex EA B9 30

RGB Percentages of Color #eab930

%50.11
%39.61
%10.28

CMYK Percentages of Color #eab930

%0
%21
%79
%8

Triadic Colors of #eab930

#eab930 #30eab9 #b930ea

Analogous Colors of #eab930

#eab930 #beea30 #ea5c30

Monochromatic Colors of #eab930

#eab930

Complementary Color

#eab930 #3061ea

#eab930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab930 Color CSS Codes

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

#eab930 Text Font Color

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

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


#eab930 Background Color

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

This div background color is #eab930


#eab930 Border Color

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

This div border color is #eab930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab930


Comments

No comments written yet.

Please login to write comment.