crispedge.com

Color picker

Loading...

#06ddbd hex color - Blue - Cool color - Information

#06ddbd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #06ddbd Color code in RGB color code model is created after adding 2.35% red color, 86.67% green color and 74.12% blue color. Hex #06ddbd Color code in CMYK color (process color) code model is generated after subtraction of 97% cyan, 0% magenta, 14% yellow and 13% black.

Hex #06ddbd color code is between #00ccbb web safe hex color code and #00eecc web safe hex color code. #00ccbb is the nearest web safe color code. You can see here many more shades of #06ddbd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code06ddbd#06ddbd
RGB Decimal6, 221, 189rgb(6, 221, 189)
RGB Percent2%, 87%, 74%rgb(2%, 87%, 74%)
CSS RGBa6, 221, 189,1rgba(6,221,189,1)
CMYK Modelcmyk(97%,0%,14%,13%)
HSL Color Space171,95% ,45%hsl(171,95% ,45%)
HSV Color Space171°, 97%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000001101101110110111101
Octal6335275
Decimal6221189
Hex06ddbd

Different shades of #06ddbd color code.

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

Light Shade of #06ddbd
#1df9d8
Dark Shade of #06ddbd
#05ab92
Saturated Shade of #06ddbd
#00e3c1
Desaturated Shade of #06ddbd
#11d2b5
Grey scale Shade of #06ddbd
#717171
Brighten Shade
#1ff6d6
Most Readable Shade
#000000

Shades of #06ddbd color code

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

#06ddbd
#05c4a8
#04ab93
#04937e
#037a69
#026254
#02493f
#01312a
#001815
#000000

Similar Color like #06ddbd color

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

#07debe
#08dfbf
#09e0c0
#0ae1c1
#0be2c2
#0ce3c3
#0de4c4
#0ee5c5
#0fe6c6
#10e7c7
#11e8c8
#12e9c9
#13eaca
#14ebcb
#05dcbc
#04dbbb
#03daba
#02d9b9
#01d8b8
#00d7b7
#00d6b6
#00d5b5
#00d4b4
#00d3b3
#00d2b2
#00d1b1
#00d0b0
#00cfaf

Monochromatic Color with #06ddbd

#06ddbd
#000807
#01332c
#035d50
#048874
#05b399

Tints of #06ddbd Color

#06ddbd
#21e0c4
#3de4cb
#59e8d3
#74ecda
#90efe1
#acf3e9
#c7f7f0
#e3fbf7
#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

#06ddbd
#dd0626

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

Split Complementary

#06ddbd
#dd0692
#dd5106

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

Analogous Color

#06dd67
#06dd92
#06ddbd
#06d2dd
#06a7dd

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

#06ddbd
#bd06dd
#ddbd06

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

#06ddbd
#5106dd
#dd0626
#91dd06

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

#06ddbd
#dd0626
#dd5106
#0692dd

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 #06ddbd 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.

#06ddbd Color Code Preview on Black Background Color

This is how #06ddbd Color will look on black background color. Color contrast ratio is 12.09

#06ddbd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #06ddbd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #06ddbd

#06ddbd color code is use for CSS Background Color

Background color for the above div is #06ddbd

HTML with inline CSS

<div style="background-color:#06ddbd;"></div>

#06ddbd color code is use for CSS Border Color

CSS Border color for the above div is #06ddbd

HTML with inline CSS

<div style="border:5px solid #06ddbd;"></div>

CSS Border Left color for the above div is #06ddbd

HTML with inline CSS

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

CSS Border Right color for the above div is #06ddbd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #06ddbd

HTML with inline CSS

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

CSS Border Top color for the above div is #06ddbd

HTML with inline CSS

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

#06ddbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#06ddbd Color code Preview on White Background

This is how #06ddbd Color code will look on white background color. Color contrast ratio is 1.74

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

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(6,221,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,6,38,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(6,221,189,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.