crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#afd3ea hex color - Blue - Cool color - Information

#afd3ea hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #afd3ea Color code in RGB color code model is created after adding 68.63% red color, 82.75% green color and 91.76% blue color. Hex #afd3ea Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 10% magenta, 0% yellow and 8% black.

Hex #afd3ea color code is between #aaccee web safe hex color code and #bbdddd web safe hex color code. #aaccee is the nearest web safe color code. You can see here many more shades of #afd3ea color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeafd3ea#afd3ea
RGB Decimal175, 211, 234rgb(175, 211, 234)
RGB Percent69%, 83%, 92%rgb(69%, 83%, 92%)
CSS RGBa175, 211, 234,1rgba(175,211,234,1)
CMYK Modelcmyk(25%,10%,0%,8%)
HSL Color Space203,58% ,80%hsl(203,58% ,80%)
HSV Color Space203°, 25%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111101001111101010
Octal257323352
Decimal175211234
Hexafd3ea

Different shades of #afd3ea color code.

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

Light Shade of #afd3ea
#d7e9f5
Dark Shade of #afd3ea
#87bddf
Saturated Shade of #afd3ea
#aad4ef
Desaturated Shade of #afd3ea
#b4d2e5
Grey scale Shade of #afd3ea
#cccccc
Brighten Shade
#c8ecff
Most Readable Shade
#000000

Shades of #afd3ea color code

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

#afd3ea
#9bbbd0
#88a4b6
#748c9c
#617582
#4d5d68
#3a464e
#262e34
#13171a
#000000

Similar Color like #afd3ea color

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

#b0d4eb
#b1d5ec
#b2d6ed
#b3d7ee
#b4d8ef
#b5d9f0
#b6daf1
#b7dbf2
#b8dcf3
#b9ddf4
#badef5
#bbdff6
#bce0f7
#bde1f8
#aed2e9
#add1e8
#acd0e7
#abcfe6
#aacee5
#a9cde4
#a8cce3
#a7cbe2
#a6cae1
#a5c9e0
#a4c8df
#a3c7de
#a2c6dd
#a1c5dc

Monochromatic Color with #afd3ea

#afd3ea
#101315
#303a40
#50606a
#6f8695
#8fadbf

Tints of #afd3ea Color

#afd3ea
#b7d7ec
#c0dcee
#c9e1f1
#d2e6f3
#dbebf5
#e4f0f8
#edf5fa
#f6fafc
#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

#afd3ea
#eac6af

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

Split Complementary

#afd3ea
#eaafb6
#eae4af

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

Analogous Color

#afeae9
#afdfea
#afd3ea
#afc7ea
#afbbea

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

#afd3ea
#eaafd3
#d3eaaf

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

#afd3ea
#e3afea
#eac6af
#b5eaaf

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

#afd3ea
#eac6af
#eae4af
#afb6ea

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

#afd3ea Color Code Preview on Black Background Color

This is how #afd3ea Color will look on black background color. Color contrast ratio is 13.33

#afd3ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afd3ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afd3ea

#afd3ea color code is use for CSS Background Color

Background color for the above div is #afd3ea

HTML with inline CSS

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

#afd3ea color code is use for CSS Border Color

CSS Border color for the above div is #afd3ea

HTML with inline CSS

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

CSS Border Left color for the above div is #afd3ea

HTML with inline CSS

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

CSS Border Right color for the above div is #afd3ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afd3ea

HTML with inline CSS

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

CSS Border Top color for the above div is #afd3ea

HTML with inline CSS

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

#afd3ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afd3ea Color code Preview on White Background

This is how #afd3ea Color code will look on white background color. Color contrast ratio is 1.58

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.