crispedge.com

Color picker

Loading...

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

#66eedd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #66eedd Color code in RGB color code model is created after adding 40% red color, 93.33% green color and 86.67% blue color. Hex #66eedd Color code in CMYK color (process color) code model is generated after subtraction of 57% cyan, 0% magenta, 7% yellow and 7% black.

Hex #66eedd color code is a web safe color. Next web safe color code is #55ddcc and previous web safe color code is #77ffee. You can see here many more shades of #66eedd color code.

0 Likes 0 Comments | 39 Views

RGB Chart

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

Color Table

Hex Color Code66eedd#66eedd
RGB Decimal102, 238, 221rgb(102, 238, 221)
RGB Percent40%, 93%, 87%rgb(40%, 93%, 87%)
CSS RGBa102, 238, 221,1rgba(102,238,221,1)
CMYK Modelcmyk(57%,0%,7%,7%)
HSL Color Space173,80% ,67%hsl(173,80% ,67%)
HSV Color Space173°, 57%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001101110111011011101
Octal146356335
Decimal102238221
Hex66eedd

Different shades of #66eedd color code.

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

Light Shade of #66eedd
#94f3e7
Dark Shade of #66eedd
#38e9d3
Saturated Shade of #66eedd
#5df6e3
Desaturated Shade of #66eedd
#6ee5d7
Grey scale Shade of #66eedd
#aaaaaa
Brighten Shade
#7ffff6
Most Readable Shade
#000000

Shades of #66eedd color code

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

#66eedd
#5ad3c4
#4fb9ab
#449e93
#38847a
#2d6962
#224f49
#163431
#0b1a18
#000000

Similar Color like #66eedd color

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

#67efde
#68f0df
#69f1e0
#6af2e1
#6bf3e2
#6cf4e3
#6df5e4
#6ef6e5
#6ff7e6
#70f8e7
#71f9e8
#72fae9
#73fbea
#74fceb
#65eddc
#64ecdb
#63ebda
#62ead9
#61e9d8
#60e8d7
#5fe7d6
#5ee6d5
#5de5d4
#5ce4d3
#5be3d2
#5ae2d1
#59e1d0
#58e0cf

Monochromatic Color with #66eedd

#66eedd
#0b1a18
#1d443f
#2f6e67
#42998e
#54c3b6

Tints of #66eedd Color

#66eedd
#77efe0
#88f1e4
#99f3e8
#aaf5ec
#bbf7ef
#ccf9f3
#ddfbf7
#eefdfb
#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

#66eedd
#ee6677

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

Split Complementary

#66eedd
#ee66bb
#ee9966

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

Analogous Color

#66eea7
#66eec2
#66eedd
#66e4ee
#66c9ee

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

#66eedd
#dd66ee
#eedd66

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

#66eedd
#9966ee
#ee6677
#bbee66

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

#66eedd
#ee6677
#ee9966
#66bbee

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

#66eedd Color Code Preview on Black Background Color

This is how #66eedd Color will look on black background color. Color contrast ratio is 14.84

#66eedd in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#66eedd color code is use for CSS Background Color

Background color for the above div is #66eedd

HTML with inline CSS

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

#66eedd color code is use for CSS Border Color

CSS Border color for the above div is #66eedd

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#66eedd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#66eedd Color code Preview on White Background

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

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

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

0 Likes 0 Comments | 39 Views

Post your comment:-

By submitting comment you agree to our privacy policy.