crispedge.com

Color picker

Loading...

#afc9da hex color - Blue - Cool color - Information

#afc9da hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #afc9da Color code in RGB color code model is created after adding 68.63% red color, 78.82% green color and 85.49% blue color. Hex #afc9da Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 8% magenta, 0% yellow and 15% black.

Hex #afc9da color code is between #aaccdd web safe hex color code and #bbbbcc web safe hex color code. #aaccdd is the nearest web safe color code. You can see here many more shades of #afc9da color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafc9da#afc9da
RGB Decimal175, 201, 218rgb(175, 201, 218)
RGB Percent69%, 79%, 85%rgb(69%, 79%, 85%)
CSS RGBa175, 201, 218,1rgba(175,201,218,1)
CMYK Modelcmyk(20%,8%,0%,15%)
HSL Color Space204,37% ,77%hsl(204,37% ,77%)
HSV Color Space204°, 20%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111100100111011010
Octal257311332
Decimal175201218
Hexafc9da

Different shades of #afc9da color code.

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

Light Shade of #afc9da
#d2e1ea
Dark Shade of #afc9da
#8cb1ca
Saturated Shade of #afc9da
#a9cae0
Desaturated Shade of #afc9da
#b5c8d4
Grey scale Shade of #afc9da
#c4c4c4
Brighten Shade
#c8e2f3
Most Readable Shade
#000000

Shades of #afc9da color code

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

#afc9da
#9bb2c1
#889ca9
#748691
#616f79
#4d5960
#3a4348
#262c30
#131618
#000000

Similar Color like #afc9da color

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

#b0cadb
#b1cbdc
#b2ccdd
#b3cdde
#b4cedf
#b5cfe0
#b6d0e1
#b7d1e2
#b8d2e3
#b9d3e4
#bad4e5
#bbd5e6
#bcd6e7
#bdd7e8
#aec8d9
#adc7d8
#acc6d7
#abc5d6
#aac4d5
#a9c3d4
#a8c2d3
#a7c1d2
#a6c0d1
#a5bfd0
#a4becf
#a3bdce
#a2bccd
#a1bbcc

Monochromatic Color with #afc9da

#afc9da
#040505
#272c30
#49535a
#6b7b85
#8da2af

Tints of #afc9da Color

#afc9da
#b7cfde
#c0d5e2
#c9dbe6
#d2e1ea
#dbe7ee
#e4edf2
#edf3f6
#f6f9fa
#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

#afc9da
#dac0af

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

Split Complementary

#afc9da
#daafb4
#dad6af

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

Analogous Color

#afdada
#afd2da
#afc9da
#afc0da
#afb8da

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

#afc9da
#daafc9
#c9daaf

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

#afc9da
#d5afda
#dac0af
#b3daaf

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

#afc9da
#dac0af
#dad6af
#afb4da

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 #afc9da 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.

#afc9da Color Code Preview on Black Background Color

This is how #afc9da Color will look on black background color. Color contrast ratio is 12.19

#afc9da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afc9da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afc9da

#afc9da color code is use for CSS Background Color

Background color for the above div is #afc9da

HTML with inline CSS

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

#afc9da color code is use for CSS Border Color

CSS Border color for the above div is #afc9da

HTML with inline CSS

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

CSS Border Left color for the above div is #afc9da

HTML with inline CSS

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

CSS Border Right color for the above div is #afc9da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afc9da

HTML with inline CSS

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

CSS Border Top color for the above div is #afc9da

HTML with inline CSS

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

#afc9da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afc9da Color code Preview on White Background

This is how #afc9da Color code will look on white background color. Color contrast ratio is 1.72

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

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(175,201,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(218,192,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,201,218,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.