crispedge.com

Color picker

Loading...

#60adae hex color - Blue - Cool color - Information

#60adae hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #60adae Color code in RGB color code model is created after adding 37.65% red color, 67.84% green color and 68.24% blue color. Hex #60adae Color code in CMYK color (process color) code model is generated after subtraction of 45% cyan, 1% magenta, 0% yellow and 32% black.

Hex #60adae color code is between #66aaaa web safe hex color code and #55bbbb web safe hex color code. #66aaaa is the nearest web safe color code. You can see here many more shades of #60adae color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code60adae#60adae
RGB Decimal96, 173, 174rgb(96, 173, 174)
RGB Percent38%, 68%, 68%rgb(38%, 68%, 68%)
CSS RGBa96, 173, 174,1rgba(96,173,174,1)
CMYK Modelcmyk(45%,1%,0%,32%)
HSL Color Space181,33% ,53%hsl(181,33% ,53%)
HSV Color Space181°, 45%, 68%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011000001010110110101110
Octal140255256
Decimal96173174
Hex60adae

Different shades of #60adae color code.

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

Light Shade of #60adae
#82bebf
Dark Shade of #60adae
#4a9091
Saturated Shade of #60adae
#54b9ba
Desaturated Shade of #60adae
#6ca1a2
Grey scale Shade of #60adae
#878787
Brighten Shade
#79c6c7
Most Readable Shade
#000000

Shades of #60adae color code

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

#60adae
#55999a
#4a8687
#407374
#356060
#2a4c4d
#20393a
#152626
#0a1313
#000000

Similar Color like #60adae color

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

#61aeaf
#62afb0
#63b0b1
#64b1b2
#65b2b3
#66b3b4
#67b4b5
#68b5b6
#69b6b7
#6ab7b8
#6bb8b9
#6cb9ba
#6dbabb
#6ebbbc
#5facad
#5eabac
#5daaab
#5ca9aa
#5ba8a9
#5aa7a8
#59a6a7
#58a5a6
#57a4a5
#56a3a4
#55a2a3
#54a1a2
#53a0a1
#529fa0

Monochromatic Color with #60adae

#60adae
#77d7d8
#020404
#1a2e2e
#315859
#498383

Tints of #60adae Color

#60adae
#71b6b7
#83bfc0
#95c8c9
#a6d1d2
#b8dadb
#cae3e4
#dbeced
#edf5f6
#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

#60adae
#ae6160

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

Split Complementary

#60adae
#ae6086
#ae8860

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

Analogous Color

#60ae90
#60ae9f
#60adae
#609dae
#608eae

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

#60adae
#ae60ad
#adae60

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

#60adae
#8860ae
#ae6160
#86ae60

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

#60adae
#ae6160
#ae8860
#6086ae

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 #60adae 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.

#60adae Color Code Preview on Black Background Color

This is how #60adae Color will look on black background color. Color contrast ratio is 8.09

#60adae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #60adae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #60adae

#60adae color code is use for CSS Background Color

Background color for the above div is #60adae

HTML with inline CSS

<div style="background-color:#60adae;"></div>

#60adae color code is use for CSS Border Color

CSS Border color for the above div is #60adae

HTML with inline CSS

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

CSS Border Left color for the above div is #60adae

HTML with inline CSS

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

CSS Border Right color for the above div is #60adae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #60adae

HTML with inline CSS

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

CSS Border Top color for the above div is #60adae

HTML with inline CSS

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

#60adae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#60adae Color code Preview on White Background

This is how #60adae Color code will look on white background color. Color contrast ratio is 2.60

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

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(96,173,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(174,97,96,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(96,173,174,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.