Color Hex Logo

#eae478 Color Hex

#EAE478
(234,228,120)
0 Favorites   0 Comments

Color spaces of #eae478

RGB 234228120
HSL0.160.730.69
HSV57°49°92°
CMYK 0.000.030.49   0.08
XYZ65.065374.335328.6881
Yxy74.33530.38710.4422
Hunter Lab86.2179-16.174440.6244
CIE-Lab89.0807-12.270752.9572

#eae478 color RGB value is (234,228,120).

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

The process color (four color CMYK) of #eae478 color hex is 0.00, 0.03, 0.49, 0.08. Web safe color of #eae478 is #ffcc66. Color #eae478 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100100 01111000
Octal 352 344 170
Decimal 234 228 120
Hex EA E4 78

RGB Percentages of Color #eae478

%40.21
%39.18
%20.62

CMYK Percentages of Color #eae478

%0
%3
%49
%8

Triadic Colors of #eae478

#eae478 #78eae4 #e478ea

Analogous Colors of #eae478

#eae478 #b7ea78 #eaab78

Monochromatic Colors of #eae478

#eae478

Complementary Color

#eae478 #787eea

#eae478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae478 Color CSS Codes

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

#eae478 Text Font Color

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

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


#eae478 Background Color

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

This div background color is #eae478


#eae478 Border Color

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

This div border color is #eae478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae478


Comments

No comments written yet.

Please login to write comment.