crispedge.com

Color picker

Loading...

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

#5ccfdb hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 5ccfdb #5ccfdb
RGB Decimal 92, 207, 219 rgb(92, 207, 219)
RGB Percent 36%, 81%, 86% rgb(36%, 81%, 86%)
CSS RGBa 92, 207, 219,1 rgba(92,207,219,1)
CMYK Model cmyk(58%,5%,0%,14%)
HSL Color Space 186,64% ,61% hsl(186,64% ,61%)
HSV Color Space 186°, 58%, 86%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01011100 11001111 11011011
Octal 134 317 333
Decimal 92 207 219
Hex 5c cf db

Different shades of #5ccfdb color code.

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

Light Shade of #5ccfdb
#86dbe4
Dark Shade of #5ccfdb
#32c3d2
Saturated Shade of #5ccfdb
#52d7e5
Desaturated Shade of #5ccfdb
#66c7d1
Grey scale Shade of #5ccfdb
#9b9b9b
Brighten Shade
#75e8f4
Most Readable Shade
#000000

Shades of #5ccfdb color code

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

#5ccfdb
#51b8c2
#47a1aa
#3d8a92
#337379
#285c61
#1e4549
#142e30
#0a1718
#000000

Similar Color like #5ccfdb color

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

#5dd0dc
#5ed1dd
#5fd2de
#60d3df
#61d4e0
#62d5e1
#63d6e2
#64d7e3
#65d8e4
#66d9e5
#67dae6
#68dbe7
#69dce8
#6adde9
#5bceda
#5acdd9
#59ccd8
#58cbd7
#57cad6
#56c9d5
#55c8d4
#54c7d3
#53c6d2
#52c5d1
#51c4d0
#50c3cf
#4fc2ce
#4ec1cd

Monochromatic Color with #5ccfdb

#5ccfdb
#030606
#152e31
#26565b
#387f86
#4aa7b0

Tints of #5ccfdb Color

#5ccfdb
#6ed4df
#80d9e3
#92dfe7
#a4e4eb
#b6e9ef
#c8eff3
#daf4f7
#ecf9fb
#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

#5ccfdb
#db685c

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

Split Complementary

#5ccfdb
#db5c90
#dba75c

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

Analogous Color

#5cdbb4
#5cdbce
#5ccfdb
#5cb6db
#5c9cdb

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

#5ccfdb
#db5ccf
#cfdb5c

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

#5ccfdb
#a75cdb
#db685c
#90db5c

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

#5ccfdb
#db685c
#dba75c
#5c90db

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

#5ccfdb Color Code Preview on Black Background Color

This is how #5ccfdb Color will look on black background color. Color contrast ratio is 11.40

#5ccfdb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5ccfdb color code is use for CSS Background Color

Background color for the above div is #5ccfdb

HTML with inline CSS

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

#5ccfdb color code is use for CSS Border Color

CSS Border color for the above div is #5ccfdb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5ccfdb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5ccfdb Color code Preview on White Background

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

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

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(92,207,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(219,104,92,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(92,207,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.