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

#12d0ea hex color - Blue - Cool color - Information

#12d0ea hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #12d0ea Color code in RGB color code model is created after adding 7.06% red color, 81.57% green color and 91.76% blue color. Hex #12d0ea Color code in CMYK color (process color) code model is generated after subtraction of 92% cyan, 11% magenta, 0% yellow and 8.24% black.

Hex #12d0ea color code is between #11ccee web safe hex color code and #22dddd web safe hex color code. #11ccee is the nearest web safe color code. You can see here many more shades of #12d0ea color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code12d0ea#12d0ea
RGB Decimal18, 208, 234rgb(18, 208, 234)
RGB Percent7%, 82%, 92%rgb(7%, 82%, 92%)
CSS RGBa18, 208, 234,1rgba(18,208,234,1)
CMYK Modelcmyk(92%,11%,0%,8.24%)
HSL Color Space187,86% ,49%hsl(187,86% ,49%)
HSV Color Space187°, 92%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100101101000011101010
Octal22320352
Decimal18208234
Hex12d0ea

Different shades of #12d0ea color code.

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

Light Shade of #12d0ea
#3fdbf0
Dark Shade of #12d0ea
#0ea6bb
Saturated Shade of #12d0ea
#05daf7
Desaturated Shade of #12d0ea
#1fc6dd
Grey scale Shade of #12d0ea
#7e7e7e
Brighten Shade
#2be9ff
Most Readable Shade
#000000

Shades of #12d0ea color code

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

#12d0ea
#10b8d0
#0ea1b6
#0c8a9c
#0a7382
#085c68
#06454e
#042e34
#02171a
#000000

Similar Color like #12d0ea color

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

#13d1eb
#14d2ec
#15d3ed
#16d4ee
#17d5ef
#18d6f0
#19d7f1
#1ad8f2
#1bd9f3
#1cdaf4
#1ddbf5
#1edcf6
#1fddf7
#20def8
#11cfe9
#10cee8
#0fcde7
#0ecce6
#0dcbe5
#0ccae4
#0bc9e3
#0ac8e2
#09c7e1
#08c6e0
#07c5df
#06c4de
#05c3dd
#04c2dc

Monochromatic Color with #12d0ea

#12d0ea
#021315
#053940
#085f6a
#0b8495
#0faabf

Tints of #12d0ea Color

#12d0ea
#2cd5ec
#46daee
#61dff1
#7be4f3
#95eaf5
#b0eff8
#caf4fa
#e4f9fc
#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

#12d0ea
#ea2c12

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

Split Complementary

#12d0ea
#ea1264
#ea9812

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

Analogous Color

#12eaae
#12ead9
#12d0ea
#12a5ea
#127aea

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

#12d0ea
#ea12d0
#d0ea12

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

#12d0ea
#9812ea
#ea2c12
#64ea12

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

#12d0ea
#ea2c12
#ea9812
#1264ea

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 #12d0ea 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.

#12d0ea Color Code Preview on Black Background Color

This is how #12d0ea Color will look on black background color. Color contrast ratio is 11.24

#12d0ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #12d0ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #12d0ea

#12d0ea color code is use for CSS Background Color

Background color for the above div is #12d0ea

HTML with inline CSS

<div style="background-color:#12d0ea;"></div>

#12d0ea color code is use for CSS Border Color

CSS Border color for the above div is #12d0ea

HTML with inline CSS

<div style="border:5px solid #12d0ea;"></div>

CSS Border Left color for the above div is #12d0ea

HTML with inline CSS

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

CSS Border Right color for the above div is #12d0ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #12d0ea

HTML with inline CSS

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

CSS Border Top color for the above div is #12d0ea

HTML with inline CSS

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

#12d0ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#12d0ea Color code Preview on White Background

This is how #12d0ea Color code will look on white background color. Color contrast ratio is 1.87

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

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(18,208,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(234,44,18,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(18,208,234,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.