crispedge.com

Color picker

Loading...

#afc2eb hex color - Blue - Cool color - Information

#afc2eb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #afc2eb Color code in RGB color code model is created after adding 68.63% red color, 76.08% green color and 92.16% blue color. Hex #afc2eb Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 17% magenta, 0% yellow and 8% black.

Hex #afc2eb color code is between #aabbee web safe hex color code and #bbccdd web safe hex color code. #aabbee is the nearest web safe color code. You can see here many more shades of #afc2eb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafc2eb#afc2eb
RGB Decimal175, 194, 235rgb(175, 194, 235)
RGB Percent69%, 76%, 92%rgb(69%, 76%, 92%)
CSS RGBa175, 194, 235,1rgba(175,194,235,1)
CMYK Modelcmyk(26%,17%,0%,8%)
HSL Color Space221,60% ,80%hsl(221,60% ,80%)
HSV Color Space221°, 26%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111100001011101011
Octal257302353
Decimal175194235
Hexafc2eb

Different shades of #afc2eb color code.

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

Light Shade of #afc2eb
#d8e1f5
Dark Shade of #afc2eb
#86a3e1
Saturated Shade of #afc2eb
#aac0f0
Desaturated Shade of #afc2eb
#b4c4e6
Grey scale Shade of #afc2eb
#cdcdcd
Brighten Shade
#c8dbff
Most Readable Shade
#000000

Shades of #afc2eb color code

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

#afc2eb
#9bacd0
#8896b6
#74819c
#616b82
#4d5668
#3a404e
#262b34
#13151a
#000000

Similar Color like #afc2eb color

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

#b0c3ec
#b1c4ed
#b2c5ee
#b3c6ef
#b4c7f0
#b5c8f1
#b6c9f2
#b7caf3
#b8cbf4
#b9ccf5
#bacdf6
#bbcef7
#bccff8
#bdd0f9
#aec1ea
#adc0e9
#acbfe8
#abbee7
#aabde6
#a9bce5
#a8bbe4
#a7bae3
#a6b9e2
#a5b8e1
#a4b7e0
#a3b6df
#a2b5de
#a1b4dd

Monochromatic Color with #afc2eb

#afc2eb
#111316
#303641
#50596b
#707c96
#8f9fc0

Tints of #afc2eb Color

#afc2eb
#b7c8ed
#c0cfef
#c9d6f1
#d2ddf3
#dbe3f6
#e4eaf8
#edf1fa
#f6f8fc
#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

#afc2eb
#ebd8af

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

Split Complementary

#afc2eb
#ebbaaf
#e0ebaf

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

Analogous Color

#afdaeb
#afceeb
#afc2eb
#afb6eb
#b4afeb

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

#afc2eb
#ebafc2
#c2ebaf

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

#afc2eb
#ebafe0
#ebd8af
#afebba

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

#afc2eb
#ebd8af
#e0ebaf
#baafeb

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

#afc2eb Color Code Preview on Black Background Color

This is how #afc2eb Color will look on black background color. Color contrast ratio is 11.74

#afc2eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afc2eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afc2eb

#afc2eb color code is use for CSS Background Color

Background color for the above div is #afc2eb

HTML with inline CSS

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

#afc2eb color code is use for CSS Border Color

CSS Border color for the above div is #afc2eb

HTML with inline CSS

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

CSS Border Left color for the above div is #afc2eb

HTML with inline CSS

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

CSS Border Right color for the above div is #afc2eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afc2eb

HTML with inline CSS

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

CSS Border Top color for the above div is #afc2eb

HTML with inline CSS

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

#afc2eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afc2eb Color code Preview on White Background

This is how #afc2eb Color code will look on white background color. Color contrast ratio is 1.79

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

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,194,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(235,216,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,194,235,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.