Skip to main content Skip to docs navigation

#2ceddd hex color | Download Dark Blue BG image | 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 Cold Heights and its hex is #22DDEE Nearest Color Name

Color Hue/Base color: Blue

Hex #2ceddd Color code in RGB color code model is created after adding 17.25% red color, 92.94% green color and 86.67% blue color. Hex #2ceddd Color code in CMYK color (process color) code model is generated after subtraction of 81% cyan, 0% magenta, 7% yellow and 7.06% black.

Hex #2ceddd color code is between #33eecc web safe hex color code and #22ddee web safe hex color code. #33eecc is the nearest web safe color code. You can see here many more shades of #2ceddd color code.

RGB Chart

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

Color Table

Hex Color Code 2ceddd #2ceddd
RGB Decimal 44, 237, 221 44, 237, 221
RGB Percent 17%, 93%, 87% rgb(17%, 93%, 87%)
CSS RGBa 44, 237, 221,1 rgba(44,237,221,1)
CMYK Model cmyk(81%,0%,7%,7.06%)
HSL Color Space 175,84% ,55% hsl(175,84% ,55%)
HSV Color Space 175°, 81%, 93%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00101100 11101101 11011101
Octal 54 355 335
Decimal 44 237 221
Hex 2c ed dd

Different shades of #2ceddd color code.

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

Darkest of #2ceddd
#0a766d
Darker of #2ceddd
#0ea598
Dark of #2ceddd
#12d4c4
Base of #2ceddd
#2ceddd
Light of #2ceddd
#5bf1e5
Lighter
#8af5ec
Lightest
#b9f9f4

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

#2ceddd
#ed2c3c

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

Split Complementary

#2ceddd
#ed2c9c
#ed7d2c

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

Analogous Color

#2ced6c
#2ced8d
#2ceddd
#2cbded
#2c6ced

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

#2ceddd
#eddd2c
#dd2ced

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

#2ceddd
#dd2ced
#ed2c3c
#3ced2c

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

#2ceddd
#7d2ced
#ed2c3c
#9ced2c

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 #2ceddd

#064742
#0a766d
#0ea598
#12d4c4
#2ceddd
#5bf1e5
#8af5ec
#b9f9f4
#e8fdfb

Tints of #2ceddd Color

#2ceddd
#43efe0
#5af1e4
#72f3e8
#89f5ec
#a1f7ef
#b8f9f3
#d0fbf7
#e7fdfb
#ffffff

Shades of #2ceddd color code

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

#2ceddd
#27d2c4
#22b8ab
#1d9e93
#18837a
#136962
#0e4f49
#093431
#041a18
#000000

Tones

#2ceddd
#43d6ca
#5abfb7
#71a8a4
#889191

Tones

Similar Color like #2ceddd color

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

#2deede
#2eefdf
#2ff0e0
#30f1e1
#31f2e2
#32f3e3
#33f4e4
#34f5e5
#35f6e6
#36f7e7
#37f8e8
#38f9e9
#39faea
#3afbeb
#2becdc
#2aebdb
#29eada
#28e9d9
#27e8d8
#26e7d7
#25e6d6
#24e5d5
#23e4d4
#22e3d3
#21e2d2
#20e1d1
#1fe0d0
#1edfcf

Download this Dark Blue

Hex #2ceddd 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.

#2ceddd Color Code Preview on Black Background Color

This is how #2ceddd Color will look on black background color. Color contrast ratio is 14.26

#2ceddd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #2ceddd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #2ceddd

#2ceddd color code is use for CSS Background Color

Background color for the above div is #2ceddd

HTML with inline CSS

<div style="background-color:#2ceddd;"></div>

#2ceddd color code is use for CSS Border Color

CSS Border color for the above div is #2ceddd

HTML with inline CSS

<div style="border:5px solid #2ceddd;"></div>

CSS Border Left color for the above div is #2ceddd

HTML with inline CSS

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

CSS Border Right color for the above div is #2ceddd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #2ceddd

HTML with inline CSS

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

CSS Border Top color for the above div is #2ceddd

HTML with inline CSS

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

#2ceddd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#2ceddd Color code Preview on White Background

This is how #2ceddd Color code will look on white background color. Color contrast ratio is 1.47

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(44,237,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,44,60,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(44,237,221,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }