crispedge.com

Color picker

Loading...

#5acdc3 hex color - Green - Cool color - Information

#5acdc3 hex color - Green - Cool color

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code5acdc3#5acdc3
RGB Decimal90, 205, 195rgb(90, 205, 195)
RGB Percent35%, 80%, 76%rgb(35%, 80%, 76%)
CSS RGBa90, 205, 195,1rgba(90,205,195,1)
CMYK Modelcmyk(56%,0%,5%,20%)
HSL Color Space175,53% ,58%hsl(175,53% ,58%)
HSV Color Space175°, 56%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110101100110111000011
Octal132315303
Decimal90205195
Hex5acdc3

Different shades of #5acdc3 color code.

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

Light Shade of #5acdc3
#81d9d1
Dark Shade of #5acdc3
#39bbb0
Saturated Shade of #5acdc3
#4fd8cc
Desaturated Shade of #5acdc3
#65c2ba
Grey scale Shade of #5acdc3
#939393
Brighten Shade
#73e6dc
Most Readable Shade
#000000

Shades of #5acdc3 color code

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

#5acdc3
#50b6ad
#469f97
#3c8882
#32716c
#285b56
#1e4441
#142d2b
#0a1615
#000000

Similar Color like #5acdc3 color

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

#5bcec4
#5ccfc5
#5dd0c6
#5ed1c7
#5fd2c8
#60d3c9
#61d4ca
#62d5cb
#63d6cc
#64d7cd
#65d8ce
#66d9cf
#67dad0
#68dbd1
#59ccc2
#58cbc1
#57cac0
#56c9bf
#55c8be
#54c7bd
#53c6bc
#52c5bb
#51c4ba
#50c3b9
#4fc2b8
#4ec1b7
#4dc0b6
#4cbfb5

Monochromatic Color with #5acdc3

#5acdc3
#6df7eb
#0f2321
#224d4a
#357872
#47a29b

Tints of #5acdc3 Color

#5acdc3
#6cd2c9
#7ed8d0
#91ddd7
#a3e3dd
#b5e8e4
#c8eeeb
#daf3f1
#ecf9f8
#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

#5acdc3
#cd5a64

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

Split Complementary

#5acdc3
#cd5a9e
#cd895a

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

Analogous Color

#5acd95
#5acdac
#5acdc3
#5ac0cd
#5aa9cd

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

#5acdc3
#c35acd
#cdc35a

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

#5acdc3
#895acd
#cd5a64
#9dcd5a

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

#5acdc3
#cd5a64
#cd895a
#5a9ecd

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

#5acdc3 Color Code Preview on Black Background Color

This is how #5acdc3 Color will look on black background color. Color contrast ratio is 10.96

#5acdc3 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5acdc3 color code is use for CSS Background Color

Background color for the above div is #5acdc3

HTML with inline CSS

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

#5acdc3 color code is use for CSS Border Color

CSS Border color for the above div is #5acdc3

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5acdc3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5acdc3 Color code Preview on White Background

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

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

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