Color Hex Logo

#eaff93 Color Hex

#EAFF93
(234,255,147)
0 Favorites   0 Comments

Color spaces of #eaff93

RGB 234255147
HSL0.201.000.79
HSV72°42°100°
CMYK 0.080.000.42   0.00
XYZ74.958191.119041.2408
Yxy91.11900.36160.4395
Hunter Lab95.4563-26.879441.2038
CIE-Lab96.4590-22.785349.1892

#eaff93 color RGB value is (234,255,147).

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

The process color (four color CMYK) of #eaff93 color hex is 0.08, 0.00, 0.42, 0.00. Web safe color of #eaff93 is #ffff99. Color #eaff93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111111 10010011
Octal 352 377 223
Decimal 234 255 147
Hex EA FF 93

RGB Percentages of Color #eaff93

%36.79
%40.09
%23.11

CMYK Percentages of Color #eaff93

%8
%0
%42
%0

Triadic Colors of #eaff93

#eaff93 #93eaff #ff93ea

Analogous Colors of #eaff93

#eaff93 #b4ff93 #ffde93

Monochromatic Colors of #eaff93

#eaff93

Complementary Color

#eaff93 #a893ff

#eaff93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaff93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaff93 Color CSS Codes

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

#eaff93 Text Font Color

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

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


#eaff93 Background Color

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

This div background color is #eaff93


#eaff93 Border Color

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

This div border color is #eaff93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaff93

Related Colors


Comments

No comments written yet.

Please login to write comment.