Color Hex Logo

#eac250 Color Hex

#EAC250
(234,194,80)
0 Favorites   0 Comments

Color spaces of #eac250

RGB 23419480
HSL0.120.790.62
HSV44°66°92°
CMYK 0.000.170.66   0.08
XYZ54.671456.655215.6435
Yxy56.65520.43060.4462
Hunter Lab75.2696-2.070140.3663
CIE-Lab79.98532.095460.7417

#eac250 color RGB value is (234,194,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000010 01010000
Octal 352 302 120
Decimal 234 194 80
Hex EA C2 50

RGB Percentages of Color #eac250

%46.06
%38.19
%15.75

CMYK Percentages of Color #eac250

%0
%17
%66
%8

Triadic Colors of #eac250

#eac250 #50eac2 #c250ea

Analogous Colors of #eac250

#eac250 #c5ea50 #ea7550

Monochromatic Colors of #eac250

#eac250

Complementary Color

#eac250 #5078ea

#eac250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac250 Color CSS Codes

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

#eac250 Text Font Color

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

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


#eac250 Background Color

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

This div background color is #eac250


#eac250 Border Color

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

This div border color is #eac250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac250


Comments

No comments written yet.

Please login to write comment.