Color Hex Logo

#eaff13 Color Hex

#EAFF13
(234,255,19)
0 Favorites   0 Comments

Color spaces of #eaff13

RGB 23425519
HSL0.181.000.54
HSV65°93°100°
CMYK 0.080.000.93   0.00
XYZ69.809289.059414.1270
Yxy89.05940.40350.5148
Hunter Lab94.3713-33.108157.1844
CIE-Lab95.6052-29.934391.1732

#eaff13 color RGB value is (234,255,19).

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

The process color (four color CMYK) of #eaff13 color hex is 0.08, 0.00, 0.93, 0.00. Web safe color of #eaff13 is #ffff00. Color #eaff13 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111111 00010011
Octal 352 377 23
Decimal 234 255 19
Hex EA FF 13

RGB Percentages of Color #eaff13

%46.06
%50.20
%3.74

CMYK Percentages of Color #eaff13

%8
%0
%93
%0

Triadic Colors of #eaff13

#eaff13 #13eaff #ff13ea

Analogous Colors of #eaff13

#eaff13 #74ff13 #ff9e13

Monochromatic Colors of #eaff13

#eaff13

Complementary Color

#eaff13 #2813ff

#eaff13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaff13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaff13 Color CSS Codes

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

#eaff13 Text Font Color

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

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


#eaff13 Background Color

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

This div background color is #eaff13


#eaff13 Border Color

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

This div border color is #eaff13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaff13


Comments

No comments written yet.

Please login to write comment.