Color Hex Logo

#eaffbe Color Hex

#EAFFBE
(234,255,190)
0 Favorites   0 Comments

Color spaces of #eaffbe

RGB 234255190
HSL0.221.000.87
HSV79°25°100°
CMYK 0.080.000.25   0.00
XYZ78.985992.730162.4509
Yxy92.73010.33730.3960
Hunter Lab96.2965-22.106628.9563
CIE-Lab97.1180-17.495328.8596

#eaffbe color RGB value is (234,255,190).

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

The process color (four color CMYK) of #eaffbe color hex is 0.08, 0.00, 0.25, 0.00. Web safe color of #eaffbe is #ffffcc. Color #eaffbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111111 10111110
Octal 352 377 276
Decimal 234 255 190
Hex EA FF BE

RGB Percentages of Color #eaffbe

%34.46
%37.56
%27.98

CMYK Percentages of Color #eaffbe

%8
%0
%25
%0

Triadic Colors of #eaffbe

#eaffbe #beeaff #ffbeea

Analogous Colors of #eaffbe

#eaffbe #caffbe #fff4be

Monochromatic Colors of #eaffbe

#eaffbe

Complementary Color

#eaffbe #d3beff

#eaffbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaffbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaffbe Color CSS Codes

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

#eaffbe Text Font Color

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

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


#eaffbe Background Color

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

This div background color is #eaffbe


#eaffbe Border Color

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

This div border color is #eaffbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaffbe


Comments

No comments written yet.

Please login to write comment.