crispedge.com

Color picker

Loading...

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

#29bedd hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code29bedd#29bedd
RGB Decimal41, 190, 221rgb(41, 190, 221)
RGB Percent16%, 75%, 87%rgb(16%, 75%, 87%)
CSS RGBa41, 190, 221,1rgba(41,190,221,1)
CMYK Modelcmyk(81%,14%,0%,13%)
HSL Color Space190,73% ,51%hsl(190,73% ,51%)
HSV Color Space190°, 81%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001010011011111011011101
Octal51276335
Decimal41190221
Hex29bedd

Different shades of #29bedd color code.

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

Light Shade of #29bedd
#55cbe4
Dark Shade of #29bedd
#1d9cb6
Saturated Shade of #29bedd
#1dc6e9
Desaturated Shade of #29bedd
#35b6d1
Grey scale Shade of #29bedd
#838383
Brighten Shade
#42d7f6
Most Readable Shade
#000000

Shades of #29bedd color code

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

#29bedd
#24a8c4
#1f93ab
#1b7e93
#16697a
#125462
#0d3f49
#092a31
#041518
#000000

Similar Color like #29bedd color

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

#2abfde
#2bc0df
#2cc1e0
#2dc2e1
#2ec3e2
#2fc4e3
#30c5e4
#31c6e5
#32c7e6
#33c8e7
#34c9e8
#35cae9
#36cbea
#37cceb
#28bddc
#27bcdb
#26bbda
#25bad9
#24b9d8
#23b8d7
#22b7d6
#21b6d5
#20b5d4
#1fb4d3
#1eb3d2
#1db2d1
#1cb1d0
#1bb0cf

Monochromatic Color with #29bedd

#29bedd
#020708
#092c33
#11505d
#197588
#2199b3

Tints of #29bedd Color

#29bedd
#40c5e0
#58cce4
#70d3e8
#88daec
#9fe2ef
#b7e9f3
#cff0f7
#e7f7fb
#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

#29bedd
#dd4829

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

Split Complementary

#29bedd
#dd2964
#dda229

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

Analogous Color

#29ddb4
#29ddd8
#29bedd
#299add
#2976dd

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

#29bedd
#dd29be
#bedd29

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

#29bedd
#a229dd
#dd4829
#64dd29

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

#29bedd
#dd4829
#dda229
#2964dd

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

#29bedd Color Code Preview on Black Background Color

This is how #29bedd Color will look on black background color. Color contrast ratio is 9.50

#29bedd in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#29bedd color code is use for CSS Background Color

Background color for the above div is #29bedd

HTML with inline CSS

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

#29bedd color code is use for CSS Border Color

CSS Border color for the above div is #29bedd

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#29bedd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#29bedd Color code Preview on White Background

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

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

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,190,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,72,41,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(41,190,221,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.