crispedge.com

Color picker

Loading...

#8abadf hex color - Blue - Cool color - Information

#8abadf hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #8abadf Color code in RGB color code model is created after adding 54.12% red color, 72.94% green color and 87.45% blue color. Hex #8abadf Color code in CMYK color (process color) code model is generated after subtraction of 38% cyan, 17% magenta, 0% yellow and 13% black.

Hex #8abadf color code is between #88bbdd web safe hex color code and #99aaee web safe hex color code. #88bbdd is the nearest web safe color code. You can see here many more shades of #8abadf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code8abadf#8abadf
RGB Decimal138, 186, 223rgb(138, 186, 223)
RGB Percent54%, 73%, 87%rgb(54%, 73%, 87%)
CSS RGBa138, 186, 223,1rgba(138,186,223,1)
CMYK Modelcmyk(38%,17%,0%,13%)
HSL Color Space206,57% ,71%hsl(206,57% ,71%)
HSV Color Space206°, 38%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100010101011101011011111
Octal212272337
Decimal138186223
Hex8abadf

Different shades of #8abadf color code.

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

Light Shade of #8abadf
#b2d2ea
Dark Shade of #8abadf
#62a2d4
Saturated Shade of #8abadf
#83bbe6
Desaturated Shade of #8abadf
#91b9d8
Grey scale Shade of #8abadf
#b4b4b4
Brighten Shade
#a3d3f8
Most Readable Shade
#000000

Shades of #8abadf color code

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

#8abadf
#7aa5c6
#6b90ad
#5c7c94
#4c677b
#3d5263
#2e3e4a
#1e2931
#0f1418
#000000

Similar Color like #8abadf color

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

#8bbbe0
#8cbce1
#8dbde2
#8ebee3
#8fbfe4
#90c0e5
#91c1e6
#92c2e7
#93c3e8
#94c4e9
#95c5ea
#96c6eb
#97c7ec
#98c8ed
#89b9de
#88b8dd
#87b7dc
#86b6db
#85b5da
#84b4d9
#83b3d8
#82b2d7
#81b1d6
#80b0d5
#7fafd4
#7eaed3
#7dadd2
#7cacd1

Monochromatic Color with #8abadf

#8abadf
#06090a
#212c35
#3b505f
#55738a
#7097b4

Tints of #8abadf Color

#8abadf
#97c1e2
#a4c9e6
#b1d1e9
#bed8ed
#cbe0f0
#d8e8f4
#e5eff7
#f2f7fb
#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

#8abadf
#dfaf8a

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

Split Complementary

#8abadf
#df8a8f
#dfda8a

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

Analogous Color

#8adcdf
#8acbdf
#8abadf
#8aa9df
#8a98df

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

#8abadf
#df8aba
#badf8a

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

#8abadf
#d98adf
#dfaf8a
#8fdf8a

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

#8abadf
#dfaf8a
#dfda8a
#8a8fdf

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 #8abadf 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.

#8abadf Color Code Preview on Black Background Color

This is how #8abadf Color will look on black background color. Color contrast ratio is 10.17

#8abadf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8abadf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8abadf

#8abadf color code is use for CSS Background Color

Background color for the above div is #8abadf

HTML with inline CSS

<div style="background-color:#8abadf;"></div>

#8abadf color code is use for CSS Border Color

CSS Border color for the above div is #8abadf

HTML with inline CSS

<div style="border:5px solid #8abadf;"></div>

CSS Border Left color for the above div is #8abadf

HTML with inline CSS

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

CSS Border Right color for the above div is #8abadf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8abadf

HTML with inline CSS

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

CSS Border Top color for the above div is #8abadf

HTML with inline CSS

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

#8abadf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8abadf Color code Preview on White Background

This is how #8abadf Color code will look on white background color. Color contrast ratio is 2.06

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

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(138,186,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(223,175,138,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(138,186,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.