crispedge.com

Color picker

Loading...

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

#5ccdaa hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #5ccdaa Color code in RGB color code model is created after adding 36.08% red color, 80.39% green color and 66.67% blue color. Hex #5ccdaa Color code in CMYK color (process color) code model is generated after subtraction of 55% cyan, 0% magenta, 17% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code5ccdaa#5ccdaa
RGB Decimal92, 205, 170rgb(92, 205, 170)
RGB Percent36%, 80%, 67%rgb(36%, 80%, 67%)
CSS RGBa92, 205, 170,1rgba(92,205,170,1)
CMYK Modelcmyk(55%,0%,17%,20%)
HSL Color Space161,53% ,58%hsl(161,53% ,58%)
HSV Color Space161°, 55%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111001100110110101010
Octal134315252
Decimal92205170
Hex5ccdaa

Different shades of #5ccdaa color code.

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

Light Shade of #5ccdaa
#83d9be
Dark Shade of #5ccdaa
#3abc94
Saturated Shade of #5ccdaa
#51d8ae
Desaturated Shade of #5ccdaa
#67c2a6
Grey scale Shade of #5ccdaa
#949494
Brighten Shade
#75e6c3
Most Readable Shade
#000000

Shades of #5ccdaa color code

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

#5ccdaa
#51b697
#479f84
#3d8871
#33715e
#285b4b
#1e4438
#142d25
#0a1612
#000000

Similar Color like #5ccdaa color

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

#5dceab
#5ecfac
#5fd0ad
#60d1ae
#61d2af
#62d3b0
#63d4b1
#64d5b2
#65d6b3
#66d7b4
#67d8b5
#68d9b6
#69dab7
#6adbb8
#5bcca9
#5acba8
#59caa7
#58c9a6
#57c8a5
#56c7a4
#55c6a3
#54c5a2
#53c4a1
#52c3a0
#51c29f
#50c19e
#4fc09d
#4ebf9c

Monochromatic Color with #5ccdaa

#5ccdaa
#6ff7cd
#10231d
#234d40
#367863
#49a287

Tints of #5ccdaa Color

#5ccdaa
#6ed2b3
#80d8bc
#92ddc6
#a4e3cf
#b6e8d9
#c8eee2
#daf3ec
#ecf9f5
#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

#5ccdaa
#cd5c7f

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

Split Complementary

#5ccdaa
#cd5cb8
#cd715c

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

Analogous Color

#5ccd7d
#5ccd93
#5ccdaa
#5ccdc1
#5cc3cd

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

#5ccdaa
#aa5ccd
#cdaa5c

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

#5ccdaa
#715ccd
#cd5c7f
#b7cd5c

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

#5ccdaa
#cd5c7f
#cd715c
#5cb8cd

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

#5ccdaa Color Code Preview on Black Background Color

This is how #5ccdaa Color will look on black background color. Color contrast ratio is 10.77

#5ccdaa in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5ccdaa color code is use for CSS Background Color

Background color for the above div is #5ccdaa

HTML with inline CSS

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

#5ccdaa color code is use for CSS Border Color

CSS Border color for the above div is #5ccdaa

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5ccdaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5ccdaa Color code Preview on White Background

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

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

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