Color Hex Logo

#eade57 Color Hex

#EADE57
(234,222,87)
0 Favorites   0 Comments

Color spaces of #eade57

RGB 23422287
HSL0.150.780.63
HSV55°63°92°
CMYK 0.000.050.63   0.08
XYZ61.773370.423119.3540
Yxy70.42310.40760.4647
Hunter Lab83.9185-15.461545.0690
CIE-Lab87.2040-11.742165.4859

#eade57 color RGB value is (234,222,87).

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

The process color (four color CMYK) of #eade57 color hex is 0.00, 0.05, 0.63, 0.08. Web safe color of #eade57 is #ffcc66. Color #eade57 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011110 01010111
Octal 352 336 127
Decimal 234 222 87
Hex EA DE 57

RGB Percentages of Color #eade57

%43.09
%40.88
%16.02

CMYK Percentages of Color #eade57

%0
%5
%63
%8

Triadic Colors of #eade57

#eade57 #57eade #de57ea

Analogous Colors of #eade57

#eade57 #adea57 #ea9557

Monochromatic Colors of #eade57

#eade57

Complementary Color

#eade57 #5763ea

#eade57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eade57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eade57 Color CSS Codes

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

#eade57 Text Font Color

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

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


#eade57 Background Color

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

This div background color is #eade57


#eade57 Border Color

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

This div border color is #eade57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eade57


Comments

No comments written yet.

Please login to write comment.