Color Hex Logo

#8ca43a Color Hex

#8CA43A
(140,164,58)
0 Favorites   0 Comments

Color spaces of #8ca43a

RGB 14016458
HSL0.200.480.44
HSV74°65°64°
CMYK 0.150.000.65   0.36
XYZ24.854432.43198.9530
Yxy32.43190.37520.4896
Hunter Lab56.9490-21.757630.5433
CIE-Lab63.6983-23.790950.4414

#8ca43a color RGB value is (140,164,58).

#8ca43a hex color red value is 140, green value is 164 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #8ca43a hue: 0.20 , saturation: 0.48 and the lightness value of 8ca43a is 0.44.

The process color (four color CMYK) of #8ca43a color hex is 0.15, 0.00, 0.65, 0.36. Web safe color of #8ca43a is #999933. Color #8ca43a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100100 00111010
Octal 214 244 72
Decimal 140 164 58
Hex 8C A4 3A

RGB Percentages of Color #8ca43a

%38.67
%45.30
%16.02

CMYK Percentages of Color #8ca43a

%15
%0
%65
%36

Triadic Colors of #8ca43a

#8ca43a #3a8ca4 #a43a8c

Analogous Colors of #8ca43a

#8ca43a #57a43a #a4873a

Monochromatic Colors of #8ca43a

#8ca43a

Complementary Color

#8ca43a #523aa4

#8ca43a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca43a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca43a Color CSS Codes

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

#8ca43a Text Font Color

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

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


#8ca43a Background Color

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

This div background color is #8ca43a


#8ca43a Border Color

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

This div border color is #8ca43a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca43a


Comments

No comments written yet.

Please login to write comment.