Color Hex Logo

#8cdc0f Color Hex

#8CDC0F
(140,220,15)
0 Favorites   0 Comments

Color spaces of #8cdc0f

RGB 14022015
HSL0.230.870.46
HSV83°93°86°
CMYK 0.360.000.93   0.14
XYZ36.494656.79639.4913
Yxy56.79630.35510.5526
Hunter Lab75.3633-45.447445.2873
CIE-Lab80.0649-50.660176.9506

#8cdc0f color RGB value is (140,220,15).

#8cdc0f hex color red value is 140, green value is 220 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #8cdc0f hue: 0.23 , saturation: 0.87 and the lightness value of 8cdc0f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011100 00001111
Octal 214 334 17
Decimal 140 220 15
Hex 8C DC F

RGB Percentages of Color #8cdc0f

%37.33
%58.67
%4.00

CMYK Percentages of Color #8cdc0f

%36
%0
%93
%14

Triadic Colors of #8cdc0f

#8cdc0f #0f8cdc #dc0f8c

Analogous Colors of #8cdc0f

#8cdc0f #25dc0f #dcc60f

Monochromatic Colors of #8cdc0f

#8cdc0f

Complementary Color

#8cdc0f #5f0fdc

#8cdc0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdc0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdc0f Color CSS Codes

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

#8cdc0f Text Font Color

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

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


#8cdc0f Background Color

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

This div background color is #8cdc0f


#8cdc0f Border Color

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

This div border color is #8cdc0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdc0f


Comments

No comments written yet.

Please login to write comment.