Color Hex Logo

#8ce065 Color Hex

#8CE065
(140,224,101)
0 Favorites   0 Comments

Color spaces of #8ce065

RGB 140224101
HSL0.280.660.64
HSV101°55°88°
CMYK 0.380.000.55   0.12
XYZ39.819859.826321.7608
Yxy59.82630.32800.4928
Hunter Lab77.3475-43.463237.4627
CIE-Lab81.7437-47.178151.5912

#8ce065 color RGB value is (140,224,101).

#8ce065 hex color red value is 140, green value is 224 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #8ce065 hue: 0.28 , saturation: 0.66 and the lightness value of 8ce065 is 0.64.

The process color (four color CMYK) of #8ce065 color hex is 0.38, 0.00, 0.55, 0.12. Web safe color of #8ce065 is #99cc66. Color #8ce065 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11100000 01100101
Octal 214 340 145
Decimal 140 224 101
Hex 8C E0 65

RGB Percentages of Color #8ce065

%30.11
%48.17
%21.72

CMYK Percentages of Color #8ce065

%38
%0
%55
%12

Triadic Colors of #8ce065

#8ce065 #658ce0 #e0658c

Analogous Colors of #8ce065

#8ce065 #65e07c #cae065

Monochromatic Colors of #8ce065

#8ce065

Complementary Color

#8ce065 #b965e0

#8ce065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ce065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ce065 Color CSS Codes

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

#8ce065 Text Font Color

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

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


#8ce065 Background Color

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

This div background color is #8ce065


#8ce065 Border Color

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

This div border color is #8ce065


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,224,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ce065; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ce065;
  -webkit-box-shadow: 1px 1px 3px 2px #8ce065;
  box-shadow:         1px 1px 3px 2px #8ce065; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,224,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ce065


Comments

No comments written yet.

Please login to write comment.