crispedge.com

Color picker

Loading...

#86ade0 hex color - Blue - Cool color - Information

#86ade0 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #86ade0 Color code in RGB color code model is created after adding 52.55% red color, 67.84% green color and 87.84% blue color. Hex #86ade0 Color code in CMYK color (process color) code model is generated after subtraction of 40% cyan, 23% magenta, 0% yellow and 12% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code86ade0#86ade0
RGB Decimal134, 173, 224rgb(134, 173, 224)
RGB Percent53%, 68%, 88%rgb(53%, 68%, 88%)
CSS RGBa134, 173, 224,1rgba(134,173,224,1)
CMYK Modelcmyk(40%,23%,0%,12%)
HSL Color Space214,59% ,70%hsl(214,59% ,70%)
HSV Color Space214°, 40%, 88%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001101010110111100000
Octal206255340
Decimal134173224
Hex86ade0

Different shades of #86ade0 color code.

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

Light Shade of #86ade0
#afc8ea
Dark Shade of #86ade0
#5d91d6
Saturated Shade of #86ade0
#7eace8
Desaturated Shade of #86ade0
#8eaed8
Grey scale Shade of #86ade0
#b3b3b3
Brighten Shade
#9fc6f9
Most Readable Shade
#000000

Shades of #86ade0 color code

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

#86ade0
#7799c7
#6886ae
#597395
#4a607c
#3b4c63
#2c394a
#1d2631
#0e1318
#000000

Similar Color like #86ade0 color

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

#87aee1
#88afe2
#89b0e3
#8ab1e4
#8bb2e5
#8cb3e6
#8db4e7
#8eb5e8
#8fb6e9
#90b7ea
#91b8eb
#92b9ec
#93baed
#94bbee
#85acdf
#84abde
#83aadd
#82a9dc
#81a8db
#80a7da
#7fa6d9
#7ea5d8
#7da4d7
#7ca3d6
#7ba2d5
#7aa1d4
#79a0d3
#789fd2

Monochromatic Color with #86ade0

#86ade0
#07090b
#202a36
#3a4b60
#536b8b
#6d8cb5

Tints of #86ade0 Color

#86ade0
#93b6e3
#a0bfe6
#aec8ea
#bbd1ed
#c9daf1
#d6e3f4
#e4ecf8
#f1f5fb
#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

#86ade0
#e0b986

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

Split Complementary

#86ade0
#e08c86
#dae086

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

Analogous Color

#86d1e0
#86bfe0
#86ade0
#869be0
#8689e0

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

#86ade0
#e086ad
#ade086

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

#86ade0
#e086da
#e0b986
#86e08c

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

#86ade0
#e0b986
#dae086
#8c86e0

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

#86ade0 Color Code Preview on Black Background Color

This is how #86ade0 Color will look on black background color. Color contrast ratio is 9.07

#86ade0 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#86ade0 color code is use for CSS Background Color

Background color for the above div is #86ade0

HTML with inline CSS

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

#86ade0 color code is use for CSS Border Color

CSS Border color for the above div is #86ade0

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#86ade0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#86ade0 Color code Preview on White Background

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

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

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,173,224,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(224,185,134,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(134,173,224,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.