Color Hex Logo

#ead64e Color Hex

#EAD64E
(234,214,78)
0 Favorites   0 Comments

Color spaces of #ead64e

RGB 23421478
HSL0.150.790.61
HSV52°67°92°
CMYK 0.000.090.67   0.08
XYZ59.353466.135616.8449
Yxy66.13560.41700.4647
Hunter Lab81.3238-12.040144.6457
CIE-Lab85.0655-8.255666.8851

#ead64e color RGB value is (234,214,78).

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

The process color (four color CMYK) of #ead64e color hex is 0.00, 0.09, 0.67, 0.08. Web safe color of #ead64e is #ffcc66. Color #ead64e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010110 01001110
Octal 352 326 116
Decimal 234 214 78
Hex EA D6 4E

RGB Percentages of Color #ead64e

%44.49
%40.68
%14.83

CMYK Percentages of Color #ead64e

%0
%9
%67
%8

Triadic Colors of #ead64e

#ead64e #4eead6 #d64eea

Analogous Colors of #ead64e

#ead64e #b0ea4e #ea884e

Monochromatic Colors of #ead64e

#ead64e

Complementary Color

#ead64e #4e62ea

#ead64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead64e Color CSS Codes

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

#ead64e Text Font Color

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

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


#ead64e Background Color

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

This div background color is #ead64e


#ead64e Border Color

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

This div border color is #ead64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead64e


Comments

No comments written yet.

Please login to write comment.