Color Hex Logo

#eab900 Color Hex

#EAB900
(234,185,0)
0 Favorites   0 Comments

Color spaces of #eab900

RGB 2341850
HSL0.131.000.46
HSV47°100°92°
CMYK 0.000.211.00   0.08
XYZ51.280652.19037.3710
Yxy52.19030.46260.4709
Hunter Lab72.24290.280844.5206
CIE-Lab77.39454.481779.5135

#eab900 color RGB value is (234,185,0).

#eab900 hex color red value is 234, green value is 185 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #eab900 hue: 0.13 , saturation: 1.00 and the lightness value of eab900 is 0.46.

The process color (four color CMYK) of #eab900 color hex is 0.00, 0.21, 1.00, 0.08. Web safe color of #eab900 is #ffcc00. Color #eab900 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 00000000
Octal 352 271 0
Decimal 234 185 0
Hex EA B9 0

RGB Percentages of Color #eab900

%55.85
%44.15
%0.00

CMYK Percentages of Color #eab900

%0
%21
%100
%8

Triadic Colors of #eab900

#eab900 #00eab9 #b900ea

Analogous Colors of #eab900

#eab900 #a6ea00 #ea4400

Monochromatic Colors of #eab900

#eab900

Complementary Color

#eab900 #0031ea

#eab900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab900 Color CSS Codes

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

#eab900 Text Font Color

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

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


#eab900 Background Color

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

This div background color is #eab900


#eab900 Border Color

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

This div border color is #eab900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab900


Comments

No comments written yet.

Please login to write comment.