crispedge.com

Color picker

Loading...

#afbbe3 hex color - Blue - Cool color - Information

#afbbe3 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #afbbe3 Color code in RGB color code model is created after adding 68.63% red color, 73.33% green color and 89.02% blue color. Hex #afbbe3 Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 18% magenta, 0% yellow and 11% black.

Hex #afbbe3 color code is between #aaaadd web safe hex color code and #bbccee web safe hex color code. #aaaadd is the nearest web safe color code. You can see here many more shades of #afbbe3 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafbbe3#afbbe3
RGB Decimal175, 187, 227rgb(175, 187, 227)
RGB Percent69%, 73%, 89%rgb(69%, 73%, 89%)
CSS RGBa175, 187, 227,1rgba(175,187,227,1)
CMYK Modelcmyk(23%,18%,0%,11%)
HSL Color Space226,48% ,79%hsl(226,48% ,79%)
HSV Color Space226°, 23%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111011101111100011
Octal257273343
Decimal175187227
Hexafbbe3

Different shades of #afbbe3 color code.

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

Light Shade of #afbbe3
#d5dbf0
Dark Shade of #afbbe3
#899bd6
Saturated Shade of #afbbe3
#aab8e8
Desaturated Shade of #afbbe3
#b4bede
Grey scale Shade of #afbbe3
#c9c9c9
Brighten Shade
#c8d4fc
Most Readable Shade
#000000

Shades of #afbbe3 color code

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

#afbbe3
#9ba6c9
#8891b0
#747c97
#61677e
#4d5364
#3a3e4b
#262932
#131419
#000000

Similar Color like #afbbe3 color

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

#b0bce4
#b1bde5
#b2bee6
#b3bfe7
#b4c0e8
#b5c1e9
#b6c2ea
#b7c3eb
#b8c4ec
#b9c5ed
#bac6ee
#bbc7ef
#bcc8f0
#bdc9f1
#aebae2
#adb9e1
#acb8e0
#abb7df
#aab6de
#a9b5dd
#a8b4dc
#a7b3db
#a6b2da
#a5b1d9
#a4b0d8
#a3afd7
#a2aed6
#a1add5

Monochromatic Color with #afbbe3

#afbbe3
#0b0c0e
#2c2f39
#4d5263
#6d758e
#8e98b8

Tints of #afbbe3 Color

#afbbe3
#b7c2e6
#c0cae9
#c9d1ec
#d2d9ef
#dbe0f2
#e4e8f5
#edeff8
#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

#afbbe3
#e3d7af

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

Split Complementary

#afbbe3
#e3bdaf
#d5e3af

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

Analogous Color

#afd0e3
#afc5e3
#afbbe3
#afb1e3
#b8afe3

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

#afbbe3
#e3afbb
#bbe3af

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

#afbbe3
#e3afd5
#e3d7af
#afe3bd

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

#afbbe3
#e3d7af
#d5e3af
#bdafe3

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

#afbbe3 Color Code Preview on Black Background Color

This is how #afbbe3 Color will look on black background color. Color contrast ratio is 11.04

#afbbe3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afbbe3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afbbe3

#afbbe3 color code is use for CSS Background Color

Background color for the above div is #afbbe3

HTML with inline CSS

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

#afbbe3 color code is use for CSS Border Color

CSS Border color for the above div is #afbbe3

HTML with inline CSS

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

CSS Border Left color for the above div is #afbbe3

HTML with inline CSS

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

CSS Border Right color for the above div is #afbbe3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afbbe3

HTML with inline CSS

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

CSS Border Top color for the above div is #afbbe3

HTML with inline CSS

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

#afbbe3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afbbe3 Color code Preview on White Background

This is how #afbbe3 Color code will look on white background color. Color contrast ratio is 1.90

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

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,187,227,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(227,215,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,187,227,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.