Color Hex Logo

#8ce014 Color Hex

#8CE014
(140,224,20)
0 Favorites   0 Comments

Color spaces of #8ce014

RGB 14022420
HSL0.240.840.48
HSV85°91°88°
CMYK 0.380.000.91   0.12
XYZ37.597158.937310.0563
Yxy58.93730.35270.5529
Hunter Lab76.7706-46.931345.9730
CIE-Lab81.2571-52.175777.2803

#8ce014 color RGB value is (140,224,20).

#8ce014 hex color red value is 140, green value is 224 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #8ce014 hue: 0.24 , saturation: 0.84 and the lightness value of 8ce014 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11100000 00010100
Octal 214 340 24
Decimal 140 224 20
Hex 8C E0 14

RGB Percentages of Color #8ce014

%36.46
%58.33
%5.21

CMYK Percentages of Color #8ce014

%38
%0
%91
%12

Triadic Colors of #8ce014

#8ce014 #148ce0 #e0148c

Analogous Colors of #8ce014

#8ce014 #26e014 #e0ce14

Monochromatic Colors of #8ce014

#8ce014

Complementary Color

#8ce014 #6814e0

#8ce014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ce014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ce014 Color CSS Codes

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

#8ce014 Text Font Color

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

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


#8ce014 Background Color

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

This div background color is #8ce014


#8ce014 Border Color

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

This div border color is #8ce014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ce014


Comments

No comments written yet.

Please login to write comment.