Color Hex Logo

#8ccd20 Color Hex

#8CCD20
(140,205,32)
0 Favorites   0 Comments

Color spaces of #8ccd20

RGB 14020532
HSL0.230.730.46
HSV83°84°80°
CMYK 0.320.000.84   0.20
XYZ32.907349.34249.1561
Yxy49.34240.36000.5398
Hunter Lab70.2441-39.305341.4426
CIE-Lab75.6638-44.010570.4191

#8ccd20 color RGB value is (140,205,32).

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

The process color (four color CMYK) of #8ccd20 color hex is 0.32, 0.00, 0.84, 0.20. Web safe color of #8ccd20 is #99cc33. Color #8ccd20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001101 00100000
Octal 214 315 40
Decimal 140 205 32
Hex 8C CD 20

RGB Percentages of Color #8ccd20

%37.14
%54.38
%8.49

CMYK Percentages of Color #8ccd20

%32
%0
%84
%20

Triadic Colors of #8ccd20

#8ccd20 #208ccd #cd208c

Analogous Colors of #8ccd20

#8ccd20 #36cd20 #cdb820

Monochromatic Colors of #8ccd20

#8ccd20

Complementary Color

#8ccd20 #6120cd

#8ccd20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccd20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccd20 Color CSS Codes

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

#8ccd20 Text Font Color

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

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


#8ccd20 Background Color

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

This div background color is #8ccd20


#8ccd20 Border Color

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

This div border color is #8ccd20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccd20


Comments

No comments written yet.

Please login to write comment.