crispedge.com

Color picker

Loading...

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

#4bc9ab hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #4bc9ab Color code in RGB color code model is created after adding 29.41% red color, 78.82% green color and 67.06% blue color. Hex #4bc9ab Color code in CMYK color (process color) code model is generated after subtraction of 63% cyan, 0% magenta, 15% yellow and 21% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code4bc9ab#4bc9ab
RGB Decimal75, 201, 171rgb(75, 201, 171)
RGB Percent29%, 79%, 67%rgb(29%, 79%, 67%)
CSS RGBa75, 201, 171,1rgba(75,201,171,1)
CMYK Modelcmyk(63%,0%,15%,21%)
HSL Color Space166,54% ,54%hsl(166,54% ,54%)
HSV Color Space166°, 63%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010010111100100110101011
Octal113311253
Decimal75201171
Hex4bc9ab

Different shades of #4bc9ab color code.

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

Light Shade of #4bc9ab
#72d5bd
Dark Shade of #4bc9ab
#34ad90
Saturated Shade of #4bc9ab
#3fd5b1
Desaturated Shade of #4bc9ab
#57bda5
Grey scale Shade of #4bc9ab
#8a8a8a
Brighten Shade
#64e2c4
Most Readable Shade
#000000

Shades of #4bc9ab color code

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

#4bc9ab
#42b298
#3a9c85
#328672
#296f5f
#21594c
#194339
#102c26
#081613
#000000

Similar Color like #4bc9ab color

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

#4ccaac
#4dcbad
#4eccae
#4fcdaf
#50ceb0
#51cfb1
#52d0b2
#53d1b3
#54d2b4
#55d3b5
#56d4b6
#57d5b7
#58d6b8
#59d7b9
#4ac8aa
#49c7a9
#48c6a8
#47c5a7
#46c4a6
#45c3a5
#44c2a4
#43c1a3
#42c0a2
#41bfa1
#40bea0
#3fbd9f
#3ebc9e
#3dbb9d

Monochromatic Color with #4bc9ab

#4bc9ab
#5bf3cf
#0c1f1a
#1b493f
#2b7463
#3b9e87

Tints of #4bc9ab Color

#4bc9ab
#5fcfb4
#73d5bd
#87dbc7
#9be1d0
#afe7d9
#c3ede3
#d7f3ec
#ebf9f5
#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

#4bc9ab
#c94b69

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

Split Complementary

#4bc9ab
#c94ba8
#c96c4b

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

Analogous Color

#4bc979
#4bc992
#4bc9ab
#4bc9c4
#4bb5c9

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

#4bc9ab
#ab4bc9
#c9ab4b

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

#4bc9ab
#6c4bc9
#c94b69
#a8c94b

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

#4bc9ab
#c94b69
#c96c4b
#4ba8c9

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

#4bc9ab Color Code Preview on Black Background Color

This is how #4bc9ab Color will look on black background color. Color contrast ratio is 10.24

#4bc9ab in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#4bc9ab color code is use for CSS Background Color

Background color for the above div is #4bc9ab

HTML with inline CSS

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

#4bc9ab color code is use for CSS Border Color

CSS Border color for the above div is #4bc9ab

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#4bc9ab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4bc9ab Color code Preview on White Background

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

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

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(75,201,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(201,75,105,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(75,201,171,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.