Color Hex Logo

#8cad20 Color Hex

#8CAD20
(140,173,32)
0 Favorites   0 Comments

Color spaces of #8cad20

RGB 14017332
HSL0.210.690.40
HSV74°82°68°
CMYK 0.190.000.82   0.32
XYZ26.019535.56696.8602
Yxy35.56690.38010.5196
Hunter Lab59.6380-26.488634.9264
CIE-Lab66.1877-29.601162.1195

#8cad20 color RGB value is (140,173,32).

#8cad20 hex color red value is 140, green value is 173 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #8cad20 hue: 0.21 , saturation: 0.69 and the lightness value of 8cad20 is 0.40.

The process color (four color CMYK) of #8cad20 color hex is 0.19, 0.00, 0.82, 0.32. Web safe color of #8cad20 is #999933. Color #8cad20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101101 00100000
Octal 214 255 40
Decimal 140 173 32
Hex 8C AD 20

RGB Percentages of Color #8cad20

%40.58
%50.14
%9.28

CMYK Percentages of Color #8cad20

%19
%0
%82
%32

Triadic Colors of #8cad20

#8cad20 #208cad #ad208c

Analogous Colors of #8cad20

#8cad20 #45ad20 #ad8820

Monochromatic Colors of #8cad20

#8cad20

Complementary Color

#8cad20 #4120ad

#8cad20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cad20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cad20 Color CSS Codes

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

#8cad20 Text Font Color

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

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


#8cad20 Background Color

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

This div background color is #8cad20


#8cad20 Border Color

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

This div border color is #8cad20


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,173,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 #8cad20">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cad20


Comments

No comments written yet.

Please login to write comment.