@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#afbeec hex color - Blue - Cool color - Information

#afbeec hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code afbeec #afbeec
RGB Decimal 175, 190, 236 rgb(175, 190, 236)
RGB Percent 69%, 75%, 93% rgb(69%, 75%, 93%)
CSS RGBa 175, 190, 236,1 rgba(175,190,236,1)
CMYK Model cmyk(26%,19%,0%,7.45%)
HSL Color Space 225,62% ,81% hsl(225,62% ,81%)
HSV Color Space 225°, 26%, 93%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101111 10111110 11101100
Octal 257 276 354
Decimal 175 190 236
Hex af be ec

Different shades of #afbeec color code.

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

Light Shade of #afbeec
#d8dff6
Dark Shade of #afbeec
#869ce2
Saturated Shade of #afbeec
#aabbf1
Desaturated Shade of #afbeec
#b4c0e7
Grey scale Shade of #afbeec
#cdcdcd
Brighten Shade
#c8d7ff
Most Readable Shade
#000000

Shades of #afbeec color code

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

#afbeec
#9ba8d1
#8893b7
#747e9d
#616983
#4d5468
#3a3f4e
#262a34
#13151a
#000000

Similar Color like #afbeec color

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

#b0bfed
#b1c0ee
#b2c1ef
#b3c2f0
#b4c3f1
#b5c4f2
#b6c5f3
#b7c6f4
#b8c7f5
#b9c8f6
#bac9f7
#bbcaf8
#bccbf9
#bdccfa
#aebdeb
#adbcea
#acbbe9
#abbae8
#aab9e7
#a9b8e6
#a8b7e5
#a7b6e4
#a6b5e3
#a5b4e2
#a4b3e1
#a3b2e0
#a2b1df
#a1b0de

Monochromatic Color with #afbeec

#afbeec
#111317
#313542
#50576c
#707a97
#8f9cc1

Tints of #afbeec Color

#afbeec
#b7c5ee
#c0ccf0
#c9d3f2
#d2daf4
#dbe2f6
#e4e9f8
#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

#afbeec
#ecddaf

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

Split Complementary

#afbeec
#ecbfaf
#ddecaf

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

Analogous Color

#afd6ec
#afcaec
#afbeec
#afb2ec
#b8afec

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

#afbeec
#ecafbe
#beecaf

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

#afbeec
#ecafdc
#ecddaf
#afecbe

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

#afbeec
#ecddaf
#ddecaf
#bfafec

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

#afbeec Color Code Preview on Black Background Color

This is how #afbeec Color will look on black background color. Color contrast ratio is 11.40

#afbeec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afbeec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afbeec

#afbeec color code is use for CSS Background Color

Background color for the above div is #afbeec

HTML with inline CSS

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

#afbeec color code is use for CSS Border Color

CSS Border color for the above div is #afbeec

HTML with inline CSS

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

CSS Border Left color for the above div is #afbeec

HTML with inline CSS

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

CSS Border Right color for the above div is #afbeec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afbeec

HTML with inline CSS

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

CSS Border Top color for the above div is #afbeec

HTML with inline CSS

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

#afbeec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afbeec Color code Preview on White Background

This is how #afbeec Color code will look on white background color. Color contrast ratio is 1.84

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

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