Skip to main content Skip to docs navigation

#00ebcd 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 MoS₂ Cyan and its hex is #00E6D3 Nearest Color Name

Color Hue/Base color: Blue

Hex #00ebcd Color code in RGB color code model is created after adding 0% red color, 92.16% green color and 80.39% blue color. Hex #00ebcd Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 0% magenta, 13% yellow and 7.84% black.

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

RGB Chart

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

Color Table

Hex Color Code 00ebcd #00ebcd
RGB Decimal 0, 235, 205 0, 235, 205
RGB Percent 0%, 92%, 80% rgb(0%, 92%, 80%)
CSS RGBa 0, 235, 205,1 rgba(0,235,205,1)
CMYK Model cmyk(100%,0%,13%,7.84%)
HSL Color Space 172,100% ,46% hsl(172,100% ,46%)
HSV Color Space 172°, 100%, 92%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000000 11101011 11001101
Octal 0 353 315
Decimal 0 235 205
Hex 00 eb cd

Different shades of #00ebcd color code.

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

Darkest of #00ebcd
#005248
Darker of #00ebcd
#008574
Dark of #00ebcd
#00b8a1
Base of #00ebcd
#00ebcd
Light of #00ebcd
#1fffe2
Lighter
#52ffe9
Lightest
#85ffef

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

#00ebcd
#eb001e

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

Split Complementary

#00ebcd
#eb0094
#eb5800

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

Analogous Color

#00eb44
#00eb6b
#00ebcd
#00bbeb
#0059eb

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

#00ebcd
#ebcd00
#cd00eb

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

#00ebcd
#cd00eb
#eb001e
#1eeb00

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

#00ebcd
#5800eb
#eb001e
#94eb00

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 #00ebcd

#001f1b
#005248
#008574
#00b8a1
#00ebcd
#1fffe2
#52ffe9
#85ffef
#b8fff6

Tints of #00ebcd Color

#00ebcd
#1cedd2
#38efd8
#55f1dd
#71f3e3
#8df6e8
#aaf8ee
#c6faf3
#e2fcf9
#ffffff

Shades of #00ebcd color code

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

#00ebcd
#00d0b6
#00b69f
#009c88
#008271
#00685b
#004e44
#00342d
#001a16
#000000

Tones

#00ebcd
#18d4bc
#2fbcaa
#47a599
#5e8d87

Tones

Similar Color like #00ebcd color

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

#01ecce
#02edcf
#03eed0
#04efd1
#05f0d2
#06f1d3
#07f2d4
#08f3d5
#09f4d6
#0af5d7
#0bf6d8
#0cf7d9
#0df8da
#0ef9db
#00eacc
#00e9cb
#00e8ca
#00e7c9
#00e6c8
#00e5c7
#00e4c6
#00e3c5
#00e2c4
#00e1c3
#00e0c2
#00dfc1
#00dec0
#00ddbf

Download this Dark Blue

Hex #00ebcd 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.

#00ebcd Color Code Preview on Black Background Color

This is how #00ebcd Color will look on black background color. Color contrast ratio is 13.76

#00ebcd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #00ebcd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #00ebcd

#00ebcd color code is use for CSS Background Color

Background color for the above div is #00ebcd

HTML with inline CSS

<div style="background-color:#00ebcd;"></div>

#00ebcd color code is use for CSS Border Color

CSS Border color for the above div is #00ebcd

HTML with inline CSS

<div style="border:5px solid #00ebcd;"></div>

CSS Border Left color for the above div is #00ebcd

HTML with inline CSS

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

CSS Border Right color for the above div is #00ebcd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #00ebcd

HTML with inline CSS

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

CSS Border Top color for the above div is #00ebcd

HTML with inline CSS

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

#00ebcd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#00ebcd Color code Preview on White Background

This is how #00ebcd Color code will look on white background color. Color contrast ratio is 1.53

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

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