Color Hex Logo

#8ca21d Color Hex

#8CA21D
(140,162,29)
0 Favorites   0 Comments

Color spaces of #8ca21d

RGB 14016229
HSL0.190.700.37
HSV70°82°64°
CMYK 0.140.000.82   0.36
XYZ23.957331.50485.9808
Yxy31.50480.38990.5127
Hunter Lab56.1291-22.037832.9728
CIE-Lab62.9315-24.379960.0626

#8ca21d color RGB value is (140,162,29).

#8ca21d hex color red value is 140, green value is 162 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #8ca21d hue: 0.19 , saturation: 0.70 and the lightness value of 8ca21d is 0.37.

The process color (four color CMYK) of #8ca21d color hex is 0.14, 0.00, 0.82, 0.36. Web safe color of #8ca21d is #999933. Color #8ca21d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100010 00011101
Octal 214 242 35
Decimal 140 162 29
Hex 8C A2 1D

RGB Percentages of Color #8ca21d

%42.30
%48.94
%8.76

CMYK Percentages of Color #8ca21d

%14
%0
%82
%36

Triadic Colors of #8ca21d

#8ca21d #1d8ca2 #a21d8c

Analogous Colors of #8ca21d

#8ca21d #4aa21d #a2761d

Monochromatic Colors of #8ca21d

#8ca21d

Complementary Color

#8ca21d #331da2

#8ca21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca21d Color CSS Codes

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

#8ca21d Text Font Color

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

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


#8ca21d Background Color

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

This div background color is #8ca21d


#8ca21d Border Color

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

This div border color is #8ca21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca21d


Comments

No comments written yet.

Please login to write comment.