crispedge.com

Color picker

Loading...

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

#1addc0 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #1addc0 Color code in RGB color code model is created after adding 10.2% red color, 86.67% green color and 75.29% blue color. Hex #1addc0 Color code in CMYK color (process color) code model is generated after subtraction of 88% cyan, 0% magenta, 13% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code1addc0#1addc0
RGB Decimal26, 221, 192rgb(26, 221, 192)
RGB Percent10%, 87%, 75%rgb(10%, 87%, 75%)
CSS RGBa26, 221, 192,1rgba(26,221,192,1)
CMYK Modelcmyk(88%,0%,13%,13%)
HSL Color Space171,79% ,48%hsl(171,79% ,48%)
HSV Color Space171°, 88%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000110101101110111000000
Octal32335300
Decimal26221192
Hex1addc0

Different shades of #1addc0 color code.

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

Light Shade of #1addc0
#41e9d0
Dark Shade of #1addc0
#15af98
Saturated Shade of #1addc0
#0ee9c9
Desaturated Shade of #1addc0
#26d1b7
Grey scale Shade of #1addc0
#7b7b7b
Brighten Shade
#33f6d9
Most Readable Shade
#000000

Shades of #1addc0 color code

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

#1addc0
#17c4aa
#14ab95
#119380
#0e7a6a
#0b6255
#084940
#05312a
#021815
#000000

Similar Color like #1addc0 color

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

#1bdec1
#1cdfc2
#1de0c3
#1ee1c4
#1fe2c5
#20e3c6
#21e4c7
#22e5c8
#23e6c9
#24e7ca
#25e8cb
#26e9cc
#27eacd
#28ebce
#19dcbf
#18dbbe
#17dabd
#16d9bc
#15d8bb
#14d7ba
#13d6b9
#12d5b8
#11d4b7
#10d3b6
#0fd2b5
#0ed1b4
#0dd0b3
#0ccfb2

Monochromatic Color with #1addc0

#1addc0
#010807
#06332c
#0b5d51
#108876
#15b39b

Tints of #1addc0 Color

#1addc0
#33e0c7
#4ce4ce
#66e8d5
#7fecdc
#99efe3
#b2f3ea
#ccf7f1
#e5fbf8
#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

#1addc0
#dd1a37

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

Split Complementary

#1addc0
#dd1a98
#dd5f1a

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

Analogous Color

#1add72
#1add99
#1addc0
#1ad3dd
#1aacdd

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

#1addc0
#c01add
#ddc01a

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

#1addc0
#5f1add
#dd1a37
#98dd1a

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

#1addc0
#dd1a37
#dd5f1a
#1a98dd

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

#1addc0 Color Code Preview on Black Background Color

This is how #1addc0 Color will look on black background color. Color contrast ratio is 12.15

#1addc0 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#1addc0 color code is use for CSS Background Color

Background color for the above div is #1addc0

HTML with inline CSS

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

#1addc0 color code is use for CSS Border Color

CSS Border color for the above div is #1addc0

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#1addc0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1addc0 Color code Preview on White Background

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

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

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(26,221,192,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,26,55,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(26,221,192,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.