crispedge.com

Color picker

Loading...

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

#5dcde2 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5dcde2 Color code in RGB color code model is created after adding 36.47% red color, 80.39% green color and 88.63% blue color. Hex #5dcde2 Color code in CMYK color (process color) code model is generated after subtraction of 59% cyan, 9% magenta, 0% yellow and 11% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code5dcde2#5dcde2
RGB Decimal93, 205, 226rgb(93, 205, 226)
RGB Percent36%, 80%, 89%rgb(36%, 80%, 89%)
CSS RGBa93, 205, 226,1rgba(93,205,226,1)
CMYK Modelcmyk(59%,9%,0%,11%)
HSL Color Space189,70% ,63%hsl(189,70% ,63%)
HSV Color Space189°, 59%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111011100110111100010
Octal135315342
Decimal93205226
Hex5dcde2

Different shades of #5dcde2 color code.

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

Light Shade of #5dcde2
#88daea
Dark Shade of #5dcde2
#32c0da
Saturated Shade of #5dcde2
#53d4ec
Desaturated Shade of #5dcde2
#67c6d8
Grey scale Shade of #5dcde2
#9f9f9f
Brighten Shade
#76e6fb
Most Readable Shade
#000000

Shades of #5dcde2 color code

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

#5dcde2
#52b6c8
#489faf
#3e8896
#33717d
#295b64
#1f444b
#142d32
#0a1619
#000000

Similar Color like #5dcde2 color

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

#5ecee3
#5fcfe4
#60d0e5
#61d1e6
#62d2e7
#63d3e8
#64d4e9
#65d5ea
#66d6eb
#67d7ec
#68d8ed
#69d9ee
#6adaef
#6bdbf0
#5ccce1
#5bcbe0
#5acadf
#59c9de
#58c8dd
#57c7dc
#56c6db
#55c5da
#54c4d9
#53c3d8
#52c2d7
#51c1d6
#50c0d5
#4fbfd4

Monochromatic Color with #5dcde2

#5dcde2
#060c0d
#173338
#295962
#3a808d
#4ca6b7

Tints of #5dcde2 Color

#5dcde2
#6fd2e5
#81d8e8
#93ddeb
#a5e3ee
#b7e8f2
#c9eef5
#dbf3f8
#edf9fb
#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

#5dcde2
#e2725d

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

Split Complementary

#5dcde2
#e25d8b
#e2b45d

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

Analogous Color

#5de2c2
#5de2dc
#5dcde2
#5db2e2
#5d98e2

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

#5dcde2
#e25dcd
#cde25d

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

#5dcde2
#b45de2
#e2725d
#8ae25d

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

#5dcde2
#e2725d
#e2b45d
#5d8be2

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

#5dcde2 Color Code Preview on Black Background Color

This is how #5dcde2 Color will look on black background color. Color contrast ratio is 11.30

#5dcde2 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5dcde2 color code is use for CSS Background Color

Background color for the above div is #5dcde2

HTML with inline CSS

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

#5dcde2 color code is use for CSS Border Color

CSS Border color for the above div is #5dcde2

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5dcde2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5dcde2 Color code Preview on White Background

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

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

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,205,226,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(226,114,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(93,205,226,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.