Color Hex Logo

#8ca31a Color Hex

#8CA31A
(140,163,26)
0 Favorites   0 Comments

Color spaces of #8ca31a

RGB 14016326
HSL0.190.720.37
HSV70°84°64°
CMYK 0.140.000.84   0.36
XYZ24.098931.84445.8537
Yxy31.84440.39000.5153
Hunter Lab56.4308-22.525233.3513
CIE-Lab63.2141-24.977061.0922

#8ca31a color RGB value is (140,163,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100011 00011010
Octal 214 243 32
Decimal 140 163 26
Hex 8C A3 1A

RGB Percentages of Color #8ca31a

%42.55
%49.54
%7.90

CMYK Percentages of Color #8ca31a

%14
%0
%84
%36

Triadic Colors of #8ca31a

#8ca31a #1a8ca3 #a31a8c

Analogous Colors of #8ca31a

#8ca31a #47a31a #a3761a

Monochromatic Colors of #8ca31a

#8ca31a

Complementary Color

#8ca31a #311aa3

#8ca31a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca31a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca31a Color CSS Codes

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

#8ca31a Text Font Color

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

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


#8ca31a Background Color

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

This div background color is #8ca31a


#8ca31a Border Color

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

This div border color is #8ca31a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca31a


Comments

No comments written yet.

Please login to write comment.