Color Hex Logo

#eaff6a Color Hex

#EAFF6A
(234,255,106)
0 Favorites   0 Comments

Color spaces of #eaff6a

RGB 234255106
HSL0.191.000.71
HSV68°58°100°
CMYK 0.080.000.58   0.00
XYZ72.293290.053027.2074
Yxy90.05300.38140.4751
Hunter Lab94.8963-30.084849.4285
CIE-Lab96.0187-26.428267.1643

#eaff6a color RGB value is (234,255,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111111 01101010
Octal 352 377 152
Decimal 234 255 106
Hex EA FF 6A

RGB Percentages of Color #eaff6a

%39.33
%42.86
%17.82

CMYK Percentages of Color #eaff6a

%8
%0
%58
%0

Triadic Colors of #eaff6a

#eaff6a #6aeaff #ff6aea

Analogous Colors of #eaff6a

#eaff6a #a0ff6a #ffca6a

Monochromatic Colors of #eaff6a

#eaff6a

Complementary Color

#eaff6a #7f6aff

#eaff6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaff6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaff6a Color CSS Codes

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

#eaff6a Text Font Color

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

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


#eaff6a Background Color

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

This div background color is #eaff6a


#eaff6a Border Color

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

This div border color is #eaff6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaff6a


Comments

No comments written yet.

Please login to write comment.