Color Hex Logo

#eab303 Color Hex

#EAB303
(234,179,3)
0 Favorites   0 Comments

Color spaces of #eab303

RGB 2341793
HSL0.130.970.46
HSV46°99°92°
CMYK 0.000.240.99   0.08
XYZ50.068249.73927.0479
Yxy49.73920.46860.4655
Hunter Lab70.52603.301143.4432
CIE-Lab75.90897.651778.1610

#eab303 color RGB value is (234,179,3).

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

The process color (four color CMYK) of #eab303 color hex is 0.00, 0.24, 0.99, 0.08. Web safe color of #eab303 is #ffcc00. Color #eab303 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110011 00000011
Octal 352 263 3
Decimal 234 179 3
Hex EA B3 3

RGB Percentages of Color #eab303

%56.25
%43.03
%0.72

CMYK Percentages of Color #eab303

%0
%24
%99
%8

Triadic Colors of #eab303

#eab303 #03eab3 #b303ea

Analogous Colors of #eab303

#eab303 #aeea03 #ea4003

Monochromatic Colors of #eab303

#eab303

Complementary Color

#eab303 #033aea

#eab303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab303 Color CSS Codes

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

#eab303 Text Font Color

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

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


#eab303 Background Color

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

This div background color is #eab303


#eab303 Border Color

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

This div border color is #eab303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab303


Comments

No comments written yet.

Please login to write comment.