Color Hex Logo

#eac903 Color Hex

#EAC903
(234,201,3)
0 Favorites   0 Comments

Color spaces of #eac903

RGB 2342013
HSL0.140.970.46
HSV51°99°92°
CMYK 0.000.140.99   0.08
XYZ54.834859.27238.6367
Yxy59.27230.44670.4829
Hunter Lab76.9885-7.593947.2407
CIE-Lab81.4410-3.765682.0689

#eac903 color RGB value is (234,201,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001001 00000011
Octal 352 311 3
Decimal 234 201 3
Hex EA C9 3

RGB Percentages of Color #eac903

%53.42
%45.89
%0.68

CMYK Percentages of Color #eac903

%0
%14
%99
%8

Triadic Colors of #eac903

#eac903 #03eac9 #c903ea

Analogous Colors of #eac903

#eac903 #98ea03 #ea5503

Monochromatic Colors of #eac903

#eac903

Complementary Color

#eac903 #0324ea

#eac903 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac903 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac903 Color CSS Codes

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

#eac903 Text Font Color

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

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


#eac903 Background Color

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

This div background color is #eac903


#eac903 Border Color

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

This div border color is #eac903


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac903


Comments

No comments written yet.

Please login to write comment.