Color Hex Logo

#eac603 Color Hex

#EAC603
(234,198,3)
0 Favorites   0 Comments

Color spaces of #eac603

RGB 2341983
HSL0.140.970.46
HSV51°99°92°
CMYK 0.000.150.99   0.08
XYZ54.142257.88728.4059
Yxy57.88720.44960.4806
Hunter Lab76.0836-6.123246.7080
CIE-Lab80.6760-2.228181.5224

#eac603 color RGB value is (234,198,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000110 00000011
Octal 352 306 3
Decimal 234 198 3
Hex EA C6 3

RGB Percentages of Color #eac603

%53.79
%45.52
%0.69

CMYK Percentages of Color #eac603

%0
%15
%99
%8

Triadic Colors of #eac603

#eac603 #03eac6 #c603ea

Analogous Colors of #eac603

#eac603 #9bea03 #ea5203

Monochromatic Colors of #eac603

#eac603

Complementary Color

#eac603 #0327ea

#eac603 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac603 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac603 Color CSS Codes

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

#eac603 Text Font Color

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

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


#eac603 Background Color

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

This div background color is #eac603


#eac603 Border Color

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

This div border color is #eac603


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac603


Comments

No comments written yet.

Please login to write comment.