Skip to main content Skip to docs navigation

#03ecdd 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 Frozen Boubble and its hex is #00EEDD Nearest Color Name

Color Hue/Base color: Blue

Hex #03ecdd Color code in RGB color code model is created after adding 1.18% red color, 92.55% green color and 86.67% blue color. Hex #03ecdd Color code in CMYK color (process color) code model is generated after subtraction of 99% cyan, 0% magenta, 6% yellow and 7.45% black.

Hex #03ecdd color code is between #00eecc web safe hex color code and #00ddee web safe hex color code. #00eecc is the nearest web safe color code. You can see here many more shades of #03ecdd color code.

RGB Chart

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

Color Table

Hex Color Code 03ecdd #03ecdd
RGB Decimal 3, 236, 221 3, 236, 221
RGB Percent 1%, 93%, 87% rgb(1%, 93%, 87%)
CSS RGBa 3, 236, 221,1 rgba(3,236,221,1)
CMYK Model cmyk(99%,0%,6%,7.45%)
HSL Color Space 176,97% ,47% hsl(176,97% ,47%)
HSV Color Space 176°, 99%, 93%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000011 11101100 11011101
Octal 3 354 335
Decimal 3 236 221
Hex 03 ec dd

Different shades of #03ecdd color code.

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

Darkest of #03ecdd
#015550
Darker of #03ecdd
#02877f
Dark of #03ecdd
#02baae
Base of #03ecdd
#03ecdd
Light of #03ecdd
#26fcee
Lighter
#58fdf2
Lightest
#8afef6

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

#03ecdd
#ec0312

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

Split Complementary

#03ecdd
#ec0386
#ec6903

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

Analogous Color

#03ec55
#03ec7c
#03ecdd
#03adec
#034cec

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

#03ecdd
#ecdd03
#dd03ec

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

#03ecdd
#dd03ec
#ec0312
#12ec03

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

#03ecdd
#6903ec
#ec0312
#86ec03

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 #03ecdd

#002320
#015550
#02877f
#02baae
#03ecdd
#26fcee
#58fdf2
#8afef6
#bdfefa

Tints of #03ecdd Color

#03ecdd
#1feee0
#3bf0e4
#57f2e8
#73f4ec
#8ff6ef
#abf8f3
#c7faf7
#e3fcfb
#ffffff

Shades of #03ecdd color code

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

#03ecdd
#02d1c4
#02b7ab
#029d93
#01837a
#016862
#014e49
#003431
#001a18
#000000

Tones

#03ecdd
#1bd4c8
#33bcb3
#4ba49f
#638c8a

Tones

Similar Color like #03ecdd color

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

#04edde
#05eedf
#06efe0
#07f0e1
#08f1e2
#09f2e3
#0af3e4
#0bf4e5
#0cf5e6
#0df6e7
#0ef7e8
#0ff8e9
#10f9ea
#11faeb
#02ebdc
#01eadb
#00e9da
#00e8d9
#00e7d8
#00e6d7
#00e5d6
#00e4d5
#00e3d4
#00e2d3
#00e1d2
#00e0d1
#00dfd0
#00decf

Download this Dark Blue

Hex #03ecdd 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.

#03ecdd Color Code Preview on Black Background Color

This is how #03ecdd Color will look on black background color. Color contrast ratio is 14.05

#03ecdd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #03ecdd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #03ecdd

#03ecdd color code is use for CSS Background Color

Background color for the above div is #03ecdd

HTML with inline CSS

<div style="background-color:#03ecdd;"></div>

#03ecdd color code is use for CSS Border Color

CSS Border color for the above div is #03ecdd

HTML with inline CSS

<div style="border:5px solid #03ecdd;"></div>

CSS Border Left color for the above div is #03ecdd

HTML with inline CSS

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

CSS Border Right color for the above div is #03ecdd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #03ecdd

HTML with inline CSS

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

CSS Border Top color for the above div is #03ecdd

HTML with inline CSS

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

#03ecdd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#03ecdd Color code Preview on White Background

This is how #03ecdd Color code will look on white background color. Color contrast ratio is 1.50

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

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