Color Hex Logo

#eac750 Color Hex

#EAC750
(234,199,80)
0 Favorites   0 Comments

Color spaces of #eac750

RGB 23419980
HSL0.130.790.62
HSV46°66°92°
CMYK 0.000.150.66   0.08
XYZ55.803158.918516.0207
Yxy58.91850.42680.4506
Hunter Lab76.7584-4.558341.3561
CIE-Lab81.2468-0.492562.0815

#eac750 color RGB value is (234,199,80).

#eac750 hex color red value is 234, green value is 199 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #eac750 hue: 0.13 , saturation: 0.79 and the lightness value of eac750 is 0.62.

The process color (four color CMYK) of #eac750 color hex is 0.00, 0.15, 0.66, 0.08. Web safe color of #eac750 is #ffcc66. Color #eac750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000111 01010000
Octal 352 307 120
Decimal 234 199 80
Hex EA C7 50

RGB Percentages of Color #eac750

%45.61
%38.79
%15.59

CMYK Percentages of Color #eac750

%0
%15
%66
%8

Triadic Colors of #eac750

#eac750 #50eac7 #c750ea

Analogous Colors of #eac750

#eac750 #c0ea50 #ea7a50

Monochromatic Colors of #eac750

#eac750

Complementary Color

#eac750 #5073ea

#eac750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac750 Color CSS Codes

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

#eac750 Text Font Color

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

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


#eac750 Background Color

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

This div background color is #eac750


#eac750 Border Color

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

This div border color is #eac750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac750

#eac750 Color Palettes


Comments

No comments written yet.

Please login to write comment.