crispedge.com

Color picker

Loading...

#1ddefb hex color - Blue - Cool color - Information

#1ddefb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #1ddefb Color code in RGB color code model is created after adding 11.37% red color, 87.06% green color and 98.43% blue color. Hex #1ddefb Color code in CMYK color (process color) code model is generated after subtraction of 88% cyan, 12% magenta, 0% yellow and 2% black.

Hex #1ddefb color code is between #22ddff web safe hex color code and #11eeee web safe hex color code. #22ddff is the nearest web safe color code. You can see here many more shades of #1ddefb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code1ddefb#1ddefb
RGB Decimal29, 222, 251rgb(29, 222, 251)
RGB Percent11%, 87%, 98%rgb(11%, 87%, 98%)
CSS RGBa29, 222, 251,1rgba(29,222,251,1)
CMYK Modelcmyk(88%,12%,0%,2%)
HSL Color Space188,97% ,55%hsl(188,97% ,55%)
HSV Color Space188°, 88%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000111011101111011111011
Octal35336373
Decimal29222251
Hex1ddefb

Different shades of #1ddefb color code.

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

Light Shade of #1ddefb
#4fe5fc
Dark Shade of #1ddefb
#04c4e1
Saturated Shade of #1ddefb
#19e1ff
Desaturated Shade of #1ddefb
#28d6ef
Grey scale Shade of #1ddefb
#8c8c8c
Brighten Shade
#36f7ff
Most Readable Shade
#000000

Shades of #1ddefb color code

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

#1ddefb
#19c5df
#16acc3
#1394a7
#107b8b
#0c626f
#094a53
#063137
#03181b
#000000

Similar Color like #1ddefb color

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

#1edffc
#1fe0fd
#20e1fe
#21e2ff
#22e3ff
#23e4ff
#24e5ff
#25e6ff
#26e7ff
#27e8ff
#28e9ff
#29eaff
#2aebff
#2becff
#1cddfa
#1bdcf9
#1adbf8
#19daf7
#18d9f6
#17d8f5
#16d7f4
#15d6f3
#14d5f2
#13d4f1
#12d3f0
#11d2ef
#10d1ee
#0fd0ed

Monochromatic Color with #1ddefb

#1ddefb
#042226
#094851
#0e6d7b
#1393a6
#18b8d0

Tints of #1ddefb Color

#1ddefb
#36e1fb
#4fe5fb
#68e9fc
#81ecfc
#9af0fd
#b3f4fd
#ccf7fe
#e5fbfe
#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

#1ddefb
#fb3a1d

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

Split Complementary

#1ddefb
#fb1d6f
#fba91d

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

Analogous Color

#1dfbbf
#1dfbec
#1ddefb
#1db2fb
#1d85fb

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

#1ddefb
#fb1dde
#defb1d

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

#1ddefb
#a91dfb
#fb3a1d
#6ffb1d

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

#1ddefb
#fb3a1d
#fba91d
#1d6ffb

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 #1ddefb 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.

#1ddefb Color Code Preview on Black Background Color

This is how #1ddefb Color will look on black background color. Color contrast ratio is 12.89

#1ddefb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1ddefb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1ddefb

#1ddefb color code is use for CSS Background Color

Background color for the above div is #1ddefb

HTML with inline CSS

<div style="background-color:#1ddefb;"></div>

#1ddefb color code is use for CSS Border Color

CSS Border color for the above div is #1ddefb

HTML with inline CSS

<div style="border:5px solid #1ddefb;"></div>

CSS Border Left color for the above div is #1ddefb

HTML with inline CSS

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

CSS Border Right color for the above div is #1ddefb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1ddefb

HTML with inline CSS

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

CSS Border Top color for the above div is #1ddefb

HTML with inline CSS

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

#1ddefb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1ddefb Color code Preview on White Background

This is how #1ddefb Color code will look on white background color. Color contrast ratio is 1.63

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

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(29,222,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(251,58,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(29,222,251,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.