crispedge.com

Color picker

Loading...

#5af8dd hex color - Blue - Cool color - Information

#5af8dd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5af8dd Color code in RGB color code model is created after adding 35.29% red color, 97.25% green color and 86.67% blue color. Hex #5af8dd Color code in CMYK color (process color) code model is generated after subtraction of 64% cyan, 0% magenta, 11% yellow and 3% black.

Hex #5af8dd color code is between #55ffcc web safe hex color code and #66eeee web safe hex color code. #55ffcc is the nearest web safe color code. You can see here many more shades of #5af8dd color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code5af8dd#5af8dd
RGB Decimal90, 248, 221rgb(90, 248, 221)
RGB Percent35%, 97%, 87%rgb(35%, 97%, 87%)
CSS RGBa90, 248, 221,1rgba(90,248,221,1)
CMYK Modelcmyk(64%,0%,11%,3%)
HSL Color Space170,92% ,66%hsl(170,92% ,66%)
HSV Color Space170°, 64%, 97%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110101111100011011101
Octal132370335
Decimal90248221
Hex5af8dd

Different shades of #5af8dd color code.

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

Light Shade of #5af8dd
#8bfae7
Dark Shade of #5af8dd
#29f6d3
Saturated Shade of #5af8dd
#53ffe2
Desaturated Shade of #5af8dd
#63efd7
Grey scale Shade of #5af8dd
#a9a9a9
Brighten Shade
#73fff6
Most Readable Shade
#000000

Shades of #5af8dd color code

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

#5af8dd
#50dcc4
#46c0ab
#3ca593
#32897a
#286e62
#1e5249
#143731
#0a1b18
#000000

Similar Color like #5af8dd color

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

#5bf9de
#5cfadf
#5dfbe0
#5efce1
#5ffde2
#60fee3
#61ffe4
#62ffe5
#63ffe6
#64ffe7
#65ffe8
#66ffe9
#67ffea
#68ffeb
#59f7dc
#58f6db
#57f5da
#56f4d9
#55f3d8
#54f2d7
#53f1d6
#52f0d5
#51efd4
#50eed3
#4fedd2
#4eecd1
#4debd0
#4ceacf

Monochromatic Color with #5af8dd

#5af8dd
#0d2320
#1c4e45
#2c786b
#3ba391
#4bcdb7

Tints of #5af8dd Color

#5af8dd
#6cf8e0
#7ef9e4
#91fae8
#a3fbec
#b5fbef
#c8fcf3
#dafdf7
#ecfefb
#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

#5af8dd
#f85a75

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

Split Complementary

#5af8dd
#f85ac4
#f88e5a

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

Analogous Color

#5af89e
#5af8bd
#5af8dd
#5af3f8
#5ad4f8

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

#5af8dd
#dd5af8
#f8dd5a

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

#5af8dd
#8e5af8
#f85a75
#c4f85a

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

#5af8dd
#f85a75
#f88e5a
#5ac4f8

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 #5af8dd 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.

#5af8dd Color Code Preview on Black Background Color

This is how #5af8dd Color will look on black background color. Color contrast ratio is 15.91

#5af8dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5af8dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5af8dd

#5af8dd color code is use for CSS Background Color

Background color for the above div is #5af8dd

HTML with inline CSS

<div style="background-color:#5af8dd;"></div>

#5af8dd color code is use for CSS Border Color

CSS Border color for the above div is #5af8dd

HTML with inline CSS

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

CSS Border Left color for the above div is #5af8dd

HTML with inline CSS

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

CSS Border Right color for the above div is #5af8dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5af8dd

HTML with inline CSS

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

CSS Border Top color for the above div is #5af8dd

HTML with inline CSS

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

#5af8dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5af8dd Color code Preview on White Background

This is how #5af8dd Color code will look on white background color. Color contrast ratio is 1.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 #5af8dd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #5af8dd; }

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(90,248,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(248,90,117,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(90,248,221,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.