crispedge.com

Color picker

Loading...

#0dbcad hex color - Blue - Cool color - Information

#0dbcad hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #0dbcad Color code in RGB color code model is created after adding 5.1% red color, 73.73% green color and 67.84% blue color. Hex #0dbcad Color code in CMYK color (process color) code model is generated after subtraction of 93% cyan, 0% magenta, 8% yellow and 26% black.

Hex #0dbcad color code is between #11bbaa web safe hex color code and #00ccbb web safe hex color code. #11bbaa is the nearest web safe color code. You can see here many more shades of #0dbcad color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code0dbcad#0dbcad
RGB Decimal13, 188, 173rgb(13, 188, 173)
RGB Percent5%, 74%, 68%rgb(5%, 74%, 68%)
CSS RGBa13, 188, 173,1rgba(13,188,173,1)
CMYK Modelcmyk(93%,0%,8%,26%)
HSL Color Space175,87% ,39%hsl(175,87% ,39%)
HSV Color Space175°, 93%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000011011011110010101101
Octal15274255
Decimal13188173
Hex0dbcad

Different shades of #0dbcad color code.

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

Light Shade of #0dbcad
#10ecd9
Dark Shade of #0dbcad
#0a8c81
Saturated Shade of #0dbcad
#03c6b5
Desaturated Shade of #0dbcad
#17b2a5
Grey scale Shade of #0dbcad
#646464
Brighten Shade
#26d5c6
Most Readable Shade
#000000

Shades of #0dbcad color code

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

#0dbcad
#0ba799
#0a9286
#087d73
#076860
#05534c
#043e39
#022926
#011413
#000000

Similar Color like #0dbcad color

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

#0ebdae
#0fbeaf
#10bfb0
#11c0b1
#12c1b2
#13c2b3
#14c3b4
#15c4b5
#16c5b6
#17c6b7
#18c7b8
#19c8b9
#1ac9ba
#1bcabb
#0cbbac
#0bbaab
#0ab9aa
#09b8a9
#08b7a8
#07b6a7
#06b5a6
#05b4a5
#04b3a4
#03b2a3
#02b1a2
#01b0a1
#00afa0
#00ae9f

Monochromatic Color with #0dbcad

#0dbcad
#10e6d4
#011211
#043c38
#07675f
#0a9186

Tints of #0dbcad Color

#0dbcad
#27c3b6
#42cabf
#5dd2c8
#78d9d1
#93e1da
#aee8e3
#c9f0ec
#e4f7f5
#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

#0dbcad
#bc0d1c

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

Split Complementary

#0dbcad
#bc0d73
#bc560d

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

Analogous Color

#0dbc67
#0dbc8a
#0dbcad
#0da8bc
#0d85bc

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

#0dbcad
#ad0dbc
#bcad0d

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

#0dbcad
#550dbc
#bc0d1c
#73bc0d

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

#0dbcad
#bc0d1c
#bc560d
#0d73bc

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 #0dbcad 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.

#0dbcad Color Code Preview on Black Background Color

This is how #0dbcad Color will look on black background color. Color contrast ratio is 8.81

#0dbcad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0dbcad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0dbcad

#0dbcad color code is use for CSS Background Color

Background color for the above div is #0dbcad

HTML with inline CSS

<div style="background-color:#0dbcad;"></div>

#0dbcad color code is use for CSS Border Color

CSS Border color for the above div is #0dbcad

HTML with inline CSS

<div style="border:5px solid #0dbcad;"></div>

CSS Border Left color for the above div is #0dbcad

HTML with inline CSS

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

CSS Border Right color for the above div is #0dbcad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0dbcad

HTML with inline CSS

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

CSS Border Top color for the above div is #0dbcad

HTML with inline CSS

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

#0dbcad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0dbcad Color code Preview on White Background

This is how #0dbcad Color code will look on white background color. Color contrast ratio is 2.38

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

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(13,188,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(188,13,28,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(13,188,173,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.