Color Hex Logo

#86c513 Color Hex

#86C513
(134,197,19)
0 Favorites   0 Comments

Color spaces of #86c513

RGB 13419719
HSL0.230.820.42
HSV81°90°77°
CMYK 0.320.000.90   0.23
XYZ29.915345.04797.7345
Yxy45.04790.36170.5447
Hunter Lab67.1177-37.896140.1500
CIE-Lab72.9234-43.178970.4863

#86c513 color RGB value is (134,197,19).

#86c513 hex color red value is 134, green value is 197 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #86c513 hue: 0.23 , saturation: 0.82 and the lightness value of 86c513 is 0.42.

The process color (four color CMYK) of #86c513 color hex is 0.32, 0.00, 0.90, 0.23. Web safe color of #86c513 is #99cc00. Color #86c513 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11000101 00010011
Octal 206 305 23
Decimal 134 197 19
Hex 86 C5 13

RGB Percentages of Color #86c513

%38.29
%56.29
%5.43

CMYK Percentages of Color #86c513

%32
%0
%90
%23

Triadic Colors of #86c513

#86c513 #1386c5 #c51386

Analogous Colors of #86c513

#86c513 #2dc513 #c5ab13

Monochromatic Colors of #86c513

#86c513

Complementary Color

#86c513 #5213c5

#86c513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86c513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#86c513 Color CSS Codes

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

#86c513 Text Font Color

<p style="color:#86c513">Text here</p>

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


#86c513 Background Color

<div style="background-color:#86c513">
Div content here</div>

This div background color is #86c513


#86c513 Border Color

<div style="border:3px solid #86c513">
Div here</div>

This div border color is #86c513


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,197,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86c513; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86c513;
  -webkit-box-shadow: 1px 1px 3px 2px #86c513;
  box-shadow:         1px 1px 3px 2px #86c513; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,197,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 #86c513">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86c513

#86c513 Color Palettes


Comments

No comments written yet.

Please login to write comment.