crispedge.com

Color picker

Loading...

#afbceb hex color - Blue - Cool color - Information

#afbceb hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafbceb#afbceb
RGB Decimal175, 188, 235rgb(175, 188, 235)
RGB Percent69%, 74%, 92%rgb(69%, 74%, 92%)
CSS RGBa175, 188, 235,1rgba(175,188,235,1)
CMYK Modelcmyk(26%,20%,0%,8%)
HSL Color Space227,60% ,80%hsl(227,60% ,80%)
HSV Color Space227°, 26%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111011110011101011
Octal257274353
Decimal175188235
Hexafbceb

Different shades of #afbceb color code.

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

Light Shade of #afbceb
#d8def5
Dark Shade of #afbceb
#869ae1
Saturated Shade of #afbceb
#aab9f0
Desaturated Shade of #afbceb
#b4bfe6
Grey scale Shade of #afbceb
#cdcdcd
Brighten Shade
#c8d5ff
Most Readable Shade
#000000

Shades of #afbceb color code

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

#afbceb
#9ba7d0
#8892b6
#747d9c
#616882
#4d5368
#3a3e4e
#262934
#13141a
#000000

Similar Color like #afbceb color

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

#b0bdec
#b1beed
#b2bfee
#b3c0ef
#b4c1f0
#b5c2f1
#b6c3f2
#b7c4f3
#b8c5f4
#b9c6f5
#bac7f6
#bbc8f7
#bcc9f8
#bdcaf9
#aebbea
#adbae9
#acb9e8
#abb8e7
#aab7e6
#a9b6e5
#a8b5e4
#a7b4e3
#a6b3e2
#a5b2e1
#a4b1e0
#a3b0df
#a2afde
#a1aedd

Monochromatic Color with #afbceb

#afbceb
#111216
#303441
#50566b
#707896
#8f9ac0

Tints of #afbceb Color

#afbceb
#b7c3ed
#c0caef
#c9d2f1
#d2d9f3
#dbe1f6
#e4e8f8
#edf0fa
#f6f7fc
#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

#afbceb
#ebdeaf

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

Split Complementary

#afbceb
#ebc0af
#daebaf

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

Analogous Color

#afd4eb
#afc8eb
#afbceb
#afb0eb
#baafeb

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

#afbceb
#ebafbc
#bcebaf

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

#afbceb
#ebafda
#ebdeaf
#afebc0

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

#afbceb
#ebdeaf
#daebaf
#c0afeb

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

#afbceb Color Code Preview on Black Background Color

This is how #afbceb Color will look on black background color. Color contrast ratio is 11.22

#afbceb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afbceb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afbceb

#afbceb color code is use for CSS Background Color

Background color for the above div is #afbceb

HTML with inline CSS

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

#afbceb color code is use for CSS Border Color

CSS Border color for the above div is #afbceb

HTML with inline CSS

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

CSS Border Left color for the above div is #afbceb

HTML with inline CSS

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

CSS Border Right color for the above div is #afbceb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afbceb

HTML with inline CSS

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

CSS Border Top color for the above div is #afbceb

HTML with inline CSS

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

#afbceb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afbceb Color code Preview on White Background

This is how #afbceb Color code will look on white background color. Color contrast ratio is 1.87

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

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