Color Hex Logo

#8cad29 Color Hex

#8CAD29
(140,173,41)
0 Favorites   0 Comments

Color spaces of #8cad29

RGB 14017341
HSL0.210.620.42
HSV75°76°68°
CMYK 0.190.000.76   0.32
XYZ26.159035.62277.5950
Yxy35.62270.37710.5135
Hunter Lab59.6848-26.214234.2346
CIE-Lab66.2306-29.207159.4480

#8cad29 color RGB value is (140,173,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101101 00101001
Octal 214 255 51
Decimal 140 173 41
Hex 8C AD 29

RGB Percentages of Color #8cad29

%39.55
%48.87
%11.58

CMYK Percentages of Color #8cad29

%19
%0
%76
%32

Triadic Colors of #8cad29

#8cad29 #298cad #ad298c

Analogous Colors of #8cad29

#8cad29 #4aad29 #ad8c29

Monochromatic Colors of #8cad29

#8cad29

Complementary Color

#8cad29 #4a29ad

#8cad29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cad29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cad29 Color CSS Codes

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

#8cad29 Text Font Color

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

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


#8cad29 Background Color

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

This div background color is #8cad29


#8cad29 Border Color

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

This div border color is #8cad29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cad29


Comments

No comments written yet.

Please login to write comment.