Color Hex Logo

#86c399 Color Hex

#86C399
(134,195,153)
0 Favorites   0 Comments

Color spaces of #86c399

RGB 134195153
HSL0.390.340.65
HSV139°31°76°
CMYK 0.310.000.22   0.24
XYZ35.096446.398537.2430
Yxy46.39850.29560.3908
Hunter Lab68.1164-27.233215.2644
CIE-Lab73.8034-28.372514.9633

#86c399 color RGB value is (134,195,153).

#86c399 hex color red value is 134, green value is 195 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #86c399 hue: 0.39 , saturation: 0.34 and the lightness value of 86c399 is 0.65.

The process color (four color CMYK) of #86c399 color hex is 0.31, 0.00, 0.22, 0.24. Web safe color of #86c399 is #99cc99. Color #86c399 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11000011 10011001
Octal 206 303 231
Decimal 134 195 153
Hex 86 C3 99

RGB Percentages of Color #86c399

%27.80
%40.46
%31.74

CMYK Percentages of Color #86c399

%31
%0
%22
%24

Triadic Colors of #86c399

#86c399 #9986c3 #c39986

Analogous Colors of #86c399

#86c399 #86c3b8 #92c386

Monochromatic Colors of #86c399

#86c399

Complementary Color

#86c399 #c386b0

#86c399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86c399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#86c399 Color CSS Codes

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

#86c399 Text Font Color

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

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


#86c399 Background Color

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

This div background color is #86c399


#86c399 Border Color

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

This div border color is #86c399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86c399


Comments

No comments written yet.

Please login to write comment.