crispedge.com

Color picker

Loading...

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

#5dccee hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5dccee Color code in RGB color code model is created after adding 36.47% red color, 80% green color and 93.33% blue color. Hex #5dccee Color code in CMYK color (process color) code model is generated after subtraction of 61% cyan, 14% magenta, 0% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code5dccee#5dccee
RGB Decimal93, 204, 238rgb(93, 204, 238)
RGB Percent36%, 80%, 93%rgb(36%, 80%, 93%)
CSS RGBa93, 204, 238,1rgba(93,204,238,1)
CMYK Modelcmyk(61%,14%,0%,7%)
HSL Color Space194,81% ,65%hsl(194,81% ,65%)
HSV Color Space194°, 61%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111011100110011101110
Octal135314356
Decimal93204238
Hex5dccee

Different shades of #5dccee color code.

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

Light Shade of #5dccee
#8bdbf3
Dark Shade of #5dccee
#2fbde9
Saturated Shade of #5dccee
#54d1f7
Desaturated Shade of #5dccee
#66c7e5
Grey scale Shade of #5dccee
#a5a5a5
Brighten Shade
#76e5ff
Most Readable Shade
#000000

Shades of #5dccee color code

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

#5dccee
#52b5d3
#489eb9
#3e889e
#337184
#295a69
#1f444f
#142d34
#0a161a
#000000

Similar Color like #5dccee color

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

#5ecdef
#5fcef0
#60cff1
#61d0f2
#62d1f3
#63d2f4
#64d3f5
#65d4f6
#66d5f7
#67d6f8
#68d7f9
#69d8fa
#6ad9fb
#6bdafc
#5ccbed
#5bcaec
#5ac9eb
#59c8ea
#58c7e9
#57c6e8
#56c5e7
#55c4e6
#54c3e5
#53c2e4
#52c1e3
#51c0e2
#50bfe1
#4fbee0

Monochromatic Color with #5dccee

#5dccee
#0a161a
#1b3a44
#2b5f6e
#3c8399
#4ca8c3

Tints of #5dccee Color

#5dccee
#6fd1ef
#81d7f1
#93ddf3
#a5e2f5
#b7e8f7
#c9eef9
#dbf3fb
#edf9fd
#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

#5dccee
#ee7f5d

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

Split Complementary

#5dccee
#ee5d83
#eec85d

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

Analogous Color

#5deed6
#5de9ee
#5dccee
#5dafee
#5d92ee

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

#5dccee
#ee5dcc
#ccee5d

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

#5dccee
#c75dee
#ee7f5d
#83ee5d

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

#5dccee
#ee7f5d
#eec85d
#5d83ee

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

#5dccee Color Code Preview on Black Background Color

This is how #5dccee Color will look on black background color. Color contrast ratio is 11.34

#5dccee in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5dccee color code is use for CSS Background Color

Background color for the above div is #5dccee

HTML with inline CSS

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

#5dccee color code is use for CSS Border Color

CSS Border color for the above div is #5dccee

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5dccee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5dccee Color code Preview on White Background

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

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

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