crispedge.com

Color picker

Loading...

#86ffae hex color - Green - Cool color - Information

#86ffae hex color - Green - Cool color

Color Hue/Base color: Green

Hex #86ffae Color code in RGB color code model is created after adding 52.55% red color, 100% green color and 68.24% blue color. Hex #86ffae Color code in CMYK color (process color) code model is generated after subtraction of 47% cyan, 0% magenta, 32% yellow and 0% black.

Hex #86ffae color code is between #88eeaa web safe hex color code and #77ddbb web safe hex color code. #88eeaa is the nearest web safe color code. You can see here many more shades of #86ffae color code.

0 Likes 0 Comments | 2 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code86ffae#86ffae
RGB Decimal134, 255, 174rgb(134, 255, 174)
RGB Percent53%, 100%, 68%rgb(53%, 100%, 68%)
CSS RGBa134, 255, 174,1rgba(134,255,174,1)
CMYK Modelcmyk(47%,0%,32%,0%)
HSL Color Space140,100% ,76%hsl(140,100% ,76%)
HSV Color Space140°, 47%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001101111111110101110
Octal206377256
Decimal134255174
Hex86ffae

Different shades of #86ffae color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #86ffae
#b9ffd0
Dark Shade of #86ffae
#53ff8c
Saturated Shade of #86ffae
#86ffae
Desaturated Shade of #86ffae
#8cf9b0
Grey scale Shade of #86ffae
#c2c2c2
Brighten Shade
#9fffc7
Most Readable Shade
#000000

Shades of #86ffae color code

Generate more color scales with scales (color stack) generator.

#86ffae
#77e29a
#68c687
#59aa74
#4a8d60
#3b714d
#2c553a
#1d3826
#0e1c13
#000000

Similar Color like #86ffae color

Find visually similar hex color codes nearing to #86ffae hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#87ffaf
#88ffb0
#89ffb1
#8affb2
#8bffb3
#8cffb4
#8dffb5
#8effb6
#8fffb7
#90ffb8
#91ffb9
#92ffba
#93ffbb
#94ffbc
#85fead
#84fdac
#83fcab
#82fbaa
#81faa9
#80f9a8
#7ff8a7
#7ef7a6
#7df6a5
#7cf5a4
#7bf4a3
#7af3a2
#79f2a1
#78f1a0

Monochromatic Color with #86ffae

#86ffae
#162a1d
#2d553a
#438057
#59aa74
#70d491

Tints of #86ffae Color

#86ffae
#93ffb7
#a0ffc0
#aeffc9
#bbffd2
#c9ffdb
#d6ffe4
#e4ffed
#f1fff6
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#86ffae
#ff86d7

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#86ffae
#eb86ff
#ff869a

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#8eff86
#86ff96
#86ffae
#86ffc6
#86ffde

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#86ffae
#ae86ff
#ffae86

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#86ffae
#869aff
#ff86d7
#ffea86

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#86ffae
#ff86d7
#ff869a
#86ffeb

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #86ffae Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#86ffae Color Code Preview on Black Background Color

This is how #86ffae Color will look on black background color. Color contrast ratio is 16.93

#86ffae in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#86ffae">Your Example Paragraph content text in with font color #86ffae </p>

Your Example Paragraph content text in with font color #86ffae

HTML with inline CSS

<div style="color:#86ffae">Your Paragraph text in with font color #86ffae </div>

Your Example Paragraph content text in with font color #86ffae

#86ffae color code is use for CSS Background Color

Background color for the above div is #86ffae

HTML with inline CSS

<div style="background-color:#86ffae;"></div>

#86ffae color code is use for CSS Border Color

CSS Border color for the above div is #86ffae

HTML with inline CSS

<div style="border:5px solid #86ffae;"></div>

CSS Border Left color for the above div is #86ffae

HTML with inline CSS

<div style="border-left:5px solid #86ffae;"></div>

CSS Border Right color for the above div is #86ffae

HTML with inline CSS

<div style="border-right:5px solid #86ffae;"></div>

CSS Border Bottom color for the above div is #86ffae

HTML with inline CSS

<div style="border-bottom:5px solid #86ffae;"></div>

CSS Border Top color for the above div is #86ffae

HTML with inline CSS

<div style="border-top:5px solid #86ffae;"></div>

#86ffae hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#86ffae; } .examplecolorclass {color:#86ffae; } .examplebordercolor {border:3px solid #86ffae; }

#86ffae Color code Preview on White Background

This is how #86ffae Color code will look on white background color. Color contrast ratio is 1.24

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #86ffae; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #86ffae; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(134,255,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,134,215,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(134,255,174,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.