crispedge.com

#57adad hex color - Blue - Cool color - Information

#57adad hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #57adad Color code in RGB color code model is created after adding 34.12% red color, 67.84% green color and 67.84% blue color. Hex #57adad Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 0% magenta, 0% yellow and 32% black.

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

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Code57adad#57adad
RGB Decimal87, 173, 173rgb(87, 173, 173)
RGB Percent34%, 68%, 68%rgb(34%, 68%, 68%)
CSS RGBa87, 173, 173,1rgba(87,173,173,1)
CMYK Modelcmyk(50%,0%,0%,32%)
HSL Color Space180,34% ,51%hsl(180,34% ,51%)
HSV Color Space180°, 50%, 68%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101111010110110101101
Octal127255255
Decimal87173173
Hex57adad

Different shades of #57adad color code.

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

Light Shade of #57adad
#79bebe
Dark Shade of #57adad
#458c8c
Saturated Shade of #57adad
#4ab9b9
Desaturated Shade of #57adad
#63a0a0
Grey scale Shade of #57adad
#828282
Brighten Shade
#70c6c6
Most Readable Shade
#000000

Shades of #57adad color code

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

#57adad
#4d9999
#438686
#3a7373
#306060
#264c4c
#1d3939
#132626
#091313
#000000

Similar Color like #57adad color

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

#58aeae
#59afaf
#5ab0b0
#5bb1b1
#5cb2b2
#5db3b3
#5eb4b4
#5fb5b5
#60b6b6
#61b7b7
#62b8b8
#63b9b9
#64baba
#65bbbb
#56acac
#55abab
#54aaaa
#53a9a9
#52a8a8
#51a7a7
#50a6a6
#4fa5a5
#4ea4a4
#4da3a3
#4ca2a2
#4ba1a1
#4aa0a0
#499f9f

Monochromatic Color with #57adad

#57adad
#6cd7d7
#020303
#172d2d
#2c5858
#428282

Tints of #57adad Color

#57adad
#69b6b6
#7cbfbf
#8fc8c8
#a1d1d1
#b4dada
#c7e3e3
#d9ecec
#ecf5f5
#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

#57adad
#ad5757

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

Split Complementary

#57adad
#ad5782
#ad8257

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

Analogous Color

#57ad8b
#57ad9c
#57adad
#579cad
#578bad

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

#57adad
#ad57ad
#adad57

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

#57adad
#8257ad
#ad5757
#82ad57

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

#57adad
#ad5757
#ad8257
#5782ad

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 #57adad 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.

#57adad Color Code Preview on Black Background Color

This is how #57adad Color will look on black background color. Color contrast ratio is 7.99

#57adad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #57adad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #57adad

#57adad color code is use for CSS Background Color

Background color for the above div is #57adad

HTML with inline CSS

<div style="background-color:#57adad;"></div>

#57adad color code is use for CSS Border Color

CSS Border color for the above div is #57adad

HTML with inline CSS

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

CSS Border Left color for the above div is #57adad

HTML with inline CSS

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

CSS Border Right color for the above div is #57adad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #57adad

HTML with inline CSS

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

CSS Border Top color for the above div is #57adad

HTML with inline CSS

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

#57adad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#57adad Color code Preview on White Background

This is how #57adad Color code will look on white background color. Color contrast ratio is 2.63

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

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(87,173,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(173,87,87,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(87,173,173,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>