crispedge.com

Color picker

Loading...

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

#0aadcd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #0aadcd Color code in RGB color code model is created after adding 3.92% red color, 67.84% green color and 80.39% blue color. Hex #0aadcd Color code in CMYK color (process color) code model is generated after subtraction of 95% cyan, 16% magenta, 0% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code0aadcd#0aadcd
RGB Decimal10, 173, 205rgb(10, 173, 205)
RGB Percent4%, 68%, 80%rgb(4%, 68%, 80%)
CSS RGBa10, 173, 205,1rgba(10,173,205,1)
CMYK Modelcmyk(95%,16%,0%,20%)
HSL Color Space190,91% ,42%hsl(190,91% ,42%)
HSV Color Space190°, 95%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000010101010110111001101
Octal12255315
Decimal10173205
Hex0aadcd

Different shades of #0aadcd color code.

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

Light Shade of #0aadcd
#16cff4
Dark Shade of #0aadcd
#08849c
Saturated Shade of #0aadcd
#00b4d7
Desaturated Shade of #0aadcd
#15a6c2
Grey scale Shade of #0aadcd
#6b6b6b
Brighten Shade
#23c6e6
Most Readable Shade
#000000

Shades of #0aadcd color code

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

#0aadcd
#0899b6
#07869f
#067388
#056071
#044c5b
#033944
#02262d
#011316
#000000

Similar Color like #0aadcd color

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

#0baece
#0cafcf
#0db0d0
#0eb1d1
#0fb2d2
#10b3d3
#11b4d4
#12b5d5
#13b6d6
#14b7d7
#15b8d8
#16b9d9
#17bada
#18bbdb
#09accc
#08abcb
#07aaca
#06a9c9
#05a8c8
#04a7c7
#03a6c6
#02a5c5
#01a4c4
#00a3c3
#00a2c2
#00a1c1
#00a0c0
#009fbf

Monochromatic Color with #0aadcd

#0aadcd
#0cd1f7
#021e23
#04414d
#066578
#0889a2

Tints of #0aadcd Color

#0aadcd
#25b6d2
#40bfd8
#5bc8dd
#76d1e3
#92dae8
#ade3ee
#c8ecf3
#e3f5f9
#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

#0aadcd
#cd2a0a

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

Split Complementary

#0aadcd
#cd0a4c
#cd8b0a

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

Analogous Color

#0acd9f
#0acdc6
#0aadcd
#0a86cd
#0a5fcd

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

#0aadcd
#cd0aad
#adcd0a

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

#0aadcd
#8b0acd
#cd2a0a
#4bcd0a

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

#0aadcd
#cd2a0a
#cd8b0a
#0a4ccd

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

#0aadcd Color Code Preview on Black Background Color

This is how #0aadcd Color will look on black background color. Color contrast ratio is 7.87

#0aadcd in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#0aadcd color code is use for CSS Background Color

Background color for the above div is #0aadcd

HTML with inline CSS

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

#0aadcd color code is use for CSS Border Color

CSS Border color for the above div is #0aadcd

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#0aadcd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0aadcd Color code Preview on White Background

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

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

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(10,173,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(205,42,10,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(10,173,205,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.