Color Hex Logo

#8cd810 Color Hex

#8CD810
(140,216,16)
0 Favorites   0 Comments

Color spaces of #8cd810

RGB 14021616
HSL0.230.860.45
HSV83°93°85°
CMYK 0.350.000.93   0.15
XYZ35.464654.72469.1839
Yxy54.72460.35690.5507
Hunter Lab73.9761-43.884144.4226
CIE-Lab78.8824-49.014675.8796

#8cd810 color RGB value is (140,216,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011000 00010000
Octal 214 330 20
Decimal 140 216 16
Hex 8C D8 10

RGB Percentages of Color #8cd810

%37.63
%58.06
%4.30

CMYK Percentages of Color #8cd810

%35
%0
%93
%15

Triadic Colors of #8cd810

#8cd810 #108cd8 #d8108c

Analogous Colors of #8cd810

#8cd810 #28d810 #d8c010

Monochromatic Colors of #8cd810

#8cd810

Complementary Color

#8cd810 #5c10d8

#8cd810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cd810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cd810 Color CSS Codes

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

#8cd810 Text Font Color

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

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


#8cd810 Background Color

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

This div background color is #8cd810


#8cd810 Border Color

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

This div border color is #8cd810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cd810


Comments

No comments written yet.

Please login to write comment.