@
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.

#0eb1dd hex color - Blue - Cool color - Information

#0eb1dd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #0eb1dd Color code in RGB color code model is created after adding 5.49% red color, 69.41% green color and 86.67% blue color. Hex #0eb1dd Color code in CMYK color (process color) code model is generated after subtraction of 94% cyan, 20% magenta, 0% yellow and 13.33% black.

Hex #0eb1dd color code is between #11aacc web safe hex color code and #00bbee web safe hex color code. #11aacc is the nearest web safe color code. You can see here many more shades of #0eb1dd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code0eb1dd#0eb1dd
RGB Decimal14, 177, 221rgb(14, 177, 221)
RGB Percent5%, 69%, 87%rgb(5%, 69%, 87%)
CSS RGBa14, 177, 221,1rgba(14,177,221,1)
CMYK Modelcmyk(94%,20%,0%,13.33%)
HSL Color Space193,88% ,46%hsl(193,88% ,46%)
HSV Color Space193°, 94%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000011101011000111011101
Octal16261335
Decimal14177221
Hex0eb1dd

Different shades of #0eb1dd color code.

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

Light Shade of #0eb1dd
#2cc8f2
Dark Shade of #0eb1dd
#0b8bad
Saturated Shade of #0eb1dd
#02b8e9
Desaturated Shade of #0eb1dd
#1aaad1
Grey scale Shade of #0eb1dd
#757575
Brighten Shade
#27caf6
Most Readable Shade
#000000

Shades of #0eb1dd color code

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

#0eb1dd
#0c9dc4
#0a89ab
#097693
#07627a
#064e62
#043b49
#032731
#011318
#000000

Similar Color like #0eb1dd color

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

#0fb2de
#10b3df
#11b4e0
#12b5e1
#13b6e2
#14b7e3
#15b8e4
#16b9e5
#17bae6
#18bbe7
#19bce8
#1abde9
#1bbeea
#1cbfeb
#0db0dc
#0cafdb
#0baeda
#0aadd9
#09acd8
#08abd7
#07aad6
#06a9d5
#05a8d4
#04a7d3
#03a6d2
#02a5d1
#01a4d0
#00a3cf

Monochromatic Color with #0eb1dd

#0eb1dd
#010708
#032933
#064b5d
#096d88
#0b8fb3

Tints of #0eb1dd Color

#0eb1dd
#28b9e0
#43c2e4
#5ecbe8
#79d3ec
#93dcef
#aee5f3
#c9edf7
#e4f6fb
#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

#0eb1dd
#dd3a0e

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

Split Complementary

#0eb1dd
#dd0e49
#dda20e

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

Analogous Color

#0eddb6
#0edadd
#0eb1dd
#0e88dd
#0e5edd

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

#0eb1dd
#dd0eb1
#b1dd0e

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

#0eb1dd
#a10edd
#dd3a0e
#49dd0e

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

#0eb1dd
#dd3a0e
#dda20e
#0e49dd

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 #0eb1dd 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.

#0eb1dd Color Code Preview on Black Background Color

This is how #0eb1dd Color will look on black background color. Color contrast ratio is 8.35

#0eb1dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0eb1dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0eb1dd

#0eb1dd color code is use for CSS Background Color

Background color for the above div is #0eb1dd

HTML with inline CSS

<div style="background-color:#0eb1dd;"></div>

#0eb1dd color code is use for CSS Border Color

CSS Border color for the above div is #0eb1dd

HTML with inline CSS

<div style="border:5px solid #0eb1dd;"></div>

CSS Border Left color for the above div is #0eb1dd

HTML with inline CSS

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

CSS Border Right color for the above div is #0eb1dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0eb1dd

HTML with inline CSS

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

CSS Border Top color for the above div is #0eb1dd

HTML with inline CSS

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

#0eb1dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0eb1dd Color code Preview on White Background

This is how #0eb1dd Color code will look on white background color. Color contrast ratio is 2.51

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.