crispedge.com

Color picker

Loading...

#4dc6bf hex color - Blue - Cool color - Information

#4dc6bf hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #4dc6bf Color code in RGB color code model is created after adding 30.2% red color, 77.65% green color and 74.9% blue color. Hex #4dc6bf Color code in CMYK color (process color) code model is generated after subtraction of 61% cyan, 0% magenta, 4% yellow and 22% black.

Hex #4dc6bf color code is between #55ccbb web safe hex color code and #44bbcc web safe hex color code. #55ccbb is the nearest web safe color code. You can see here many more shades of #4dc6bf color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code4dc6bf#4dc6bf
RGB Decimal77, 198, 191rgb(77, 198, 191)
RGB Percent30%, 78%, 75%rgb(30%, 78%, 75%)
CSS RGBa77, 198, 191,1rgba(77,198,191,1)
CMYK Modelcmyk(61%,0%,4%,22%)
HSL Color Space177,51% ,54%hsl(177,51% ,54%)
HSV Color Space177°, 61%, 78%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010011011100011010111111
Octal115306277
Decimal77198191
Hex4dc6bf

Different shades of #4dc6bf color code.

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

Light Shade of #4dc6bf
#74d2cd
Dark Shade of #4dc6bf
#36aaa3
Saturated Shade of #4dc6bf
#41d2c9
Desaturated Shade of #4dc6bf
#59bab5
Grey scale Shade of #4dc6bf
#898989
Brighten Shade
#66dfd8
Most Readable Shade
#000000

Shades of #4dc6bf color code

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

#4dc6bf
#44b0a9
#3b9a94
#33847f
#2a6e6a
#225854
#19423f
#112c2a
#081615
#000000

Similar Color like #4dc6bf color

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

#4ec7c0
#4fc8c1
#50c9c2
#51cac3
#52cbc4
#53ccc5
#54cdc6
#55cec7
#56cfc8
#57d0c9
#58d1ca
#59d2cb
#5ad3cc
#5bd4cd
#4cc5be
#4bc4bd
#4ac3bc
#49c2bb
#48c1ba
#47c0b9
#46bfb8
#45beb7
#44bdb6
#43bcb5
#42bbb4
#41bab3
#40b9b2
#3fb8b1

Monochromatic Color with #4dc6bf

#4dc6bf
#5ef0e8
#0b1c1b
#1b4644
#2c716d
#3c9b96

Tints of #4dc6bf Color

#4dc6bf
#60ccc6
#74d2cd
#88d9d4
#9cdfdb
#afe5e2
#c3ece9
#d7f2f0
#ebf8f7
#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

#4dc6bf
#c64d54

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

Split Complementary

#4dc6bf
#c64d91
#c6824d

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

Analogous Color

#4dc68f
#4dc6a7
#4dc6bf
#4db5c6
#4d9dc6

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

#4dc6bf
#bf4dc6
#c6bf4d

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

#4dc6bf
#824dc6
#c64d54
#90c64d

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

#4dc6bf
#c64d54
#c6824d
#4d91c6

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 #4dc6bf 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.

#4dc6bf Color Code Preview on Black Background Color

This is how #4dc6bf Color will look on black background color. Color contrast ratio is 10.15

#4dc6bf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4dc6bf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4dc6bf

#4dc6bf color code is use for CSS Background Color

Background color for the above div is #4dc6bf

HTML with inline CSS

<div style="background-color:#4dc6bf;"></div>

#4dc6bf color code is use for CSS Border Color

CSS Border color for the above div is #4dc6bf

HTML with inline CSS

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

CSS Border Left color for the above div is #4dc6bf

HTML with inline CSS

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

CSS Border Right color for the above div is #4dc6bf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4dc6bf

HTML with inline CSS

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

CSS Border Top color for the above div is #4dc6bf

HTML with inline CSS

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

#4dc6bf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4dc6bf Color code Preview on White Background

This is how #4dc6bf Color code will look on white background color. Color contrast ratio is 2.07

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.