Color Hex Logo

#eaff31 Color Hex

#EAFF31
(234,255,49)
0 Favorites   0 Comments

Color spaces of #eaff31

RGB 23425549
HSL0.181.000.60
HSV66°81°100°
CMYK 0.080.000.81   0.00
XYZ70.246189.234216.4273
Yxy89.23420.39930.5073
Hunter Lab94.4639-32.573955.8141
CIE-Lab95.6782-29.309686.0775

#eaff31 color RGB value is (234,255,49).

#eaff31 hex color red value is 234, green value is 255 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #eaff31 hue: 0.18 , saturation: 1.00 and the lightness value of eaff31 is 0.60.

The process color (four color CMYK) of #eaff31 color hex is 0.08, 0.00, 0.81, 0.00. Web safe color of #eaff31 is #ffff33. Color #eaff31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111111 00110001
Octal 352 377 61
Decimal 234 255 49
Hex EA FF 31

RGB Percentages of Color #eaff31

%43.49
%47.40
%9.11

CMYK Percentages of Color #eaff31

%8
%0
%81
%0

Triadic Colors of #eaff31

#eaff31 #31eaff #ff31ea

Analogous Colors of #eaff31

#eaff31 #83ff31 #ffad31

Monochromatic Colors of #eaff31

#eaff31

Complementary Color

#eaff31 #4631ff

#eaff31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaff31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaff31 Color CSS Codes

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

#eaff31 Text Font Color

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

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


#eaff31 Background Color

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

This div background color is #eaff31


#eaff31 Border Color

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

This div border color is #eaff31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaff31

Related Colors


Comments

No comments written yet.

Please login to write comment.