Color Hex Logo

#8ca913 Color Hex

#8CA913
(140,169,19)
0 Favorites   0 Comments

Color spaces of #8ca913

RGB 14016919
HSL0.200.800.37
HSV72°89°66°
CMYK 0.170.000.89   0.34
XYZ25.120733.99845.8544
Yxy33.99840.38660.5233
Hunter Lab58.3081-25.136734.8627
CIE-Lab64.9613-28.097264.1017

#8ca913 color RGB value is (140,169,19).

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

The process color (four color CMYK) of #8ca913 color hex is 0.17, 0.00, 0.89, 0.34. Web safe color of #8ca913 is #999900. Color #8ca913 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101001 00010011
Octal 214 251 23
Decimal 140 169 19
Hex 8C A9 13

RGB Percentages of Color #8ca913

%42.68
%51.52
%5.79

CMYK Percentages of Color #8ca913

%17
%0
%89
%34

Triadic Colors of #8ca913

#8ca913 #138ca9 #a9138c

Analogous Colors of #8ca913

#8ca913 #41a913 #a97b13

Monochromatic Colors of #8ca913

#8ca913

Complementary Color

#8ca913 #3013a9

#8ca913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca913 Color CSS Codes

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

#8ca913 Text Font Color

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

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


#8ca913 Background Color

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

This div background color is #8ca913


#8ca913 Border Color

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

This div border color is #8ca913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca913


Comments

No comments written yet.

Please login to write comment.