crispedge.com

Color picker

Loading...

#afbddb hex color - Blue - Cool color - Information

#afbddb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #afbddb Color code in RGB color code model is created after adding 68.63% red color, 74.12% green color and 85.88% blue color. Hex #afbddb Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 14% magenta, 0% yellow and 14% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafbddb#afbddb
RGB Decimal175, 189, 219rgb(175, 189, 219)
RGB Percent69%, 74%, 86%rgb(69%, 74%, 86%)
CSS RGBa175, 189, 219,1rgba(175,189,219,1)
CMYK Modelcmyk(20%,14%,0%,14%)
HSL Color Space221,38% ,77%hsl(221,38% ,77%)
HSV Color Space221°, 20%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111011110111011011
Octal257275333
Decimal175189219
Hexafbddb

Different shades of #afbddb color code.

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

Light Shade of #afbddb
#d2daeb
Dark Shade of #afbddb
#8ca0cb
Saturated Shade of #afbddb
#a9bbe1
Desaturated Shade of #afbddb
#b5bfd5
Grey scale Shade of #afbddb
#c5c5c5
Brighten Shade
#c8d6f4
Most Readable Shade
#000000

Shades of #afbddb color code

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

#afbddb
#9ba8c2
#8893aa
#747e92
#616979
#4d5461
#3a3f49
#262a30
#131518
#000000

Similar Color like #afbddb color

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

#b0bedc
#b1bfdd
#b2c0de
#b3c1df
#b4c2e0
#b5c3e1
#b6c4e2
#b7c5e3
#b8c6e4
#b9c7e5
#bac8e6
#bbc9e7
#bccae8
#bdcbe9
#aebcda
#adbbd9
#acbad8
#abb9d7
#aab8d6
#a9b7d5
#a8b6d4
#a7b5d3
#a6b4d2
#a5b3d1
#a4b2d0
#a3b1cf
#a2b0ce
#a1afcd

Monochromatic Color with #afbddb

#afbddb
#050606
#272a31
#494f5b
#6b7486
#8d98b0

Tints of #afbddb Color

#afbddb
#b7c4df
#c0cbe3
#c9d3e7
#d2daeb
#dbe1ef
#e4e9f3
#edf0f7
#f6f7fb
#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

#afbddb
#dbcdaf

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

Split Complementary

#afbddb
#dbb7af
#d3dbaf

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

Analogous Color

#afcfdb
#afc6db
#afbddb
#afb4db
#b3afdb

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

#afbddb
#dbafbd
#bddbaf

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

#afbddb
#dbafd3
#dbcdaf
#afdbb7

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

#afbddb
#dbcdaf
#d3dbaf
#b7afdb

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

#afbddb Color Code Preview on Black Background Color

This is how #afbddb Color will look on black background color. Color contrast ratio is 11.12

#afbddb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afbddb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afbddb

#afbddb color code is use for CSS Background Color

Background color for the above div is #afbddb

HTML with inline CSS

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

#afbddb color code is use for CSS Border Color

CSS Border color for the above div is #afbddb

HTML with inline CSS

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

CSS Border Left color for the above div is #afbddb

HTML with inline CSS

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

CSS Border Right color for the above div is #afbddb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afbddb

HTML with inline CSS

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

CSS Border Top color for the above div is #afbddb

HTML with inline CSS

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

#afbddb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afbddb Color code Preview on White Background

This is how #afbddb Color code will look on white background color. Color contrast ratio is 1.89

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

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,189,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(219,205,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,189,219,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.