Color Hex Logo

#eac703 Color Hex

#EAC703
(234,199,3)
0 Favorites   0 Comments

Color spaces of #eac703

RGB 2341993
HSL0.140.970.46
HSV51°99°92°
CMYK 0.000.150.99   0.08
XYZ54.371558.34588.4823
Yxy58.34580.44860.4814
Hunter Lab76.3844-6.613946.8851
CIE-Lab80.9307-2.741381.7041

#eac703 color RGB value is (234,199,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000111 00000011
Octal 352 307 3
Decimal 234 199 3
Hex EA C7 3

RGB Percentages of Color #eac703

%53.67
%45.64
%0.69

CMYK Percentages of Color #eac703

%0
%15
%99
%8

Triadic Colors of #eac703

#eac703 #03eac7 #c703ea

Analogous Colors of #eac703

#eac703 #9aea03 #ea5403

Monochromatic Colors of #eac703

#eac703

Complementary Color

#eac703 #0326ea

#eac703 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac703 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac703 Color CSS Codes

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

#eac703 Text Font Color

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

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


#eac703 Background Color

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

This div background color is #eac703


#eac703 Border Color

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

This div border color is #eac703


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac703


Comments

No comments written yet.

Please login to write comment.