Color Hex Logo

#eadf4a Color Hex

#EADF4A
(234,223,74)
0 Favorites   0 Comments

Color spaces of #eadf4a

RGB 23422374
HSL0.160.790.60
HSV56°68°92°
CMYK 0.000.050.68   0.08
XYZ61.555470.762216.8927
Yxy70.76220.41250.4742
Hunter Lab84.1203-16.592346.9778
CIE-Lab87.3693-12.964870.7557

#eadf4a color RGB value is (234,223,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011111 01001010
Octal 352 337 112
Decimal 234 223 74
Hex EA DF 4A

RGB Percentages of Color #eadf4a

%44.07
%42.00
%13.94

CMYK Percentages of Color #eadf4a

%0
%5
%68
%8

Triadic Colors of #eadf4a

#eadf4a #4aeadf #df4aea

Analogous Colors of #eadf4a

#eadf4a #a5ea4a #ea8f4a

Monochromatic Colors of #eadf4a

#eadf4a

Complementary Color

#eadf4a #4a55ea

#eadf4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadf4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadf4a Color CSS Codes

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

#eadf4a Text Font Color

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

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


#eadf4a Background Color

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

This div background color is #eadf4a


#eadf4a Border Color

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

This div border color is #eadf4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadf4a


Comments

No comments written yet.

Please login to write comment.