crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

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

#86e8bb hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #86e8bb Color code in RGB color code model is created after adding 52.55% red color, 90.98% green color and 73.33% blue color. Hex #86e8bb Color code in CMYK color (process color) code model is generated after subtraction of 42% cyan, 0% magenta, 19% yellow and 9% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code86e8bb#86e8bb
RGB Decimal134, 232, 187rgb(134, 232, 187)
RGB Percent53%, 91%, 73%rgb(53%, 91%, 73%)
CSS RGBa134, 232, 187,1rgba(134,232,187,1)
CMYK Modelcmyk(42%,0%,19%,9%)
HSL Color Space152,68% ,72%hsl(152,68% ,72%)
HSV Color Space152°, 42%, 91%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001101110100010111011
Octal206350273
Decimal134232187
Hex86e8bb

Different shades of #86e8bb color code.

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

Light Shade of #86e8bb
#b1f0d3
Dark Shade of #86e8bb
#5be0a3
Saturated Shade of #86e8bb
#7fefbc
Desaturated Shade of #86e8bb
#8de1ba
Grey scale Shade of #86e8bb
#b7b7b7
Brighten Shade
#9fffd4
Most Readable Shade
#000000

Shades of #86e8bb color code

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

#86e8bb
#77cea6
#68b491
#599a7c
#4a8067
#3b6753
#2c4d3e
#1d3329
#0e1914
#000000

Similar Color like #86e8bb color

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

#87e9bc
#88eabd
#89ebbe
#8aecbf
#8bedc0
#8ceec1
#8defc2
#8ef0c3
#8ff1c4
#90f2c5
#91f3c6
#92f4c7
#93f5c8
#94f6c9
#85e7ba
#84e6b9
#83e5b8
#82e4b7
#81e3b6
#80e2b5
#7fe1b4
#7ee0b3
#7ddfb2
#7cdeb1
#7bddb0
#7adcaf
#79dbae
#78daad

Monochromatic Color with #86e8bb

#86e8bb
#0b1310
#243e32
#3c6854
#559376
#6dbd99

Tints of #86e8bb Color

#86e8bb
#93eac2
#a0edca
#aeefd1
#bbf2d9
#c9f4e0
#d6f7e8
#e4f9ef
#f1fcf7
#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

#86e8bb
#e886b3

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

Split Complementary

#86e8bb
#e886e4
#e88a86

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

Analogous Color

#86e894
#86e8a7
#86e8bb
#86e8cf
#86e8e2

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

#86e8bb
#bb86e8
#e8bb86

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

#86e8bb
#8a86e8
#e886b3
#e4e886

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

#86e8bb
#e886b3
#e88a86
#86e4e8

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 #86e8bb 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.

#86e8bb Color Code Preview on Black Background Color

This is how #86e8bb Color will look on black background color. Color contrast ratio is 14.27

#86e8bb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#86e8bb color code is use for CSS Background Color

Background color for the above div is #86e8bb

HTML with inline CSS

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

#86e8bb color code is use for CSS Border Color

CSS Border color for the above div is #86e8bb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#86e8bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#86e8bb Color code Preview on White Background

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

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 #86e8bb; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #86e8bb; }

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.