Color Hex Logo

#eae879 Color Hex

#EAE879
(234,232,121)
0 Favorites   0 Comments

Color spaces of #eae879

RGB 234232121
HSL0.160.730.70
HSV59°48°92°
CMYK 0.000.010.48   0.08
XYZ66.239576.586129.3806
Yxy76.58610.38470.4447
Hunter Lab87.5135-18.040841.3542
CIE-Lab90.1308-14.161853.7441

#eae879 color RGB value is (234,232,121).

#eae879 hex color red value is 234, green value is 232 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #eae879 hue: 0.16 , saturation: 0.73 and the lightness value of eae879 is 0.70.

The process color (four color CMYK) of #eae879 color hex is 0.00, 0.01, 0.48, 0.08. Web safe color of #eae879 is #ffff66. Color #eae879 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101000 01111001
Octal 352 350 171
Decimal 234 232 121
Hex EA E8 79

RGB Percentages of Color #eae879

%39.86
%39.52
%20.61

CMYK Percentages of Color #eae879

%0
%1
%48
%8

Triadic Colors of #eae879

#eae879 #79eae8 #e879ea

Analogous Colors of #eae879

#eae879 #b4ea79 #eab079

Monochromatic Colors of #eae879

#eae879

Complementary Color

#eae879 #797bea

#eae879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae879 Color CSS Codes

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

#eae879 Text Font Color

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

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


#eae879 Background Color

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

This div background color is #eae879


#eae879 Border Color

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

This div border color is #eae879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae879


Comments

No comments written yet.

Please login to write comment.