Color Hex Logo

#8effa0 Color Hex

#8EFFA0
(142,255,160)
0 Favorites   0 Comments

Color spaces of #8effa0

RGB 142255160
HSL0.361.000.78
HSV130°44°100°
CMYK 0.440.000.37   0.00
XYZ53.260579.808845.8552
Yxy79.80880.29770.4460
Hunter Lab89.3358-49.918932.1020
CIE-Lab91.5990-51.572135.6025

#8effa0 color RGB value is (142,255,160).

#8effa0 hex color red value is 142, green value is 255 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #8effa0 hue: 0.36 , saturation: 1.00 and the lightness value of 8effa0 is 0.78.

The process color (four color CMYK) of #8effa0 color hex is 0.44, 0.00, 0.37, 0.00. Web safe color of #8effa0 is #99ff99. Color #8effa0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111111 10100000
Octal 216 377 240
Decimal 142 255 160
Hex 8E FF A0

RGB Percentages of Color #8effa0

%25.49
%45.78
%28.73

CMYK Percentages of Color #8effa0

%44
%0
%37
%0

Triadic Colors of #8effa0

#8effa0 #a08eff #ffa08e

Analogous Colors of #8effa0

#8effa0 #8effd9 #b5ff8e

Monochromatic Colors of #8effa0

#8effa0

Complementary Color

#8effa0 #ff8eed

#8effa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8effa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8effa0 Color CSS Codes

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

#8effa0 Text Font Color

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

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


#8effa0 Background Color

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

This div background color is #8effa0


#8effa0 Border Color

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

This div border color is #8effa0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,255,160, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8effa0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8effa0;
  -webkit-box-shadow: 1px 1px 3px 2px #8effa0;
  box-shadow:         1px 1px 3px 2px #8effa0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8effa0

Related Colors


Comments

No comments written yet.

Please login to write comment.