Color Hex Logo

#eae878 Color Hex

#EAE878
(234,232,120)
0 Favorites   0 Comments

Color spaces of #eae878

RGB 234232120
HSL0.160.730.69
HSV59°49°92°
CMYK 0.000.010.49   0.08
XYZ66.178576.561729.0592
Yxy76.56170.38520.4456
Hunter Lab87.4995-18.119441.5591
CIE-Lab90.1195-14.249354.1977

#eae878 color RGB value is (234,232,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101000 01111000
Octal 352 350 170
Decimal 234 232 120
Hex EA E8 78

RGB Percentages of Color #eae878

%39.93
%39.59
%20.48

CMYK Percentages of Color #eae878

%0
%1
%49
%8

Triadic Colors of #eae878

#eae878 #78eae8 #e878ea

Analogous Colors of #eae878

#eae878 #b3ea78 #eaaf78

Monochromatic Colors of #eae878

#eae878

Complementary Color

#eae878 #787aea

#eae878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae878 Color CSS Codes

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

#eae878 Text Font Color

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

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


#eae878 Background Color

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

This div background color is #eae878


#eae878 Border Color

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

This div border color is #eae878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae878


Comments

No comments written yet.

Please login to write comment.