crispedge.com

Color picker

Loading...

#afdaed hex color - Blue - Cool color - Information

#afdaed hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafdaed#afdaed
RGB Decimal175, 218, 237rgb(175, 218, 237)
RGB Percent69%, 85%, 93%rgb(69%, 85%, 93%)
CSS RGBa175, 218, 237,1rgba(175,218,237,1)
CMYK Modelcmyk(26%,8%,0%,7%)
HSL Color Space198,63% ,81%hsl(198,63% ,81%)
HSV Color Space198°, 26%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111101101011101101
Octal257332355
Decimal175218237
Hexafdaed

Different shades of #afdaed color code.

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

Light Shade of #afdaed
#d9edf6
Dark Shade of #afdaed
#85c7e4
Saturated Shade of #afdaed
#aadcf2
Desaturated Shade of #afdaed
#b4d8e8
Grey scale Shade of #afdaed
#cecece
Brighten Shade
#c8f3ff
Most Readable Shade
#000000

Shades of #afdaed color code

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

#afdaed
#9bc1d2
#88a9b8
#74919e
#617983
#4d6069
#3a484f
#263034
#13181a
#000000

Similar Color like #afdaed color

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

#b0dbee
#b1dcef
#b2ddf0
#b3def1
#b4dff2
#b5e0f3
#b6e1f4
#b7e2f5
#b8e3f6
#b9e4f7
#bae5f8
#bbe6f9
#bce7fa
#bde8fb
#aed9ec
#add8eb
#acd7ea
#abd6e9
#aad5e8
#a9d4e7
#a8d3e6
#a7d2e5
#a6d1e4
#a5d0e3
#a4cfe2
#a3cee1
#a2cde0
#a1ccdf

Monochromatic Color with #afdaed

#afdaed
#121718
#313e43
#51656d
#708c98
#90b3c2

Tints of #afdaed Color

#afdaed
#b7deef
#c0e2f1
#c9e6f3
#d2eaf5
#dbeef7
#e4f2f9
#edf6fb
#f6fafd
#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

#afdaed
#edc2af

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

Split Complementary

#afdaed
#edafbb
#ede1af

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

Analogous Color

#afede7
#afe6ed
#afdaed
#afceed
#afc1ed

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

#afdaed
#edafda
#daedaf

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

#afdaed
#e1afed
#edc2af
#bbedaf

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

#afdaed
#edc2af
#ede1af
#afbbed

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

#afdaed Color Code Preview on Black Background Color

This is how #afdaed Color will look on black background color. Color contrast ratio is 14.07

#afdaed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afdaed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afdaed

#afdaed color code is use for CSS Background Color

Background color for the above div is #afdaed

HTML with inline CSS

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

#afdaed color code is use for CSS Border Color

CSS Border color for the above div is #afdaed

HTML with inline CSS

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

CSS Border Left color for the above div is #afdaed

HTML with inline CSS

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

CSS Border Right color for the above div is #afdaed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afdaed

HTML with inline CSS

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

CSS Border Top color for the above div is #afdaed

HTML with inline CSS

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

#afdaed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afdaed Color code Preview on White Background

This is how #afdaed Color code will look on white background color. Color contrast ratio is 1.49

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

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