Color Hex Logo

#8cde62 Color Hex

#8CDE62
(140,222,98)
0 Favorites   0 Comments

Color spaces of #8cde62

RGB 14022298
HSL0.280.650.63
HSV100°56°87°
CMYK 0.370.000.56   0.13
XYZ39.141158.699820.8225
Yxy58.69980.32980.4947
Hunter Lab76.6158-42.886437.5173
CIE-Lab81.1263-46.654852.2321

#8cde62 color RGB value is (140,222,98).

#8cde62 hex color red value is 140, green value is 222 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #8cde62 hue: 0.28 , saturation: 0.65 and the lightness value of 8cde62 is 0.63.

The process color (four color CMYK) of #8cde62 color hex is 0.37, 0.00, 0.56, 0.13. Web safe color of #8cde62 is #99cc66. Color #8cde62 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011110 01100010
Octal 214 336 142
Decimal 140 222 98
Hex 8C DE 62

RGB Percentages of Color #8cde62

%30.43
%48.26
%21.30

CMYK Percentages of Color #8cde62

%37
%0
%56
%13

Triadic Colors of #8cde62

#8cde62 #628cde #de628c

Analogous Colors of #8cde62

#8cde62 #62de76 #cade62

Monochromatic Colors of #8cde62

#8cde62

Complementary Color

#8cde62 #b462de

#8cde62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cde62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cde62 Color CSS Codes

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

#8cde62 Text Font Color

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

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


#8cde62 Background Color

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

This div background color is #8cde62


#8cde62 Border Color

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

This div border color is #8cde62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cde62


Comments

No comments written yet.

Please login to write comment.