Color Hex Logo

#eafe62 Color Hex

#EAFE62
(234,254,98)
0 Favorites   0 Comments

Color spaces of #eafe62

RGB 23425498
HSL0.190.990.69
HSV68°61°100°
CMYK 0.080.000.61   0.00
XYZ71.578189.257925.0112
Yxy89.25790.38510.4803
Hunter Lab94.4764-30.096850.4373
CIE-Lab95.6881-26.512870.0792

#eafe62 color RGB value is (234,254,98).

#eafe62 hex color red value is 234, green value is 254 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #eafe62 hue: 0.19 , saturation: 0.99 and the lightness value of eafe62 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111110 01100010
Octal 352 376 142
Decimal 234 254 98
Hex EA FE 62

RGB Percentages of Color #eafe62

%39.93
%43.34
%16.72

CMYK Percentages of Color #eafe62

%8
%0
%61
%0

Triadic Colors of #eafe62

#eafe62 #62eafe #fe62ea

Analogous Colors of #eafe62

#eafe62 #9cfe62 #fec462

Monochromatic Colors of #eafe62

#eafe62

Complementary Color

#eafe62 #7662fe

#eafe62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafe62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafe62 Color CSS Codes

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

#eafe62 Text Font Color

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

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


#eafe62 Background Color

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

This div background color is #eafe62


#eafe62 Border Color

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

This div border color is #eafe62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafe62

Related Colors


Comments

No comments written yet.

Please login to write comment.