Color Hex Logo

#86ab09 Color Hex

#86AB09
(134,171,9)
0 Favorites   0 Comments

Color spaces of #86ab09

RGB 1341719
HSL0.200.900.35
HSV74°95°67°
CMYK 0.220.000.95   0.33
XYZ24.443734.21395.5741
Yxy34.21390.38060.5327
Hunter Lab58.4926-27.768135.2948
CIE-Lab65.1320-31.741865.6205

#86ab09 color RGB value is (134,171,9).

#86ab09 hex color red value is 134, green value is 171 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #86ab09 hue: 0.20 , saturation: 0.90 and the lightness value of 86ab09 is 0.35.

The process color (four color CMYK) of #86ab09 color hex is 0.22, 0.00, 0.95, 0.33. Web safe color of #86ab09 is #999900. Color #86ab09 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101011 00001001
Octal 206 253 11
Decimal 134 171 9
Hex 86 AB 9

RGB Percentages of Color #86ab09

%42.68
%54.46
%2.87

CMYK Percentages of Color #86ab09

%22
%0
%95
%33

Triadic Colors of #86ab09

#86ab09 #0986ab #ab0986

Analogous Colors of #86ab09

#86ab09 #35ab09 #ab7f09

Monochromatic Colors of #86ab09

#86ab09

Complementary Color

#86ab09 #2e09ab

#86ab09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86ab09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#86ab09 Color CSS Codes

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

#86ab09 Text Font Color

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

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


#86ab09 Background Color

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

This div background color is #86ab09


#86ab09 Border Color

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

This div border color is #86ab09


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,171,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86ab09


Comments

No comments written yet.

Please login to write comment.