crispedge.com

Color picker

Loading...

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

#4ddaad hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #4ddaad Color code in RGB color code model is created after adding 30.2% red color, 85.49% green color and 67.84% blue color. Hex #4ddaad Color code in CMYK color (process color) code model is generated after subtraction of 65% cyan, 0% magenta, 21% yellow and 15% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code4ddaad#4ddaad
RGB Decimal77, 218, 173rgb(77, 218, 173)
RGB Percent30%, 85%, 68%rgb(30%, 85%, 68%)
CSS RGBa77, 218, 173,1rgba(77,218,173,1)
CMYK Modelcmyk(65%,0%,21%,15%)
HSL Color Space161,66% ,58%hsl(161,66% ,58%)
HSV Color Space161°, 65%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010011011101101010101101
Octal115332255
Decimal77218173
Hex4ddaad

Different shades of #4ddaad color code.

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

Light Shade of #4ddaad
#77e3c0
Dark Shade of #4ddaad
#2aca97
Saturated Shade of #4ddaad
#42e5b1
Desaturated Shade of #4ddaad
#58cfa9
Grey scale Shade of #4ddaad
#939393
Brighten Shade
#66f3c6
Most Readable Shade
#000000

Shades of #4ddaad color code

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

#4ddaad
#44c199
#3ba986
#339173
#2a7960
#22604c
#194839
#113026
#081813
#000000

Similar Color like #4ddaad color

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

#4edbae
#4fdcaf
#50ddb0
#51deb1
#52dfb2
#53e0b3
#54e1b4
#55e2b5
#56e3b6
#57e4b7
#58e5b8
#59e6b9
#5ae7ba
#5be8bb
#4cd9ac
#4bd8ab
#4ad7aa
#49d6a9
#48d5a8
#47d4a7
#46d3a6
#45d2a5
#44d1a4
#43d0a3
#42cfa2
#41cea1
#40cda0
#3fcc9f

Monochromatic Color with #4ddaad

#4ddaad
#020504
#113026
#205a48
#2f856a
#3eaf8b

Tints of #4ddaad Color

#4ddaad
#60deb6
#74e2bf
#88e6c8
#9cead1
#afeeda
#c3f2e3
#d7f6ec
#ebfaf5
#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

#4ddaad
#da4d7a

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

Split Complementary

#4ddaad
#da4dc1
#da664d

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

Analogous Color

#4dda75
#4dda91
#4ddaad
#4ddac9
#4dcfda

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

#4ddaad
#ad4dda
#daad4d

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

#4ddaad
#664dda
#da4d7a
#c0da4d

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

#4ddaad
#da4d7a
#da664d
#4dc1da

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

#4ddaad Color Code Preview on Black Background Color

This is how #4ddaad Color will look on black background color. Color contrast ratio is 11.95

#4ddaad in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#4ddaad color code is use for CSS Background Color

Background color for the above div is #4ddaad

HTML with inline CSS

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

#4ddaad color code is use for CSS Border Color

CSS Border color for the above div is #4ddaad

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#4ddaad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4ddaad Color code Preview on White Background

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

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

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,218,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(218,77,122,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(77,218,173,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.