Color Hex Logo

#86c393 Color Hex

#86C393
(134,195,147)
0 Favorites   0 Comments

Color spaces of #86c393

RGB 134195147
HSL0.370.340.65
HSV133°31°76°
CMYK 0.310.000.25   0.24
XYZ34.613146.205134.6979
Yxy46.20510.29960.4000
Hunter Lab67.9743-28.061417.3171
CIE-Lab73.6784-29.488118.0095

#86c393 color RGB value is (134,195,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11000011 10010011
Octal 206 303 223
Decimal 134 195 147
Hex 86 C3 93

RGB Percentages of Color #86c393

%28.15
%40.97
%30.88

CMYK Percentages of Color #86c393

%31
%0
%25
%24

Triadic Colors of #86c393

#86c393 #9386c3 #c39386

Analogous Colors of #86c393

#86c393 #86c3b2 #98c386

Monochromatic Colors of #86c393

#86c393

Complementary Color

#86c393 #c386b6

#86c393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86c393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#86c393 Color CSS Codes

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

#86c393 Text Font Color

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

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


#86c393 Background Color

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

This div background color is #86c393


#86c393 Border Color

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

This div border color is #86c393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86c393


Comments

No comments written yet.

Please login to write comment.