crispedge.com

Color picker

Loading...

#29dabd hex color - Blue - Cool color - Information

#29dabd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #29dabd Color code in RGB color code model is created after adding 16.08% red color, 85.49% green color and 74.12% blue color. Hex #29dabd Color code in CMYK color (process color) code model is generated after subtraction of 81% cyan, 0% magenta, 13% yellow and 15% black.

Hex #29dabd color code is between #22ddbb web safe hex color code and #33cccc web safe hex color code. #22ddbb is the nearest web safe color code. You can see here many more shades of #29dabd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code29dabd#29dabd
RGB Decimal41, 218, 189rgb(41, 218, 189)
RGB Percent16%, 85%, 74%rgb(16%, 85%, 74%)
CSS RGBa41, 218, 189,1rgba(41,218,189,1)
CMYK Modelcmyk(81%,0%,13%,15%)
HSL Color Space170,71% ,51%hsl(170,71% ,51%)
HSV Color Space170°, 81%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001010011101101010111101
Octal51332275
Decimal41218189
Hex29dabd

Different shades of #29dabd color code.

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

Light Shade of #29dabd
#54e2ca
Dark Shade of #29dabd
#1fb199
Saturated Shade of #29dabd
#1ce7c5
Desaturated Shade of #29dabd
#36cdb5
Grey scale Shade of #29dabd
#818181
Brighten Shade
#42f3d6
Most Readable Shade
#000000

Shades of #29dabd color code

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

#29dabd
#24c1a8
#1fa993
#1b917e
#167969
#126054
#0d483f
#09302a
#041815
#000000

Similar Color like #29dabd color

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

#2adbbe
#2bdcbf
#2cddc0
#2ddec1
#2edfc2
#2fe0c3
#30e1c4
#31e2c5
#32e3c6
#33e4c7
#34e5c8
#35e6c9
#36e7ca
#37e8cb
#28d9bc
#27d8bb
#26d7ba
#25d6b9
#24d5b8
#23d4b7
#22d3b6
#21d2b5
#20d1b4
#1fd0b3
#1ecfb2
#1dceb1
#1ccdb0
#1bccaf

Monochromatic Color with #29dabd

#29dabd
#010505
#09302a
#115a4e
#198573
#21af98

Tints of #29dabd Color

#29dabd
#40dec4
#58e2cb
#70e6d3
#88eada
#9feee1
#b7f2e9
#cff6f0
#e7faf7
#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

#29dabd
#da2946

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

Split Complementary

#29dabd
#da299f
#da6429

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

Analogous Color

#29da76
#29da9a
#29dabd
#29d4da
#29b0da

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

#29dabd
#bd29da
#dabd29

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

#29dabd
#6429da
#da2946
#9eda29

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

#29dabd
#da2946
#da6429
#299fda

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 #29dabd 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.

#29dabd Color Code Preview on Black Background Color

This is how #29dabd Color will look on black background color. Color contrast ratio is 11.86

#29dabd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #29dabd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #29dabd

#29dabd color code is use for CSS Background Color

Background color for the above div is #29dabd

HTML with inline CSS

<div style="background-color:#29dabd;"></div>

#29dabd color code is use for CSS Border Color

CSS Border color for the above div is #29dabd

HTML with inline CSS

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

CSS Border Left color for the above div is #29dabd

HTML with inline CSS

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

CSS Border Right color for the above div is #29dabd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #29dabd

HTML with inline CSS

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

CSS Border Top color for the above div is #29dabd

HTML with inline CSS

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

#29dabd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#29dabd Color code Preview on White Background

This is how #29dabd Color code will look on white background color. Color contrast ratio is 1.77

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

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(41,218,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(218,41,70,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(41,218,189,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.