crispedge.com

Color picker

Loading...

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

#5dbcdb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5dbcdb Color code in RGB color code model is created after adding 36.47% red color, 73.73% green color and 85.88% blue color. Hex #5dbcdb Color code in CMYK color (process color) code model is generated after subtraction of 58% cyan, 14% magenta, 0% yellow and 14% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code5dbcdb#5dbcdb
RGB Decimal93, 188, 219rgb(93, 188, 219)
RGB Percent36%, 74%, 86%rgb(36%, 74%, 86%)
CSS RGBa93, 188, 219,1rgba(93,188,219,1)
CMYK Modelcmyk(58%,14%,0%,14%)
HSL Color Space195,64% ,61%hsl(195,64% ,61%)
HSV Color Space195°, 58%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111011011110011011011
Octal135274333
Decimal93188219
Hex5dbcdb

Different shades of #5dbcdb color code.

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

Light Shade of #5dbcdb
#87cde4
Dark Shade of #5dbcdb
#33abd2
Saturated Shade of #5dbcdb
#53c1e5
Desaturated Shade of #5dbcdb
#67b7d1
Grey scale Shade of #5dbcdb
#9c9c9c
Brighten Shade
#76d5f4
Most Readable Shade
#000000

Shades of #5dbcdb color code

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

#5dbcdb
#52a7c2
#4892aa
#3e7d92
#336879
#295361
#1f3e49
#142930
#0a1418
#000000

Similar Color like #5dbcdb color

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

#5ebddc
#5fbedd
#60bfde
#61c0df
#62c1e0
#63c2e1
#64c3e2
#65c4e3
#66c5e4
#67c6e5
#68c7e6
#69c8e7
#6ac9e8
#6bcae9
#5cbbda
#5bbad9
#5ab9d8
#59b8d7
#58b7d6
#57b6d5
#56b5d4
#55b4d3
#54b3d2
#53b2d1
#52b1d0
#51b0cf
#50afce
#4faecd

Monochromatic Color with #5dbcdb

#5dbcdb
#030606
#152a31
#274f5b
#397386
#4b98b0

Tints of #5dbcdb Color

#5dbcdb
#6fc3df
#81cae3
#93d2e7
#a5d9eb
#b7e1ef
#c9e8f3
#dbf0f7
#edf7fb
#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

#5dbcdb
#db7c5d

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

Split Complementary

#5dbcdb
#db5d7d
#dbbb5d

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

Analogous Color

#5ddbc8
#5dd5db
#5dbcdb
#5da3db
#5d8adb

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

#5dbcdb
#db5dbc
#bcdb5d

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

#5dbcdb
#bb5ddb
#db7c5d
#7ddb5d

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

#5dbcdb
#db7c5d
#dbbb5d
#5d7ddb

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

#5dbcdb Color Code Preview on Black Background Color

This is how #5dbcdb Color will look on black background color. Color contrast ratio is 9.68

#5dbcdb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5dbcdb color code is use for CSS Background Color

Background color for the above div is #5dbcdb

HTML with inline CSS

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

#5dbcdb color code is use for CSS Border Color

CSS Border color for the above div is #5dbcdb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5dbcdb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5dbcdb Color code Preview on White Background

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

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

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,188,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(219,124,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(93,188,219,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.