crispedge.com

Color picker

Loading...

#66ddd0 hex color - Blue - Cool color - Information

#66ddd0 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #66ddd0 Color code in RGB color code model is created after adding 40% red color, 86.67% green color and 81.57% blue color. Hex #66ddd0 Color code in CMYK color (process color) code model is generated after subtraction of 54% cyan, 0% magenta, 6% yellow and 13% black.

Hex #66ddd0 color code is between #55cccc web safe hex color code and #77eedd web safe hex color code. #55cccc is the nearest web safe color code. You can see here many more shades of #66ddd0 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code66ddd0#66ddd0
RGB Decimal102, 221, 208rgb(102, 221, 208)
RGB Percent40%, 87%, 82%rgb(40%, 87%, 82%)
CSS RGBa102, 221, 208,1rgba(102,221,208,1)
CMYK Modelcmyk(54%,0%,6%,13%)
HSL Color Space173,64% ,63%hsl(173,64% ,63%)
HSV Color Space173°, 54%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001101101110111010000
Octal146335320
Decimal102221208
Hex66ddd0

Different shades of #66ddd0 color code.

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

Light Shade of #66ddd0
#90e6dd
Dark Shade of #66ddd0
#3cd4c3
Saturated Shade of #66ddd0
#5de6d7
Desaturated Shade of #66ddd0
#6fd4c9
Grey scale Shade of #66ddd0
#a1a1a1
Brighten Shade
#7ff6e9
Most Readable Shade
#000000

Shades of #66ddd0 color code

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

#66ddd0
#5ac4b8
#4faba1
#44938a
#387a73
#2d625c
#224945
#16312e
#0b1817
#000000

Similar Color like #66ddd0 color

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

#67ded1
#68dfd2
#69e0d3
#6ae1d4
#6be2d5
#6ce3d6
#6de4d7
#6ee5d8
#6fe6d9
#70e7da
#71e8db
#72e9dc
#73eadd
#74ebde
#65dccf
#64dbce
#63dacd
#62d9cc
#61d8cb
#60d7ca
#5fd6c9
#5ed5c8
#5dd4c7
#5cd3c6
#5bd2c5
#5ad1c4
#59d0c3
#58cfc2

Monochromatic Color with #66ddd0

#66ddd0
#040808
#183330
#2b5d58
#3f8880
#52b3a8

Tints of #66ddd0 Color

#66ddd0
#77e0d5
#88e4da
#99e8df
#aaece4
#bbefea
#ccf3ef
#ddf7f4
#eefbf9
#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

#66ddd0
#dd6673

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

Split Complementary

#66ddd0
#dd66ae
#dd9566

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

Analogous Color

#66dda0
#66ddb8
#66ddd0
#66d2dd
#66badd

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

#66ddd0
#d066dd
#ddd066

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

#66ddd0
#9466dd
#dd6673
#aedd66

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

#66ddd0
#dd6673
#dd9566
#66aedd

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 #66ddd0 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.

#66ddd0 Color Code Preview on Black Background Color

This is how #66ddd0 Color will look on black background color. Color contrast ratio is 12.82

#66ddd0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #66ddd0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #66ddd0

#66ddd0 color code is use for CSS Background Color

Background color for the above div is #66ddd0

HTML with inline CSS

<div style="background-color:#66ddd0;"></div>

#66ddd0 color code is use for CSS Border Color

CSS Border color for the above div is #66ddd0

HTML with inline CSS

<div style="border:5px solid #66ddd0;"></div>

CSS Border Left color for the above div is #66ddd0

HTML with inline CSS

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

CSS Border Right color for the above div is #66ddd0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #66ddd0

HTML with inline CSS

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

CSS Border Top color for the above div is #66ddd0

HTML with inline CSS

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

#66ddd0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#66ddd0 Color code Preview on White Background

This is how #66ddd0 Color code will look on white background color. Color contrast ratio is 1.64

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

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(102,221,208,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,102,115,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(102,221,208,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.