crispedge.com

Color picker

Loading...

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

#5cbacf hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5cbacf Color code in RGB color code model is created after adding 36.08% red color, 72.94% green color and 81.18% blue color. Hex #5cbacf Color code in CMYK color (process color) code model is generated after subtraction of 56% cyan, 10% magenta, 0% yellow and 19% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code5cbacf#5cbacf
RGB Decimal92, 186, 207rgb(92, 186, 207)
RGB Percent36%, 73%, 81%rgb(36%, 73%, 81%)
CSS RGBa92, 186, 207,1rgba(92,186,207,1)
CMYK Modelcmyk(56%,10%,0%,19%)
HSL Color Space191,55% ,59%hsl(191,55% ,59%)
HSV Color Space191°, 56%, 81%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111001011101011001111
Octal134272317
Decimal92186207
Hex5cbacf

Different shades of #5cbacf color code.

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

Light Shade of #5cbacf
#83cbdb
Dark Shade of #5cbacf
#38a7c0
Saturated Shade of #5cbacf
#51c1da
Desaturated Shade of #5cbacf
#67b3c4
Grey scale Shade of #5cbacf
#959595
Brighten Shade
#75d3e8
Most Readable Shade
#000000

Shades of #5cbacf color code

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

#5cbacf
#51a5b8
#4790a1
#3d7c8a
#336773
#28525c
#1e3e45
#14292e
#0a1417
#000000

Similar Color like #5cbacf color

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

#5dbbd0
#5ebcd1
#5fbdd2
#60bed3
#61bfd4
#62c0d5
#63c1d6
#64c2d7
#65c3d8
#66c4d9
#67c5da
#68c6db
#69c7dc
#6ac8dd
#5bb9ce
#5ab8cd
#59b7cc
#58b6cb
#57b5ca
#56b4c9
#55b3c8
#54b2c7
#53b1c6
#52b0c5
#51afc4
#50aec3
#4fadc2
#4eacc1

Monochromatic Color with #5cbacf

#5cbacf
#6fe0f9
#102125
#23474f
#366e7a
#4994a4

Tints of #5cbacf Color

#5cbacf
#6ec1d4
#80c9d9
#92d1df
#a4d8e4
#b6e0e9
#c8e8ef
#daeff4
#ecf7f9
#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

#5cbacf
#cf715c

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

Split Complementary

#5cbacf
#cf5c81
#cfab5c

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

Analogous Color

#5ccfb6
#5ccfcd
#5cbacf
#5ca3cf
#5c8ccf

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

#5cbacf
#cf5cba
#bacf5c

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

#5cbacf
#aa5ccf
#cf715c
#80cf5c

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

#5cbacf
#cf715c
#cfab5c
#5c81cf

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

#5cbacf Color Code Preview on Black Background Color

This is how #5cbacf Color will look on black background color. Color contrast ratio is 9.38

#5cbacf in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5cbacf color code is use for CSS Background Color

Background color for the above div is #5cbacf

HTML with inline CSS

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

#5cbacf color code is use for CSS Border Color

CSS Border color for the above div is #5cbacf

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5cbacf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5cbacf Color code Preview on White Background

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

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

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