Color Hex Logo

#eafa62 Color Hex

#EAFA62
(234,250,98)
0 Favorites   0 Comments

Color spaces of #eafa62

RGB 23425098
HSL0.180.940.68
HSV66°61°98°
CMYK 0.060.000.61   0.02
XYZ70.321986.745524.5925
Yxy86.74550.38710.4775
Hunter Lab93.1373-28.216549.5408
CIE-Lab94.6302-24.629868.9426

#eafa62 color RGB value is (234,250,98).

#eafa62 hex color red value is 234, green value is 250 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #eafa62 hue: 0.18 , saturation: 0.94 and the lightness value of eafa62 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111010 01100010
Octal 352 372 142
Decimal 234 250 98
Hex EA FA 62

RGB Percentages of Color #eafa62

%40.21
%42.96
%16.84

CMYK Percentages of Color #eafa62

%6
%0
%61
%2

Triadic Colors of #eafa62

#eafa62 #62eafa #fa62ea

Analogous Colors of #eafa62

#eafa62 #9efa62 #fabe62

Monochromatic Colors of #eafa62

#eafa62

Complementary Color

#eafa62 #7262fa

#eafa62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafa62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafa62 Color CSS Codes

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

#eafa62 Text Font Color

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

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


#eafa62 Background Color

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

This div background color is #eafa62


#eafa62 Border Color

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

This div border color is #eafa62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafa62


Comments

No comments written yet.

Please login to write comment.