crispedge.com

Color picker

Loading...

#afe5ed hex color - Blue - Cool color - Information

#afe5ed hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #afe5ed Color code in RGB color code model is created after adding 68.63% red color, 89.8% green color and 92.94% blue color. Hex #afe5ed Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 3% magenta, 0% yellow and 7% black.

Hex #afe5ed color code is between #aaddee web safe hex color code and #bbeedd web safe hex color code. #aaddee is the nearest web safe color code. You can see here many more shades of #afe5ed color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafe5ed#afe5ed
RGB Decimal175, 229, 237rgb(175, 229, 237)
RGB Percent69%, 90%, 93%rgb(69%, 90%, 93%)
CSS RGBa175, 229, 237,1rgba(175,229,237,1)
CMYK Modelcmyk(26%,3%,0%,7%)
HSL Color Space188,63% ,81%hsl(188,63% ,81%)
HSV Color Space188°, 26%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111110010111101101
Octal257345355
Decimal175229237
Hexafe5ed

Different shades of #afe5ed color code.

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

Light Shade of #afe5ed
#d9f3f6
Dark Shade of #afe5ed
#85d7e4
Saturated Shade of #afe5ed
#aae9f2
Desaturated Shade of #afe5ed
#b4e1e8
Grey scale Shade of #afe5ed
#cecece
Brighten Shade
#c8feff
Most Readable Shade
#000000

Shades of #afe5ed color code

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

#afe5ed
#9bcbd2
#88b2b8
#74989e
#617f83
#4d6569
#3a4c4f
#263234
#13191a
#000000

Similar Color like #afe5ed color

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

#b0e6ee
#b1e7ef
#b2e8f0
#b3e9f1
#b4eaf2
#b5ebf3
#b6ecf4
#b7edf5
#b8eef6
#b9eff7
#baf0f8
#bbf1f9
#bcf2fa
#bdf3fb
#aee4ec
#ade3eb
#ace2ea
#abe1e9
#aae0e8
#a9dfe7
#a8dee6
#a7dde5
#a6dce4
#a5dbe3
#a4dae2
#a3d9e1
#a2d8e0
#a1d7df

Monochromatic Color with #afe5ed

#afe5ed
#121818
#314143
#516a6d
#709398
#90bcc2

Tints of #afe5ed Color

#afe5ed
#b7e7ef
#c0eaf1
#c9edf3
#d2f0f5
#dbf3f7
#e4f6f9
#edf9fb
#f6fcfd
#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

#afe5ed
#edb7af

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

Split Complementary

#afe5ed
#edafc6
#edd6af

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

Analogous Color

#afeddc
#afede9
#afe5ed
#afd9ed
#afcced

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

#afe5ed
#edafe5
#e5edaf

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

#afe5ed
#d6afed
#edb7af
#c6edaf

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

#afe5ed
#edb7af
#edd6af
#afc6ed

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

#afe5ed Color Code Preview on Black Background Color

This is how #afe5ed Color will look on black background color. Color contrast ratio is 15.25

#afe5ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afe5ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afe5ed

#afe5ed color code is use for CSS Background Color

Background color for the above div is #afe5ed

HTML with inline CSS

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

#afe5ed color code is use for CSS Border Color

CSS Border color for the above div is #afe5ed

HTML with inline CSS

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

CSS Border Left color for the above div is #afe5ed

HTML with inline CSS

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

CSS Border Right color for the above div is #afe5ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afe5ed

HTML with inline CSS

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

CSS Border Top color for the above div is #afe5ed

HTML with inline CSS

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

#afe5ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afe5ed Color code Preview on White Background

This is how #afe5ed Color code will look on white background color. Color contrast ratio is 1.38

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

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,229,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,183,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,229,237,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.