crispedge.com

Color picker

Loading...

#14ccd9 hex color - Blue - Cool color - Information

#14ccd9 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #14ccd9 Color code in RGB color code model is created after adding 7.84% red color, 80% green color and 85.1% blue color. Hex #14ccd9 Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 6% magenta, 0% yellow and 15% black.

Hex #14ccd9 color code is between #11bbdd web safe hex color code and #22ddcc web safe hex color code. #11bbdd is the nearest web safe color code. You can see here many more shades of #14ccd9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code14ccd9#14ccd9
RGB Decimal20, 204, 217rgb(20, 204, 217)
RGB Percent8%, 80%, 85%rgb(8%, 80%, 85%)
CSS RGBa20, 204, 217,1rgba(20,204,217,1)
CMYK Modelcmyk(91%,6%,0%,15%)
HSL Color Space184,83% ,46%hsl(184,83% ,46%)
HSV Color Space184°, 91%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000101001100110011011001
Octal24314331
Decimal20204217
Hex14ccd9

Different shades of #14ccd9 color code.

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

Light Shade of #14ccd9
#34e0ec
Dark Shade of #14ccd9
#10a0aa
Saturated Shade of #14ccd9
#08d6e5
Desaturated Shade of #14ccd9
#20c2cd
Grey scale Shade of #14ccd9
#767676
Brighten Shade
#2de5f2
Most Readable Shade
#000000

Shades of #14ccd9 color code

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

#14ccd9
#11b5c0
#0f9ea8
#0d8890
#0b7178
#085a60
#064448
#042d30
#021618
#000000

Similar Color like #14ccd9 color

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

#15cdda
#16cedb
#17cfdc
#18d0dd
#19d1de
#1ad2df
#1bd3e0
#1cd4e1
#1dd5e2
#1ed6e3
#1fd7e4
#20d8e5
#21d9e6
#22dae7
#13cbd8
#12cad7
#11c9d6
#10c8d5
#0fc7d4
#0ec6d3
#0dc5d2
#0cc4d1
#0bc3d0
#0ac2cf
#09c1ce
#08c0cd
#07bfcc
#06becb

Monochromatic Color with #14ccd9

#14ccd9
#000404
#042c2f
#085459
#0c7c84
#10a4ae

Tints of #14ccd9 Color

#14ccd9
#2ed1dd
#48d7e1
#62dde5
#7ce2e9
#96e8ee
#b0eef2
#caf3f6
#e4f9fa
#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

#14ccd9
#d92114

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

Split Complementary

#14ccd9
#d9146a
#d98314

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

Analogous Color

#14d997
#14d9bf
#14ccd9
#14a5d9
#147dd9

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

#14ccd9
#d914cc
#ccd914

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

#14ccd9
#8314d9
#d92114
#69d914

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

#14ccd9
#d92114
#d98314
#146ad9

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 #14ccd9 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.

#14ccd9 Color Code Preview on Black Background Color

This is how #14ccd9 Color will look on black background color. Color contrast ratio is 10.67

#14ccd9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #14ccd9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #14ccd9

#14ccd9 color code is use for CSS Background Color

Background color for the above div is #14ccd9

HTML with inline CSS

<div style="background-color:#14ccd9;"></div>

#14ccd9 color code is use for CSS Border Color

CSS Border color for the above div is #14ccd9

HTML with inline CSS

<div style="border:5px solid #14ccd9;"></div>

CSS Border Left color for the above div is #14ccd9

HTML with inline CSS

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

CSS Border Right color for the above div is #14ccd9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #14ccd9

HTML with inline CSS

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

CSS Border Top color for the above div is #14ccd9

HTML with inline CSS

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

#14ccd9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#14ccd9 Color code Preview on White Background

This is how #14ccd9 Color code will look on white background color. Color contrast ratio is 1.97

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

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(20,204,217,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(217,33,20,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(20,204,217,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.