Color Hex Logo

#8ee685 Color Hex

#8EE685
(142,230,133)
0 Favorites   0 Comments

Color spaces of #8ee685

RGB 142230133
HSL0.320.660.71
HSV114°42°90°
CMYK 0.380.000.42   0.10
XYZ43.685864.037932.2484
Yxy64.03790.31210.4575
Hunter Lab80.0237-42.596432.1236
CIE-Lab83.9855-45.105339.0737

#8ee685 color RGB value is (142,230,133).

#8ee685 hex color red value is 142, green value is 230 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #8ee685 hue: 0.32 , saturation: 0.66 and the lightness value of 8ee685 is 0.71.

The process color (four color CMYK) of #8ee685 color hex is 0.38, 0.00, 0.42, 0.10. Web safe color of #8ee685 is #99ff99. Color #8ee685 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11100110 10000101
Octal 216 346 205
Decimal 142 230 133
Hex 8E E6 85

RGB Percentages of Color #8ee685

%28.12
%45.54
%26.34

CMYK Percentages of Color #8ee685

%38
%0
%42
%10

Triadic Colors of #8ee685

#8ee685 #858ee6 #e6858e

Analogous Colors of #8ee685

#8ee685 #85e6ad #bfe685

Monochromatic Colors of #8ee685

#8ee685

Complementary Color

#8ee685 #dd85e6

#8ee685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ee685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ee685 Color CSS Codes

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

#8ee685 Text Font Color

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

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


#8ee685 Background Color

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

This div background color is #8ee685


#8ee685 Border Color

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

This div border color is #8ee685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ee685


Comments

No comments written yet.

Please login to write comment.