crispedge.com

Color picker

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

#a3cddd hex color - Blue - Cool color - Information

#a3cddd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #a3cddd Color code in RGB color code model is created after adding 63.92% red color, 80.39% green color and 86.67% blue color. Hex #a3cddd Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 7% magenta, 0% yellow and 13% black.

Hex #a3cddd color code is between #aacccc web safe hex color code and #99ddee web safe hex color code. #aacccc is the nearest web safe color code. You can see here many more shades of #a3cddd color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea3cddd#a3cddd
RGB Decimal163, 205, 221rgb(163, 205, 221)
RGB Percent64%, 80%, 87%rgb(64%, 80%, 87%)
CSS RGBa163, 205, 221,1rgba(163,205,221,1)
CMYK Modelcmyk(26%,7%,0%,13%)
HSL Color Space197,46% ,75%hsl(197,46% ,75%)
HSV Color Space197°, 26%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101000111100110111011101
Octal243315335
Decimal163205221
Hexa3cddd

Different shades of #a3cddd color code.

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

Light Shade of #a3cddd
#c8e1eb
Dark Shade of #a3cddd
#7eb9cf
Saturated Shade of #a3cddd
#9dd0e3
Desaturated Shade of #a3cddd
#a9cad7
Grey scale Shade of #a3cddd
#c0c0c0
Brighten Shade
#bce6f6
Most Readable Shade
#000000

Shades of #a3cddd color code

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

#a3cddd
#90b6c4
#7e9fab
#6c8893
#5a717a
#485b62
#364449
#242d31
#121618
#000000

Similar Color like #a3cddd color

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

#a4cede
#a5cfdf
#a6d0e0
#a7d1e1
#a8d2e2
#a9d3e3
#aad4e4
#abd5e5
#acd6e6
#add7e7
#aed8e8
#afd9e9
#b0daea
#b1dbeb
#a2ccdc
#a1cbdb
#a0cada
#9fc9d9
#9ec8d8
#9dc7d7
#9cc6d6
#9bc5d5
#9ac4d4
#99c3d3
#98c2d2
#97c1d1
#96c0d0
#95bfcf

Monochromatic Color with #a3cddd

#a3cddd
#060808
#262f33
#45575d
#647e88
#84a6b3

Tints of #a3cddd Color

#a3cddd
#add2e0
#b7d8e4
#c1dde8
#cbe3ec
#d6e8ef
#e0eef3
#eaf3f7
#f4f9fb
#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

#a3cddd
#ddb3a3

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

Split Complementary

#a3cddd
#dda3b0
#ddd0a3

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

Analogous Color

#a3ddd6
#a3d9dd
#a3cddd
#a3c1dd
#a3b6dd

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

#a3cddd
#dda3cd
#cddda3

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

#a3cddd
#d0a3dd
#ddb3a3
#b0dda3

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

#a3cddd
#ddb3a3
#ddd0a3
#a3b0dd

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

#a3cddd Color Code Preview on Black Background Color

This is how #a3cddd Color will look on black background color. Color contrast ratio is 12.33

#a3cddd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a3cddd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a3cddd

#a3cddd color code is use for CSS Background Color

Background color for the above div is #a3cddd

HTML with inline CSS

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

#a3cddd color code is use for CSS Border Color

CSS Border color for the above div is #a3cddd

HTML with inline CSS

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

CSS Border Left color for the above div is #a3cddd

HTML with inline CSS

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

CSS Border Right color for the above div is #a3cddd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a3cddd

HTML with inline CSS

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

CSS Border Top color for the above div is #a3cddd

HTML with inline CSS

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

#a3cddd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a3cddd Color code Preview on White Background

This is how #a3cddd Color code will look on white background color. Color contrast ratio is 1.70

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.