Color Hex Logo

#eae47d Color Hex

#EAE47D
(234,228,125)
0 Favorites   0 Comments

Color spaces of #eae47d

RGB 234228125
HSL0.160.720.70
HSV57°47°92°
CMYK 0.000.030.47   0.08
XYZ65.376874.459930.3285
Yxy74.45990.38420.4376
Hunter Lab86.2902-15.769239.5644
CIE-Lab89.1394-11.821550.6597

#eae47d color RGB value is (234,228,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100100 01111101
Octal 352 344 175
Decimal 234 228 125
Hex EA E4 7D

RGB Percentages of Color #eae47d

%39.86
%38.84
%21.29

CMYK Percentages of Color #eae47d

%0
%3
%47
%8

Triadic Colors of #eae47d

#eae47d #7deae4 #e47dea

Analogous Colors of #eae47d

#eae47d #baea7d #eaae7d

Monochromatic Colors of #eae47d

#eae47d

Complementary Color

#eae47d #7d83ea

#eae47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae47d Color CSS Codes

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

#eae47d Text Font Color

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

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


#eae47d Background Color

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

This div background color is #eae47d


#eae47d Border Color

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

This div border color is #eae47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae47d


Comments

No comments written yet.

Please login to write comment.