crispedge.com

Color picker

Loading...

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

#29dae3 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #29dae3 Color code in RGB color code model is created after adding 16.08% red color, 85.49% green color and 89.02% blue color. Hex #29dae3 Color code in CMYK color (process color) code model is generated after subtraction of 82% cyan, 4% magenta, 0% yellow and 11% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code29dae3#29dae3
RGB Decimal41, 218, 227rgb(41, 218, 227)
RGB Percent16%, 85%, 89%rgb(16%, 85%, 89%)
CSS RGBa41, 218, 227,1rgba(41,218,227,1)
CMYK Modelcmyk(82%,4%,0%,11%)
HSL Color Space183,77% ,53%hsl(183,77% ,53%)
HSV Color Space183°, 82%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001010011101101011100011
Octal51332343
Decimal41218227
Hex29dae3

Different shades of #29dae3 color code.

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

Light Shade of #29dae3
#56e2e9
Dark Shade of #29dae3
#19b8c0
Saturated Shade of #29dae3
#1de5ef
Desaturated Shade of #29dae3
#35cfd7
Grey scale Shade of #29dae3
#868686
Brighten Shade
#42f3fc
Most Readable Shade
#000000

Shades of #29dae3 color code

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

#29dae3
#24c1c9
#1fa9b0
#1b9197
#16797e
#126064
#0d484b
#093032
#041819
#000000

Similar Color like #29dae3 color

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

#2adbe4
#2bdce5
#2cdde6
#2ddee7
#2edfe8
#2fe0e9
#30e1ea
#31e2eb
#32e3ec
#33e4ed
#34e5ee
#35e6ef
#36e7f0
#37e8f1
#28d9e2
#27d8e1
#26d7e0
#25d6df
#24d5de
#23d4dd
#22d3dc
#21d2db
#20d1da
#1fd0d9
#1ecfd8
#1dced7
#1ccdd6
#1bccd5

Monochromatic Color with #29dae3

#29dae3
#030e0e
#0a3739
#126063
#1a888e
#21b1b8

Tints of #29dae3 Color

#29dae3
#40dee6
#58e2e9
#70e6ec
#88eaef
#9feef2
#b7f2f5
#cff6f8
#e7fafb
#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

#29dae3
#e33229

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

Split Complementary

#29dae3
#e3297d
#e38f29

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

Analogous Color

#29e3a2
#29e3c7
#29dae3
#29b5e3
#2990e3

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

#29dae3
#e329da
#dae329

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

#29dae3
#8f29e3
#e33229
#7de329

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

#29dae3
#e33229
#e38f29
#297de3

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

#29dae3 Color Code Preview on Black Background Color

This is how #29dae3 Color will look on black background color. Color contrast ratio is 12.23

#29dae3 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#29dae3 color code is use for CSS Background Color

Background color for the above div is #29dae3

HTML with inline CSS

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

#29dae3 color code is use for CSS Border Color

CSS Border color for the above div is #29dae3

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#29dae3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#29dae3 Color code Preview on White Background

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

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

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