Skip to main content Skip to docs navigation

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

On this page
@
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 Hue/Base color: Blue

Hex #0ffedf Color code in RGB color code model is created after adding 5.88% red color, 99.61% green color and 87.45% blue color. Hex #0ffedf Color code in CMYK color (process color) code model is generated after subtraction of 94% cyan, 0% magenta, 12% yellow and 0.39% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 0ffedf #0ffedf
RGB Decimal 15, 254, 223 rgb(15, 254, 223)
RGB Percent 6%, 100%, 87% rgb(6%, 100%, 87%)
CSS RGBa 15, 254, 223,1 rgba(15,254,223,1)
CMYK Model cmyk(94%,0%,12%,0.39%)
HSL Color Space 172,99% ,53% hsl(172,99% ,53%)
HSV Color Space 172°, 94%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001111 11111110 11011111
Octal 17 376 337
Decimal 15 254 223
Hex 0f fe df

Different shades of #0ffedf color code.

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

Light Shade of #0ffedf
#42fee6
Dark Shade of #0ffedf
#01d9bd
Saturated Shade of #0ffedf
#0effe0
Desaturated Shade of #0ffedf
#1bf2d6
Grey scale Shade of #0ffedf
#868686
Brighten Shade
#28fff8
Most Readable Shade
#000000

Shades of #0ffedf color code

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

#0ffedf
#0de1c6
#0bc5ad
#0aa994
#088d7b
#067063
#05544a
#033831
#011c18
#000000

Similar Color like #0ffedf color

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

#10ffe0
#11ffe1
#12ffe2
#13ffe3
#14ffe4
#15ffe5
#16ffe6
#17ffe7
#18ffe8
#19ffe9
#1affea
#1bffeb
#1cffec
#1dffed
#0efdde
#0dfcdd
#0cfbdc
#0bfadb
#0af9da
#09f8d9
#08f7d8
#07f6d7
#06f5d6
#05f4d5
#04f3d4
#03f2d3
#02f1d2
#01f0d1

Monochromatic Color with #0ffedf

#0ffedf
#022924
#05544a
#077e6f
#0aa994
#0cd3ba

Tints of #0ffedf Color

#0ffedf
#29fee2
#44fee6
#5ffee9
#79feed
#94fef0
#affef4
#c9fef7
#e4fefb
#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

#0ffedf
#fe0f2e

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

Split Complementary

#0ffedf
#fe0fa5
#fe680f

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

Analogous Color

#0ffe7f
#0ffeaf
#0ffedf
#0fedfe
#0fbdfe

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

#0ffedf
#df0ffe
#fedf0f

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

#0ffedf
#670ffe
#fe0f2e
#a5fe0f

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

#0ffedf
#fe0f2e
#fe680f
#0fa5fe

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

#0ffedf Color Code Preview on Black Background Color

This is how #0ffedf Color will look on black background color. Color contrast ratio is 16.26

#0ffedf in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#0ffedf color code is use for CSS Background Color

Background color for the above div is #0ffedf

HTML with inline CSS

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

#0ffedf color code is use for CSS Border Color

CSS Border color for the above div is #0ffedf

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#0ffedf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0ffedf Color code Preview on White Background

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

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

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(15,254,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(254,15,46,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(15,254,223,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.