Skip to main content Skip to docs navigation

#0cfafa 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 Electric Cyan and its hex is #0FF0FC Nearest Color Name

Color Hue/Base color: Blue

Hex #0cfafa Color code in RGB color code model is created after adding 4.71% red color, 98.04% green color and 98.04% blue color. Hex #0cfafa Color code in CMYK color (process color) code model is generated after subtraction of 95% cyan, 0% magenta, 0% yellow and 1.96% black.

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

RGB Chart

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

Color Table

Hex Color Code 0cfafa #0cfafa
RGB Decimal 12, 250, 250 12, 250, 250
RGB Percent 5%, 98%, 98% rgb(5%, 98%, 98%)
CSS RGBa 12, 250, 250,1 rgba(12,250,250,1)
CMYK Model cmyk(95%,0%,0%,1.96%)
HSL Color Space 180,96% ,51% hsl(180,96% ,51%)
HSV Color Space 180°, 95%, 98%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001100 11111010 11111010
Octal 14 372 372
Decimal 12 250 250
Hex 0c fa fa

Different shades of #0cfafa color code.

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

Darkest of #0cfafa
#026b6b
Darker of #0cfafa
#039d9d
Dark of #0cfafa
#04cfcf
Base of #0cfafa
#0cfafa
Light of #0cfafa
#3efbfb
Lighter
#70fcfc
Lightest
#a2fdfd

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

#0cfafa
#fa0c0c

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

Split Complementary

#0cfafa
#fa0c83
#fa830c

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

Analogous Color

#0cfa6f
#0cfa97
#0cfafa
#0cabfa
#0c47fa

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

#0cfafa
#fafa0c
#fa0cfa

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

#0cfafa
#fa0cfa
#fa0c0c
#0cfa0c

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

#0cfafa
#830cfa
#fa0c0c
#83fa0c

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 #0cfafa

#013939
#026b6b
#039d9d
#04cfcf
#0cfafa
#3efbfb
#70fcfc
#a2fdfd
#d4fefe

Tints of #0cfafa Color

#0cfafa
#27fafa
#42fbfb
#5dfbfb
#78fcfc
#93fcfc
#aefdfd
#c9fdfd
#e4fefe
#ffffff

Shades of #0cfafa color code

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

#0cfafa
#0adede
#09c2c2
#08a6a6
#068a8a
#056f6f
#045353
#023737
#011b1b
#000000

Tones

#0cfafa
#25e1e1
#3ec8c8
#56b0b0
#6f9797

Tones

Similar Color like #0cfafa color

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

#0dfbfb
#0efcfc
#0ffdfd
#10fefe
#11ffff
#12ffff
#13ffff
#14ffff
#15ffff
#16ffff
#17ffff
#18ffff
#19ffff
#1affff
#0bf9f9
#0af8f8
#09f7f7
#08f6f6
#07f5f5
#06f4f4
#05f3f3
#04f2f2
#03f1f1
#02f0f0
#01efef
#00eeee
#00eded
#00ecec

Download this Dark Blue

Hex #0cfafa 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.

#0cfafa Color Code Preview on Black Background Color

This is how #0cfafa Color will look on black background color. Color contrast ratio is 16.07

#0cfafa in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#0cfafa color code is use for CSS Background Color

Background color for the above div is #0cfafa

HTML with inline CSS

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

#0cfafa color code is use for CSS Border Color

CSS Border color for the above div is #0cfafa

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#0cfafa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0cfafa Color code Preview on White Background

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

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

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