Color Hex Logo

#eade47 Color Hex

#EADE47
(234,222,71)
0 Favorites   0 Comments

Color spaces of #eade47

RGB 23422271
HSL0.150.800.60
HSV56°70°92°
CMYK 0.000.050.70   0.08
XYZ61.190370.189916.2842
Yxy70.18990.41440.4753
Hunter Lab83.7794-16.242247.1214
CIE-Lab87.0899-12.617371.5801

#eade47 color RGB value is (234,222,71).

#eade47 hex color red value is 234, green value is 222 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #eade47 hue: 0.15 , saturation: 0.80 and the lightness value of eade47 is 0.60.

The process color (four color CMYK) of #eade47 color hex is 0.00, 0.05, 0.70, 0.08. Web safe color of #eade47 is #ffcc33. Color #eade47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011110 01000111
Octal 352 336 107
Decimal 234 222 71
Hex EA DE 47

RGB Percentages of Color #eade47

%44.40
%42.13
%13.47

CMYK Percentages of Color #eade47

%0
%5
%70
%8

Triadic Colors of #eade47

#eade47 #47eade #de47ea

Analogous Colors of #eade47

#eade47 #a5ea47 #ea8d47

Monochromatic Colors of #eade47

#eade47

Complementary Color

#eade47 #4753ea

#eade47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eade47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eade47 Color CSS Codes

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

#eade47 Text Font Color

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

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


#eade47 Background Color

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

This div background color is #eade47


#eade47 Border Color

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

This div border color is #eade47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eade47


Comments

No comments written yet.

Please login to write comment.