Color Hex Logo

#eadc4a Color Hex

#EADC4A
(234,220,74)
0 Favorites   0 Comments

Color spaces of #eadc4a

RGB 23422074
HSL0.150.790.60
HSV55°68°92°
CMYK 0.000.060.68   0.08
XYZ60.760969.173216.6279
Yxy69.17320.41460.4720
Hunter Lab83.1704-15.143546.3657
CIE-Lab86.5897-11.473669.9761

#eadc4a color RGB value is (234,220,74).

#eadc4a hex color red value is 234, green value is 220 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #eadc4a hue: 0.15 , saturation: 0.79 and the lightness value of eadc4a is 0.60.

The process color (four color CMYK) of #eadc4a color hex is 0.00, 0.06, 0.68, 0.08. Web safe color of #eadc4a is #ffcc33. Color #eadc4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011100 01001010
Octal 352 334 112
Decimal 234 220 74
Hex EA DC 4A

RGB Percentages of Color #eadc4a

%44.32
%41.67
%14.02

CMYK Percentages of Color #eadc4a

%0
%6
%68
%8

Triadic Colors of #eadc4a

#eadc4a #4aeadc #dc4aea

Analogous Colors of #eadc4a

#eadc4a #a8ea4a #ea8c4a

Monochromatic Colors of #eadc4a

#eadc4a

Complementary Color

#eadc4a #4a58ea

#eadc4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadc4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadc4a Color CSS Codes

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

#eadc4a Text Font Color

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

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


#eadc4a Background Color

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

This div background color is #eadc4a


#eadc4a Border Color

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

This div border color is #eadc4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadc4a


Comments

No comments written yet.

Please login to write comment.