Color Hex Logo

#8ce12c Color Hex

#8CE12C
(140,225,44)
0 Favorites   0 Comments

Color spaces of #8ce12c

RGB 14022544
HSL0.240.750.53
HSV88°80°88°
CMYK 0.380.000.80   0.12
XYZ38.195159.607711.8752
Yxy59.60770.34820.5435
Hunter Lab77.2060-46.803644.9247
CIE-Lab81.6245-51.823572.7623

#8ce12c color RGB value is (140,225,44).

#8ce12c hex color red value is 140, green value is 225 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #8ce12c hue: 0.24 , saturation: 0.75 and the lightness value of 8ce12c is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11100001 00101100
Octal 214 341 54
Decimal 140 225 44
Hex 8C E1 2C

RGB Percentages of Color #8ce12c

%34.23
%55.01
%10.76

CMYK Percentages of Color #8ce12c

%38
%0
%80
%12

Triadic Colors of #8ce12c

#8ce12c #2c8ce1 #e12c8c

Analogous Colors of #8ce12c

#8ce12c #32e12c #e1dc2c

Monochromatic Colors of #8ce12c

#8ce12c

Complementary Color

#8ce12c #812ce1

#8ce12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ce12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ce12c Color CSS Codes

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

#8ce12c Text Font Color

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

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


#8ce12c Background Color

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

This div background color is #8ce12c


#8ce12c Border Color

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

This div border color is #8ce12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ce12c


Comments

No comments written yet.

Please login to write comment.