crispedge.com

Color picker

Loading...

#a4ddff hex color - Blue - Cool color - Information

#a4ddff hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #a4ddff Color code in RGB color code model is created after adding 64.31% red color, 86.67% green color and 100% blue color. Hex #a4ddff Color code in CMYK color (process color) code model is generated after subtraction of 36% cyan, 13% magenta, 0% yellow and 0% black.

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

0 Likes 0 Comments | 14 Views

RGB Chart

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

Color Table

Hex Color Codea4ddff#a4ddff
RGB Decimal164, 221, 255rgb(164, 221, 255)
RGB Percent64%, 87%, 100%rgb(64%, 87%, 100%)
CSS RGBa164, 221, 255,1rgba(164,221,255,1)
CMYK Modelcmyk(36%,13%,0%,0%)
HSL Color Space202,100% ,82%hsl(202,100% ,82%)
HSV Color Space202°, 36%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001001101110111111111
Octal244335377
Decimal164221255
Hexa4ddff

Different shades of #a4ddff color code.

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

Light Shade of #a4ddff
#d7f0ff
Dark Shade of #a4ddff
#71caff
Saturated Shade of #a4ddff
#a4ddff
Desaturated Shade of #a4ddff
#a9dcfa
Grey scale Shade of #a4ddff
#d1d1d1
Brighten Shade
#bdf6ff
Most Readable Shade
#000000

Shades of #a4ddff color code

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

#a4ddff
#91c4e2
#7fabc6
#6d93aa
#5b7a8d
#486271
#364955
#243138
#12181c
#000000

Similar Color like #a4ddff color

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

#a5deff
#a6dfff
#a7e0ff
#a8e1ff
#a9e2ff
#aae3ff
#abe4ff
#ace5ff
#ade6ff
#aee7ff
#afe8ff
#b0e9ff
#b1eaff
#b2ebff
#a3dcfe
#a2dbfd
#a1dafc
#a0d9fb
#9fd8fa
#9ed7f9
#9dd6f8
#9cd5f7
#9bd4f6
#9ad3f5
#99d2f4
#98d1f3
#97d0f2
#96cff1

Monochromatic Color with #a4ddff

#a4ddff
#1b252a
#374a55
#526f80
#6d93aa
#89b8d4

Tints of #a4ddff Color

#a4ddff
#aee0ff
#b8e4ff
#c2e8ff
#ccecff
#d6efff
#e0f3ff
#eaf7ff
#f4fbff
#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

#a4ddff
#ffc6a4

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

Split Complementary

#a4ddff
#ffa4af
#fff4a4

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

Analogous Color

#a4fffd
#a4efff
#a4ddff
#a4cbff
#a4b9ff

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

#a4ddff
#ffa4dd
#ddffa4

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

#a4ddff
#f3a4ff
#ffc6a4
#afffa4

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

#a4ddff
#ffc6a4
#fff4a4
#a4afff

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

#a4ddff Color Code Preview on Black Background Color

This is how #a4ddff Color will look on black background color. Color contrast ratio is 14.37

#a4ddff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a4ddff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a4ddff

#a4ddff color code is use for CSS Background Color

Background color for the above div is #a4ddff

HTML with inline CSS

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

#a4ddff color code is use for CSS Border Color

CSS Border color for the above div is #a4ddff

HTML with inline CSS

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

CSS Border Left color for the above div is #a4ddff

HTML with inline CSS

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

CSS Border Right color for the above div is #a4ddff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a4ddff

HTML with inline CSS

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

CSS Border Top color for the above div is #a4ddff

HTML with inline CSS

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

#a4ddff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a4ddff Color code Preview on White Background

This is how #a4ddff Color code will look on white background color. Color contrast ratio is 1.46

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

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,221,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,198,164,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(164,221,255,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 14 Views

Post your comment:-

By submitting comment you agree to our privacy policy.