crispedge.com

Color picker

Loading...

#afbed9 hex color - Blue - Cool color - Information

#afbed9 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #afbed9 Color code in RGB color code model is created after adding 68.63% red color, 74.51% green color and 85.1% blue color. Hex #afbed9 Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 12% magenta, 0% yellow and 15% black.

Hex #afbed9 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 #afbed9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafbed9#afbed9
RGB Decimal175, 190, 217rgb(175, 190, 217)
RGB Percent69%, 75%, 85%rgb(69%, 75%, 85%)
CSS RGBa175, 190, 217,1rgba(175,190,217,1)
CMYK Modelcmyk(19%,12%,0%,15%)
HSL Color Space219,36% ,77%hsl(219,36% ,77%)
HSV Color Space219°, 19%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111011111011011001
Octal257276331
Decimal175190217
Hexafbed9

Different shades of #afbed9 color code.

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

Light Shade of #afbed9
#d2dae9
Dark Shade of #afbed9
#8ca2c9
Saturated Shade of #afbed9
#a9bcdf
Desaturated Shade of #afbed9
#b5c0d3
Grey scale Shade of #afbed9
#c4c4c4
Brighten Shade
#c8d7f2
Most Readable Shade
#000000

Shades of #afbed9 color code

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

#afbed9
#9ba8c0
#8893a8
#747e90
#616978
#4d5460
#3a3f48
#262a30
#131518
#000000

Similar Color like #afbed9 color

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

#b0bfda
#b1c0db
#b2c1dc
#b3c2dd
#b4c3de
#b5c4df
#b6c5e0
#b7c6e1
#b8c7e2
#b9c8e3
#bac9e4
#bbcae5
#bccbe6
#bdcce7
#aebdd8
#adbcd7
#acbbd6
#abbad5
#aab9d4
#a9b8d3
#a8b7d2
#a7b6d1
#a6b5d0
#a5b4cf
#a4b3ce
#a3b2cd
#a2b1cc
#a1b0cb

Monochromatic Color with #afbed9

#afbed9
#040404
#26292f
#484e59
#6a7484
#8d99ae

Tints of #afbed9 Color

#afbed9
#b7c5dd
#c0cce1
#c9d3e5
#d2dae9
#dbe2ee
#e4e9f2
#edf0f6
#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

#afbed9
#d9caaf

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

Split Complementary

#afbed9
#d9b5af
#d3d9af

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

Analogous Color

#afcfd9
#afc6d9
#afbed9
#afb6d9
#b1afd9

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

#afbed9
#d9afbe
#bed9af

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

#afbed9
#d9afd3
#d9caaf
#afd9b5

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

#afbed9
#d9caaf
#d3d9af
#b5afd9

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

#afbed9 Color Code Preview on Black Background Color

This is how #afbed9 Color will look on black background color. Color contrast ratio is 11.19

#afbed9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afbed9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afbed9

#afbed9 color code is use for CSS Background Color

Background color for the above div is #afbed9

HTML with inline CSS

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

#afbed9 color code is use for CSS Border Color

CSS Border color for the above div is #afbed9

HTML with inline CSS

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

CSS Border Left color for the above div is #afbed9

HTML with inline CSS

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

CSS Border Right color for the above div is #afbed9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afbed9

HTML with inline CSS

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

CSS Border Top color for the above div is #afbed9

HTML with inline CSS

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

#afbed9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afbed9 Color code Preview on White Background

This is how #afbed9 Color code will look on white background color. Color contrast ratio is 1.88

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

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,190,217,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(217,202,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,190,217,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.