crispedge.com

Color picker

Loading...

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

#4ac8aa hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #4ac8aa Color code in RGB color code model is created after adding 29.02% red color, 78.43% green color and 66.67% blue color. Hex #4ac8aa Color code in CMYK color (process color) code model is generated after subtraction of 63% cyan, 0% magenta, 15% yellow and 22% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code4ac8aa#4ac8aa
RGB Decimal74, 200, 170rgb(74, 200, 170)
RGB Percent29%, 78%, 67%rgb(29%, 78%, 67%)
CSS RGBa74, 200, 170,1rgba(74,200,170,1)
CMYK Modelcmyk(63%,0%,15%,22%)
HSL Color Space166,53% ,54%hsl(166,53% ,54%)
HSV Color Space166°, 63%, 78%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010010101100100010101010
Octal112310252
Decimal74200170
Hex4ac8aa

Different shades of #4ac8aa color code.

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

Light Shade of #4ac8aa
#71d4bc
Dark Shade of #4ac8aa
#34ab8f
Saturated Shade of #4ac8aa
#3ed4b0
Desaturated Shade of #4ac8aa
#56bca4
Grey scale Shade of #4ac8aa
#898989
Brighten Shade
#63e1c3
Most Readable Shade
#000000

Shades of #4ac8aa color code

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

#4ac8aa
#41b197
#399b84
#318571
#296f5e
#20584b
#184238
#102c25
#081612
#000000

Similar Color like #4ac8aa color

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

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

Monochromatic Color with #4ac8aa

#4ac8aa
#5af2ce
#0b1e19
#1b483e
#2b7362
#3a9d86

Tints of #4ac8aa Color

#4ac8aa
#5eceb3
#72d4bc
#86dac6
#9ae0cf
#aee6d9
#c2ece2
#d6f2ec
#eaf8f5
#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

#4ac8aa
#c84a68

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

Split Complementary

#4ac8aa
#c84aa7
#c86b4a

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

Analogous Color

#4ac878
#4ac891
#4ac8aa
#4ac8c3
#4ab4c8

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

#4ac8aa
#aa4ac8
#c8aa4a

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

#4ac8aa
#6b4ac8
#c84a68
#a7c84a

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

#4ac8aa
#c84a68
#c86b4a
#4aa7c8

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

#4ac8aa Color Code Preview on Black Background Color

This is how #4ac8aa Color will look on black background color. Color contrast ratio is 10.13

#4ac8aa in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#4ac8aa color code is use for CSS Background Color

Background color for the above div is #4ac8aa

HTML with inline CSS

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

#4ac8aa color code is use for CSS Border Color

CSS Border color for the above div is #4ac8aa

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#4ac8aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4ac8aa Color code Preview on White Background

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

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(74,200,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(200,74,104,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(74,200,170,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.