Color Hex Logo

#ead94f Color Hex

#EAD94F
(234,217,79)
0 Favorites   0 Comments

Color spaces of #ead94f

RGB 23421779
HSL0.150.790.61
HSV53°66°92°
CMYK 0.000.070.66   0.08
XYZ60.155867.682617.2906
Yxy67.68260.41450.4664
Hunter Lab82.2694-13.451545.1276
CIE-Lab85.8475-9.708967.2946

#ead94f color RGB value is (234,217,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011001 01001111
Octal 352 331 117
Decimal 234 217 79
Hex EA D9 4F

RGB Percentages of Color #ead94f

%44.15
%40.94
%14.91

CMYK Percentages of Color #ead94f

%0
%7
%66
%8

Triadic Colors of #ead94f

#ead94f #4fead9 #d94fea

Analogous Colors of #ead94f

#ead94f #aeea4f #ea8c4f

Monochromatic Colors of #ead94f

#ead94f

Complementary Color

#ead94f #4f60ea

#ead94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead94f Color CSS Codes

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

#ead94f Text Font Color

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

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


#ead94f Background Color

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

This div background color is #ead94f


#ead94f Border Color

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

This div border color is #ead94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead94f


Comments

No comments written yet.

Please login to write comment.