crispedge.com

Color picker

Loading...

#a4dbee hex color - Blue - Cool color - Information

#a4dbee hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #a4dbee Color code in RGB color code model is created after adding 64.31% red color, 85.88% green color and 93.33% blue color. Hex #a4dbee Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 8% magenta, 0% yellow and 7% black.

Hex #a4dbee color code is between #aadddd web safe hex color code and #99ccff web safe hex color code. #aadddd is the nearest web safe color code. You can see here many more shades of #a4dbee color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea4dbee#a4dbee
RGB Decimal164, 219, 238rgb(164, 219, 238)
RGB Percent64%, 86%, 93%rgb(64%, 86%, 93%)
CSS RGBa164, 219, 238,1rgba(164,219,238,1)
CMYK Modelcmyk(31%,8%,0%,7%)
HSL Color Space195,69% ,79%hsl(195,69% ,79%)
HSV Color Space195°, 31%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001001101101111101110
Octal244333356
Decimal164219238
Hexa4dbee

Different shades of #a4dbee color code.

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

Light Shade of #a4dbee
#cfecf6
Dark Shade of #a4dbee
#79cae6
Saturated Shade of #a4dbee
#9fdef3
Desaturated Shade of #a4dbee
#a9d8e9
Grey scale Shade of #a4dbee
#c9c9c9
Brighten Shade
#bdf4ff
Most Readable Shade
#000000

Shades of #a4dbee color code

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

#a4dbee
#91c2d3
#7faab9
#6d929e
#5b7984
#486169
#36494f
#243034
#12181a
#000000

Similar Color like #a4dbee color

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

#a5dcef
#a6ddf0
#a7def1
#a8dff2
#a9e0f3
#aae1f4
#abe2f5
#ace3f6
#ade4f7
#aee5f8
#afe6f9
#b0e7fa
#b1e8fb
#b2e9fc
#a3daed
#a2d9ec
#a1d8eb
#a0d7ea
#9fd6e9
#9ed5e8
#9dd4e7
#9cd3e6
#9bd2e5
#9ad1e4
#99d0e3
#98cfe2
#97cee1
#96cde0

Monochromatic Color with #a4dbee

#a4dbee
#12171a
#2f3f44
#4c666e
#698d99
#87b4c3

Tints of #a4dbee Color

#a4dbee
#aedfef
#b8e3f1
#c2e7f3
#ccebf5
#d6eff7
#e0f3f9
#eaf7fb
#f4fbfd
#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

#a4dbee
#eeb7a4

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

Split Complementary

#a4dbee
#eea4b6
#eedca4

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

Analogous Color

#a4eee3
#a4eaee
#a4dbee
#a4ccee
#a4bdee

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

#a4dbee
#eea4db
#dbeea4

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

#a4dbee
#dca4ee
#eeb7a4
#b6eea4

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

#a4dbee
#eeb7a4
#eedca4
#a4b6ee

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

#a4dbee Color Code Preview on Black Background Color

This is how #a4dbee Color will look on black background color. Color contrast ratio is 13.95

#a4dbee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a4dbee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a4dbee

#a4dbee color code is use for CSS Background Color

Background color for the above div is #a4dbee

HTML with inline CSS

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

#a4dbee color code is use for CSS Border Color

CSS Border color for the above div is #a4dbee

HTML with inline CSS

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

CSS Border Left color for the above div is #a4dbee

HTML with inline CSS

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

CSS Border Right color for the above div is #a4dbee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a4dbee

HTML with inline CSS

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

CSS Border Top color for the above div is #a4dbee

HTML with inline CSS

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

#a4dbee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a4dbee Color code Preview on White Background

This is how #a4dbee Color code will look on white background color. Color contrast ratio is 1.51

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

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(164,219,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(238,183,164,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(164,219,238,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.