crispedge.com

Color picker

Loading...

#13cdca hex color - Blue - Cool color - Information

#13cdca hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #13cdca Color code in RGB color code model is created after adding 7.45% red color, 80.39% green color and 79.22% blue color. Hex #13cdca Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 0% magenta, 1% yellow and 20% black.

Hex #13cdca color code is between #11cccc web safe hex color code and #22ddbb web safe hex color code. #11cccc is the nearest web safe color code. You can see here many more shades of #13cdca color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code13cdca#13cdca
RGB Decimal19, 205, 202rgb(19, 205, 202)
RGB Percent7%, 80%, 79%rgb(7%, 80%, 79%)
CSS RGBa19, 205, 202,1rgba(19,205,202,1)
CMYK Modelcmyk(91%,0%,1%,20%)
HSL Color Space179,83% ,44%hsl(179,83% ,44%)
HSV Color Space179°, 91%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100111100110111001010
Octal23315312
Decimal19205202
Hex13cdca

Different shades of #13cdca color code.

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

Light Shade of #13cdca
#28ebe8
Dark Shade of #13cdca
#0f9e9c
Saturated Shade of #13cdca
#08d8d5
Desaturated Shade of #13cdca
#1ec2bf
Grey scale Shade of #13cdca
#707070
Brighten Shade
#2ce6e3
Most Readable Shade
#000000

Shades of #13cdca color code

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

#13cdca
#10b6b3
#0e9f9d
#0c8886
#0a7170
#085b59
#064443
#042d2c
#021616
#000000

Similar Color like #13cdca color

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

#14cecb
#15cfcc
#16d0cd
#17d1ce
#18d2cf
#19d3d0
#1ad4d1
#1bd5d2
#1cd6d3
#1dd7d4
#1ed8d5
#1fd9d6
#20dad7
#21dbd8
#12ccc9
#11cbc8
#10cac7
#0fc9c6
#0ec8c5
#0dc7c4
#0cc6c3
#0bc5c2
#0ac4c1
#09c3c0
#08c2bf
#07c1be
#06c0bd
#05bfbc

Monochromatic Color with #13cdca

#13cdca
#17f7f4
#032322
#074d4c
#0b7876
#0fa2a0

Tints of #13cdca Color

#13cdca
#2dd2cf
#47d8d5
#61dddb
#7be3e1
#96e8e7
#b0eeed
#caf3f3
#e4f9f9
#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

#13cdca
#cd1316

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

Split Complementary

#13cdca
#cd1373
#cd6d13

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

Analogous Color

#13cd80
#13cda5
#13cdca
#13abcd
#1386cd

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

#13cdca
#ca13cd
#cdca13

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

#13cdca
#6d13cd
#cd1316
#73cd13

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

#13cdca
#cd1316
#cd6d13
#1373cd

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 #13cdca 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.

#13cdca Color Code Preview on Black Background Color

This is how #13cdca Color will look on black background color. Color contrast ratio is 10.61

#13cdca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #13cdca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #13cdca

#13cdca color code is use for CSS Background Color

Background color for the above div is #13cdca

HTML with inline CSS

<div style="background-color:#13cdca;"></div>

#13cdca color code is use for CSS Border Color

CSS Border color for the above div is #13cdca

HTML with inline CSS

<div style="border:5px solid #13cdca;"></div>

CSS Border Left color for the above div is #13cdca

HTML with inline CSS

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

CSS Border Right color for the above div is #13cdca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #13cdca

HTML with inline CSS

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

CSS Border Top color for the above div is #13cdca

HTML with inline CSS

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

#13cdca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#13cdca Color code Preview on White Background

This is how #13cdca Color code will look on white background color. Color contrast ratio is 1.98

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

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(19,205,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(205,19,22,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(19,205,202,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.