Color Hex Logo

#8ca91c Color Hex

#8CA91C
(140,169,28)
0 Favorites   0 Comments

Color spaces of #8ca91c

RGB 14016928
HSL0.200.720.39
HSV72°83°66°
CMYK 0.170.000.83   0.34
XYZ25.212834.03526.3392
Yxy34.03520.38440.5189
Hunter Lab58.3397-24.951734.3953
CIE-Lab64.9905-27.831462.1234

#8ca91c color RGB value is (140,169,28).

#8ca91c hex color red value is 140, green value is 169 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #8ca91c hue: 0.20 , saturation: 0.72 and the lightness value of 8ca91c is 0.39.

The process color (four color CMYK) of #8ca91c color hex is 0.17, 0.00, 0.83, 0.34. Web safe color of #8ca91c is #999933. Color #8ca91c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101001 00011100
Octal 214 251 34
Decimal 140 169 28
Hex 8C A9 1C

RGB Percentages of Color #8ca91c

%41.54
%50.15
%8.31

CMYK Percentages of Color #8ca91c

%17
%0
%83
%34

Triadic Colors of #8ca91c

#8ca91c #1c8ca9 #a91c8c

Analogous Colors of #8ca91c

#8ca91c #45a91c #a9801c

Monochromatic Colors of #8ca91c

#8ca91c

Complementary Color

#8ca91c #391ca9

#8ca91c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca91c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca91c Color CSS Codes

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

#8ca91c Text Font Color

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

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


#8ca91c Background Color

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

This div background color is #8ca91c


#8ca91c Border Color

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

This div border color is #8ca91c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca91c


Comments

No comments written yet.

Please login to write comment.