Color Hex Logo

#8cd702 Color Hex

#8CD702
(140,215,2)
0 Favorites   0 Comments

Color spaces of #8cd702

RGB 1402152
HSL0.230.980.43
HSV81°99°84°
CMYK 0.350.000.99   0.16
XYZ35.126654.18078.6640
Yxy54.18070.35850.5530
Hunter Lab73.6075-43.630444.5465
CIE-Lab78.5670-48.802477.0232

#8cd702 color RGB value is (140,215,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11010111 00000010
Octal 214 327 2
Decimal 140 215 2
Hex 8C D7 2

RGB Percentages of Color #8cd702

%39.22
%60.22
%0.56

CMYK Percentages of Color #8cd702

%35
%0
%99
%16

Triadic Colors of #8cd702

#8cd702 #028cd7 #d7028c

Analogous Colors of #8cd702

#8cd702 #22d702 #d7b802

Monochromatic Colors of #8cd702

#8cd702

Complementary Color

#8cd702 #4d02d7

#8cd702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cd702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cd702 Color CSS Codes

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

#8cd702 Text Font Color

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

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


#8cd702 Background Color

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

This div background color is #8cd702


#8cd702 Border Color

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

This div border color is #8cd702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cd702


Comments

No comments written yet.

Please login to write comment.