Color Hex Logo

#eaff6d Color Hex

#EAFF6D
(234,255,109)
0 Favorites   0 Comments

Color spaces of #eaff6d

RGB 234255109
HSL0.191.000.71
HSV69°57°100°
CMYK 0.080.000.57   0.00
XYZ72.452090.116628.0436
Yxy90.11660.38010.4728
Hunter Lab94.9298-29.892948.9357
CIE-Lab96.0451-26.207965.9322

#eaff6d color RGB value is (234,255,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111111 01101101
Octal 352 377 155
Decimal 234 255 109
Hex EA FF 6D

RGB Percentages of Color #eaff6d

%39.13
%42.64
%18.23

CMYK Percentages of Color #eaff6d

%8
%0
%57
%0

Triadic Colors of #eaff6d

#eaff6d #6deaff #ff6dea

Analogous Colors of #eaff6d

#eaff6d #a1ff6d #ffcb6d

Monochromatic Colors of #eaff6d

#eaff6d

Complementary Color

#eaff6d #826dff

#eaff6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaff6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaff6d Color CSS Codes

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

#eaff6d Text Font Color

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

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


#eaff6d Background Color

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

This div background color is #eaff6d


#eaff6d Border Color

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

This div border color is #eaff6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaff6d


Comments

No comments written yet.

Please login to write comment.