Color Hex Logo

#8cd70d Color Hex

#8CD70D
(140,215,13)
0 Favorites   0 Comments

Color spaces of #8cd70d

RGB 14021513
HSL0.230.890.45
HSV82°94°84°
CMYK 0.350.000.94   0.16
XYZ35.188354.20548.9888
Yxy54.20540.35770.5510
Hunter Lab73.6243-43.529644.2983
CIE-Lab78.5813-48.654475.9862

#8cd70d color RGB value is (140,215,13).

#8cd70d hex color red value is 140, green value is 215 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #8cd70d hue: 0.23 , saturation: 0.89 and the lightness value of 8cd70d is 0.45.

The process color (four color CMYK) of #8cd70d color hex is 0.35, 0.00, 0.94, 0.16. Web safe color of #8cd70d is #99cc00. Color #8cd70d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11010111 00001101
Octal 214 327 15
Decimal 140 215 13
Hex 8C D7 D

RGB Percentages of Color #8cd70d

%38.04
%58.42
%3.53

CMYK Percentages of Color #8cd70d

%35
%0
%94
%16

Triadic Colors of #8cd70d

#8cd70d #0d8cd7 #d70d8c

Analogous Colors of #8cd70d

#8cd70d #27d70d #d7bd0d

Monochromatic Colors of #8cd70d

#8cd70d

Complementary Color

#8cd70d #580dd7

#8cd70d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cd70d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cd70d Color CSS Codes

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

#8cd70d Text Font Color

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

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


#8cd70d Background Color

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

This div background color is #8cd70d


#8cd70d Border Color

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

This div border color is #8cd70d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cd70d


Comments

No comments written yet.

Please login to write comment.