Color Hex Logo

#eafd57 Color Hex

#EAFD57
(234,253,87)
0 Favorites   0 Comments

Color spaces of #eafd57

RGB 23425387
HSL0.190.980.67
HSV67°66°99°
CMYK 0.080.000.66   0.01
XYZ70.777388.431122.3554
Yxy88.43110.38980.4871
Hunter Lab94.0378-30.218651.7316
CIE-Lab95.3422-26.724673.9814

#eafd57 color RGB value is (234,253,87).

#eafd57 hex color red value is 234, green value is 253 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #eafd57 hue: 0.19 , saturation: 0.98 and the lightness value of eafd57 is 0.67.

The process color (four color CMYK) of #eafd57 color hex is 0.08, 0.00, 0.66, 0.01. Web safe color of #eafd57 is #ffff66. Color #eafd57 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111101 01010111
Octal 352 375 127
Decimal 234 253 87
Hex EA FD 57

RGB Percentages of Color #eafd57

%40.77
%44.08
%15.16

CMYK Percentages of Color #eafd57

%8
%0
%66
%1

Triadic Colors of #eafd57

#eafd57 #57eafd #fd57ea

Analogous Colors of #eafd57

#eafd57 #97fd57 #fdbd57

Monochromatic Colors of #eafd57

#eafd57

Complementary Color

#eafd57 #6a57fd

#eafd57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafd57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafd57 Color CSS Codes

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

#eafd57 Text Font Color

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

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


#eafd57 Background Color

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

This div background color is #eafd57


#eafd57 Border Color

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

This div border color is #eafd57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafd57

Related Colors


Comments

No comments written yet.

Please login to write comment.