crispedge.com

Color picker

Loading...

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

#5acbbb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5acbbb Color code in RGB color code model is created after adding 35.29% red color, 79.61% green color and 73.33% blue color. Hex #5acbbb Color code in CMYK color (process color) code model is generated after subtraction of 56% cyan, 0% magenta, 8% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code5acbbb#5acbbb
RGB Decimal90, 203, 187rgb(90, 203, 187)
RGB Percent35%, 80%, 73%rgb(35%, 80%, 73%)
CSS RGBa90, 203, 187,1rgba(90,203,187,1)
CMYK Modelcmyk(56%,0%,8%,20%)
HSL Color Space172,52% ,57%hsl(172,52% ,57%)
HSV Color Space172°, 56%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110101100101110111011
Octal132313273
Decimal90203187
Hex5acbbb

Different shades of #5acbbb color code.

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

Light Shade of #5acbbb
#81d7cb
Dark Shade of #5acbbb
#3ab8a6
Saturated Shade of #5acbbb
#4fd6c3
Desaturated Shade of #5acbbb
#65c0b3
Grey scale Shade of #5acbbb
#929292
Brighten Shade
#73e4d4
Most Readable Shade
#000000

Shades of #5acbbb color code

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

#5acbbb
#50b4a6
#469d91
#3c877c
#327067
#285a53
#1e433e
#142d29
#0a1614
#000000

Similar Color like #5acbbb color

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

#5bccbc
#5ccdbd
#5dcebe
#5ecfbf
#5fd0c0
#60d1c1
#61d2c2
#62d3c3
#63d4c4
#64d5c5
#65d6c6
#66d7c7
#67d8c8
#68d9c9
#59caba
#58c9b9
#57c8b8
#56c7b7
#55c6b6
#54c5b5
#53c4b4
#52c3b3
#51c2b2
#50c1b1
#4fc0b0
#4ebfaf
#4dbeae
#4cbdad

Monochromatic Color with #5acbbb

#5acbbb
#6df5e2
#0f211e
#214b46
#34766d
#47a094

Tints of #5acbbb Color

#5acbbb
#6cd0c2
#7ed6ca
#91dcd1
#a3e2d9
#b5e7e0
#c8ede8
#daf3ef
#ecf9f7
#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

#5acbbb
#cb5a6a

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

Split Complementary

#5acbbb
#cb5aa3
#cb835a

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

Analogous Color

#5acb8e
#5acba4
#5acbbb
#5ac4cb
#5aaecb

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

#5acbbb
#bb5acb
#cbbb5a

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

#5acbbb
#825acb
#cb5a6a
#a2cb5a

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

#5acbbb
#cb5a6a
#cb835a
#5aa3cb

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

#5acbbb Color Code Preview on Black Background Color

This is how #5acbbb Color will look on black background color. Color contrast ratio is 10.69

#5acbbb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5acbbb color code is use for CSS Background Color

Background color for the above div is #5acbbb

HTML with inline CSS

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

#5acbbb color code is use for CSS Border Color

CSS Border color for the above div is #5acbbb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5acbbb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5acbbb Color code Preview on White Background

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

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

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(90,203,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(203,90,106,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(90,203,187,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.