crispedge.com

Color picker

Loading...

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

#1dace5 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #1dace5 Color code in RGB color code model is created after adding 11.37% red color, 67.45% green color and 89.8% blue color. Hex #1dace5 Color code in CMYK color (process color) code model is generated after subtraction of 87% cyan, 25% magenta, 0% yellow and 10% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code1dace5#1dace5
RGB Decimal29, 172, 229rgb(29, 172, 229)
RGB Percent11%, 67%, 90%rgb(11%, 67%, 90%)
CSS RGBa29, 172, 229,1rgba(29,172,229,1)
CMYK Modelcmyk(87%,25%,0%,10%)
HSL Color Space197,79% ,51%hsl(197,79% ,51%)
HSV Color Space197°, 87%, 90%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000111011010110011100101
Octal35254345
Decimal29172229
Hex1dace5

Different shades of #1dace5 color code.

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

Light Shade of #1dace5
#4bbdea
Dark Shade of #1dace5
#158bba
Saturated Shade of #1dace5
#10b1f2
Desaturated Shade of #1dace5
#2aa7d8
Grey scale Shade of #1dace5
#818181
Brighten Shade
#36c5fe
Most Readable Shade
#000000

Shades of #1dace5 color code

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

#1dace5
#1998cb
#1685b2
#137298
#105f7f
#0c4c65
#09394c
#062632
#031319
#000000

Similar Color like #1dace5 color

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

#1eade6
#1faee7
#20afe8
#21b0e9
#22b1ea
#23b2eb
#24b3ec
#25b4ed
#26b5ee
#27b6ef
#28b7f0
#29b8f1
#2ab9f2
#2bbaf3
#1cabe4
#1baae3
#1aa9e2
#19a8e1
#18a7e0
#17a6df
#16a5de
#15a4dd
#14a3dc
#13a2db
#12a1da
#11a0d9
#109fd8
#0f9ed7

Monochromatic Color with #1dace5

#1dace5
#020c10
#072c3b
#0d4c65
#126c90
#188cba

Tints of #1dace5 Color

#1dace5
#36b5e7
#4fbeea
#68c7ed
#81d0f0
#9adaf3
#b3e3f6
#ccecf9
#e5f5fc
#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

#1dace5
#e5561d

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

Split Complementary

#1dace5
#e51d48
#e5ba1d

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

Analogous Color

#1de5ce
#1dd4e5
#1dace5
#1d84e5
#1d5ce5

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

#1dace5
#e51dac
#ace51d

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

#1dace5
#ba1de5
#e5561d
#48e51d

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

#1dace5
#e5561d
#e5ba1d
#1d48e5

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

#1dace5 Color Code Preview on Black Background Color

This is how #1dace5 Color will look on black background color. Color contrast ratio is 8.08

#1dace5 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#1dace5 color code is use for CSS Background Color

Background color for the above div is #1dace5

HTML with inline CSS

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

#1dace5 color code is use for CSS Border Color

CSS Border color for the above div is #1dace5

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#1dace5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1dace5 Color code Preview on White Background

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

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

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,172,229,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(229,86,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(29,172,229,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.