crispedge.com

Color picker

Loading...

#afb8da hex color - Blue - Cool color - Information

#afb8da hex color - Blue - Cool color

Color Hue/Base color: Blue

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

Hex #afb8da color code is between #aabbdd web safe hex color code and #bbaacc web safe hex color code. #aabbdd is the nearest web safe color code. You can see here many more shades of #afb8da color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafb8da#afb8da
RGB Decimal175, 184, 218rgb(175, 184, 218)
RGB Percent69%, 72%, 85%rgb(69%, 72%, 85%)
CSS RGBa175, 184, 218,1rgba(175,184,218,1)
CMYK Modelcmyk(20%,16%,0%,15%)
HSL Color Space227,37% ,77%hsl(227,37% ,77%)
HSV Color Space227°, 20%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111011100011011010
Octal257270332
Decimal175184218
Hexafb8da

Different shades of #afb8da color code.

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

Light Shade of #afb8da
#d2d7ea
Dark Shade of #afb8da
#8c99ca
Saturated Shade of #afb8da
#a9b5e0
Desaturated Shade of #afb8da
#b5bbd4
Grey scale Shade of #afb8da
#c4c4c4
Brighten Shade
#c8d1f3
Most Readable Shade
#000000

Shades of #afb8da color code

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

#afb8da
#9ba3c1
#888fa9
#747a91
#616679
#4d5160
#3a3d48
#262830
#131418
#000000

Similar Color like #afb8da color

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

#b0b9db
#b1badc
#b2bbdd
#b3bcde
#b4bddf
#b5bee0
#b6bfe1
#b7c0e2
#b8c1e3
#b9c2e4
#bac3e5
#bbc4e6
#bcc5e7
#bdc6e8
#aeb7d9
#adb6d8
#acb5d7
#abb4d6
#aab3d5
#a9b2d4
#a8b1d3
#a7b0d2
#a6afd1
#a5aed0
#a4adcf
#a3acce
#a2abcd
#a1aacc

Monochromatic Color with #afb8da

#afb8da
#040505
#272930
#494c5a
#6b7085
#8d94af

Tints of #afb8da Color

#afb8da
#b7bfde
#c0c7e2
#c9cfe6
#d2d7ea
#dbdfee
#e4e7f2
#edeff6
#f6f7fa
#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

#afb8da
#dad1af

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

Split Complementary

#afb8da
#dabcaf
#cddaaf

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

Analogous Color

#afc9da
#afc1da
#afb8da
#afafda
#b7afda

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

#afb8da
#daafb8
#b8daaf

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

#afb8da
#daafcd
#dad1af
#afdabb

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

#afb8da
#dad1af
#cddaaf
#bcafda

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

#afb8da Color Code Preview on Black Background Color

This is how #afb8da Color will look on black background color. Color contrast ratio is 10.69

#afb8da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afb8da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afb8da

#afb8da color code is use for CSS Background Color

Background color for the above div is #afb8da

HTML with inline CSS

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

#afb8da color code is use for CSS Border Color

CSS Border color for the above div is #afb8da

HTML with inline CSS

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

CSS Border Left color for the above div is #afb8da

HTML with inline CSS

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

CSS Border Right color for the above div is #afb8da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afb8da

HTML with inline CSS

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

CSS Border Top color for the above div is #afb8da

HTML with inline CSS

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

#afb8da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afb8da Color code Preview on White Background

This is how #afb8da Color code will look on white background color. Color contrast ratio is 1.96

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

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