crispedge.com

Color picker

Loading...

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

#5daec9 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5daec9 Color code in RGB color code model is created after adding 36.47% red color, 68.24% green color and 78.82% blue color. Hex #5daec9 Color code in CMYK color (process color) code model is generated after subtraction of 54% cyan, 13% magenta, 0% yellow and 21% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code5daec9#5daec9
RGB Decimal93, 174, 201rgb(93, 174, 201)
RGB Percent36%, 68%, 79%rgb(36%, 68%, 79%)
CSS RGBa93, 174, 201,1rgba(93,174,201,1)
CMYK Modelcmyk(54%,13%,0%,21%)
HSL Color Space195,50% ,58%hsl(195,50% ,58%)
HSV Color Space195°, 54%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111011010111011001001
Octal135256311
Decimal93174201
Hex5daec9

Different shades of #5daec9 color code.

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

Light Shade of #5daec9
#83c1d6
Dark Shade of #5daec9
#3d98b6
Saturated Shade of #5daec9
#52b3d4
Desaturated Shade of #5daec9
#68a9be
Grey scale Shade of #5daec9
#939393
Brighten Shade
#76c7e2
Most Readable Shade
#000000

Shades of #5daec9 color code

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

#5daec9
#529ab2
#48879c
#3e7486
#33606f
#294d59
#1f3a43
#14262c
#0a1316
#000000

Similar Color like #5daec9 color

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

#5eafca
#5fb0cb
#60b1cc
#61b2cd
#62b3ce
#63b4cf
#64b5d0
#65b6d1
#66b7d2
#67b8d3
#68b9d4
#69bad5
#6abbd6
#6bbcd7
#5cadc8
#5bacc7
#5aabc6
#59aac5
#58a9c4
#57a8c3
#56a7c2
#55a6c1
#54a5c0
#53a4bf
#52a3be
#51a2bd
#50a1bc
#4fa0bb

Monochromatic Color with #5daec9

#5daec9
#71d3f3
#0e1b1f
#224049
#366474
#49899e

Tints of #5daec9 Color

#5daec9
#6fb7cf
#81c0d5
#93c9db
#a5d2e1
#b7dbe7
#c9e4ed
#dbedf3
#edf6f9
#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

#5daec9
#c9785d

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

Split Complementary

#5daec9
#c95d78
#c9ae5d

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

Analogous Color

#5dc9b9
#5dc4c9
#5daec9
#5d98c9
#5d83c9

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

#5daec9
#c95dae
#aec95d

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

#5daec9
#ae5dc9
#c9785d
#78c95d

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

#5daec9
#c9785d
#c9ae5d
#5d78c9

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

#5daec9 Color Code Preview on Black Background Color

This is how #5daec9 Color will look on black background color. Color contrast ratio is 8.36

#5daec9 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5daec9 color code is use for CSS Background Color

Background color for the above div is #5daec9

HTML with inline CSS

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

#5daec9 color code is use for CSS Border Color

CSS Border color for the above div is #5daec9

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5daec9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5daec9 Color code Preview on White Background

This is how #5daec9 Color code will look on white background color. Color contrast ratio is 2.51

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

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(93,174,201,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(201,120,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(93,174,201,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.