crispedge.com

Color picker

Loading...

#a7ddef hex color - Blue - Cool color - Information

#a7ddef hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #a7ddef Color code in RGB color code model is created after adding 65.49% red color, 86.67% green color and 93.73% blue color. Hex #a7ddef Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 8% magenta, 0% yellow and 6% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea7ddef#a7ddef
RGB Decimal167, 221, 239rgb(167, 221, 239)
RGB Percent65%, 87%, 94%rgb(65%, 87%, 94%)
CSS RGBa167, 221, 239,1rgba(167,221,239,1)
CMYK Modelcmyk(30%,8%,0%,6%)
HSL Color Space195,69% ,80%hsl(195,69% ,80%)
HSV Color Space195°, 30%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001111101110111101111
Octal247335357
Decimal167221239
Hexa7ddef

Different shades of #a7ddef color code.

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

Light Shade of #a7ddef
#d2eef7
Dark Shade of #a7ddef
#7ccce7
Saturated Shade of #a7ddef
#a2e0f4
Desaturated Shade of #a7ddef
#acdaea
Grey scale Shade of #a7ddef
#cbcbcb
Brighten Shade
#c0f6ff
Most Readable Shade
#000000

Shades of #a7ddef color code

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

#a7ddef
#94c4d4
#81abb9
#6f939f
#5c7a84
#4a626a
#37494f
#253135
#12181a
#000000

Similar Color like #a7ddef color

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

#a8def0
#a9dff1
#aae0f2
#abe1f3
#ace2f4
#ade3f5
#aee4f6
#afe5f7
#b0e6f8
#b1e7f9
#b2e8fa
#b3e9fb
#b4eafc
#b5ebfd
#a6dcee
#a5dbed
#a4daec
#a3d9eb
#a2d8ea
#a1d7e9
#a0d6e8
#9fd5e7
#9ed4e6
#9dd3e5
#9cd2e4
#9bd1e3
#9ad0e2
#99cfe1

Monochromatic Color with #a7ddef

#a7ddef
#13181a
#304045
#4e676f
#6c8e9a
#89b6c4

Tints of #a7ddef Color

#a7ddef
#b0e0f0
#bae4f2
#c4e8f4
#ceecf6
#d7eff7
#e1f3f9
#ebf7fb
#f5fbfd
#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

#a7ddef
#efb9a7

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

Split Complementary

#a7ddef
#efa7b9
#efdda7

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

Analogous Color

#a7efe4
#a7ebef
#a7ddef
#a7cfef
#a7c0ef

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

#a7ddef
#efa7dd
#ddefa7

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

#a7ddef
#dda7ef
#efb9a7
#b9efa7

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

#a7ddef
#efb9a7
#efdda7
#a7b9ef

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

#a7ddef Color Code Preview on Black Background Color

This is how #a7ddef Color will look on black background color. Color contrast ratio is 14.23

#a7ddef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a7ddef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a7ddef

#a7ddef color code is use for CSS Background Color

Background color for the above div is #a7ddef

HTML with inline CSS

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

#a7ddef color code is use for CSS Border Color

CSS Border color for the above div is #a7ddef

HTML with inline CSS

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

CSS Border Left color for the above div is #a7ddef

HTML with inline CSS

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

CSS Border Right color for the above div is #a7ddef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a7ddef

HTML with inline CSS

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

CSS Border Top color for the above div is #a7ddef

HTML with inline CSS

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

#a7ddef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a7ddef Color code Preview on White Background

This is how #a7ddef Color code will look on white background color. Color contrast ratio is 1.48

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

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(167,221,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(239,185,167,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(167,221,239,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.