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

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

#0edbeb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #0edbeb Color code in RGB color code model is created after adding 5.49% red color, 85.88% green color and 92.16% blue color. Hex #0edbeb Color code in CMYK color (process color) code model is generated after subtraction of 94% cyan, 7% magenta, 0% yellow and 7.84% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code0edbeb#0edbeb
RGB Decimal14, 219, 235rgb(14, 219, 235)
RGB Percent5%, 86%, 92%rgb(5%, 86%, 92%)
CSS RGBa14, 219, 235,1rgba(14,219,235,1)
CMYK Modelcmyk(94%,7%,0%,7.84%)
HSL Color Space184,89% ,49%hsl(184,89% ,49%)
HSV Color Space184°, 94%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000011101101101111101011
Octal16333353
Decimal14219235
Hex0edbeb

Different shades of #0edbeb color code.

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

Light Shade of #0edbeb
#39e6f3
Dark Shade of #0edbeb
#0baebb
Saturated Shade of #0edbeb
#02e6f7
Desaturated Shade of #0edbeb
#1ad0df
Grey scale Shade of #0edbeb
#7c7c7c
Brighten Shade
#27f4ff
Most Readable Shade
#000000

Shades of #0edbeb color code

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

#0edbeb
#0cc2d0
#0aaab6
#09929c
#077982
#066168
#04494e
#033034
#01181a
#000000

Similar Color like #0edbeb color

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

#0fdcec
#10dded
#11deee
#12dfef
#13e0f0
#14e1f1
#15e2f2
#16e3f3
#17e4f4
#18e5f5
#19e6f6
#1ae7f7
#1be8f8
#1ce9f9
#0ddaea
#0cd9e9
#0bd8e8
#0ad7e7
#09d6e6
#08d5e5
#07d4e4
#06d3e3
#05d2e2
#04d1e1
#03d0e0
#02cfdf
#01cede
#00cddd

Monochromatic Color with #0edbeb

#0edbeb
#011516
#043d41
#06646b
#098c96
#0bb3c0

Tints of #0edbeb Color

#0edbeb
#28dfed
#43e3ef
#5ee7f1
#79ebf3
#93eff6
#aef3f8
#c9f7fa
#e4fbfc
#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

#0edbeb
#eb1e0e

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

Split Complementary

#0edbeb
#eb0e6d
#eb8c0e

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

Analogous Color

#0eeba3
#0eebcf
#0edbeb
#0eafeb
#0e83eb

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

#0edbeb
#eb0edb
#dbeb0e

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

#0edbeb
#8c0eeb
#eb1e0e
#6ceb0e

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

#0edbeb
#eb1e0e
#eb8c0e
#0e6deb

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

#0edbeb Color Code Preview on Black Background Color

This is how #0edbeb Color will look on black background color. Color contrast ratio is 12.35

#0edbeb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#0edbeb color code is use for CSS Background Color

Background color for the above div is #0edbeb

HTML with inline CSS

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

#0edbeb color code is use for CSS Border Color

CSS Border color for the above div is #0edbeb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#0edbeb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0edbeb Color code Preview on White Background

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

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

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,219,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(235,30,14,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(14,219,235,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.