Skip to main content Skip to docs navigation

#14bdda hex color | Dark Blue & Cool color | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Caribbean Blue and its hex is #1AC1DD Nearest Color Name

Color Hue/Base color: Blue

Hex #14bdda Color code in RGB color code model is created after adding 7.84% red color, 74.12% green color and 85.49% blue color. Hex #14bdda Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 13% magenta, 0% yellow and 14.51% black.

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

RGB Chart

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

Color Table

Hex Color Code 14bdda #14bdda
RGB Decimal 20, 189, 218 20, 189, 218
RGB Percent 8%, 74%, 85% rgb(8%, 74%, 85%)
CSS RGBa 20, 189, 218,1 rgba(20,189,218,1)
CMYK Model cmyk(91%,13%,0%,14.51%)
HSL Color Space 189,83% ,47% hsl(189,83% ,47%)
HSV Color Space 189°, 91%, 85%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010100 10111101 11011010
Octal 24 275 332
Decimal 20 189 218
Hex 14 bd da

Different shades of #14bdda color code.

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

Darkest of #14bdda
#07444e
Darker of #14bdda
#0b6c7d
Dark of #14bdda
#1095ab
Base of #14bdda
#14bdda
Light of #14bdda
#35d1ec
Lighter
#63dcf1
Lightest
#92e6f5

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

#14bdda
#da3114

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

Split Complementary

#14bdda
#da145a
#da9414

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

Analogous Color

#14da84
#14daa5
#14bdda
#147bda
#1428da

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

#14bdda
#bdda14
#da14bd

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

#14bdda
#da14bd
#da3114
#14da31

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#14bdda
#9414da
#da3114
#5ada14

Square 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).

Monochromatic Color with #14bdda

#031b1f
#07444e
#0b6c7d
#1095ab
#14bdda
#35d1ec
#63dcf1
#92e6f5
#c1f1f9

Tints of #14bdda Color

#14bdda
#2ec4de
#48cbe2
#62d3e6
#7cdaea
#96e1ee
#b0e9f2
#caf0f6
#e4f7fa
#ffffff

Shades of #14bdda color code

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

#14bdda
#11a8c1
#0f93a9
#0d7e91
#0b6979
#085460
#063f48
#042a30
#021518
#000000

Tones

#14bdda
#2cacc2
#449baa
#5b8b93
#737a7b

Tones

Similar Color like #14bdda color

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

#15bedb
#16bfdc
#17c0dd
#18c1de
#19c2df
#1ac3e0
#1bc4e1
#1cc5e2
#1dc6e3
#1ec7e4
#1fc8e5
#20c9e6
#21cae7
#22cbe8
#13bcd9
#12bbd8
#11bad7
#10b9d6
#0fb8d5
#0eb7d4
#0db6d3
#0cb5d2
#0bb4d1
#0ab3d0
#09b2cf
#08b1ce
#07b0cd
#06afcc

Download this

Hex #14bdda 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.

#14bdda Color Code Preview on Black Background Color

This is how #14bdda Color will look on black background color. Color contrast ratio is 9.32

#14bdda in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#14bdda color code is use for CSS Background Color

Background color for the above div is #14bdda

HTML with inline CSS

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

#14bdda color code is use for CSS Border Color

CSS Border color for the above div is #14bdda

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#14bdda hex Color code used as CSS color Codes

Example CSS Class for usage

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

#14bdda Color code Preview on White Background

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

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

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,189,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(218,49,20,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(20,189,218,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }