Skip to main content Skip to docs navigation

#adeaf5 hex color | Light Blue & Cool color | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Azure Sky and its hex is #B0E0F6 Nearest Color Name

Color Hue/Base color: Blue

Hex #adeaf5 Color code in RGB color code model is created after adding 67.84% red color, 91.76% green color and 96.08% blue color. Hex #adeaf5 Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 4% magenta, 0% yellow and 3.92% black.

Hex #adeaf5 color code is between #aaeeee web safe hex color code and #bbddff web safe hex color code. #aaeeee is the nearest web safe color code. You can see here many more shades of #adeaf5 color code.

RGB Chart

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

Color Table

Hex Color Code adeaf5 #adeaf5
RGB Decimal 173, 234, 245 173, 234, 245
RGB Percent 68%, 92%, 96% rgb(68%, 92%, 96%)
CSS RGBa 173, 234, 245,1 rgba(173,234,245,1)
CMYK Model cmyk(29%,4%,0%,3.92%)
HSL Color Space 189,78% ,82% hsl(189,78% ,82%)
HSV Color Space 189°, 29%, 96%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101101 11101010 11110101
Octal 255 352 365
Decimal 173 234 245
Hex ad ea f5

Different shades of #adeaf5 color code.

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

Darkest of #adeaf5
#25c7e4
Darker of #adeaf5
#52d3ea
Dark of #adeaf5
#80deef
Base of #adeaf5
#adeaf5
Light of #adeaf5
#daf6fb
Lighter
#ffffff
Lightest
#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

#adeaf5
#f5b8ad

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

Split Complementary

#adeaf5
#f5adc6
#f5dcad

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

Analogous Color

#adf5d6
#adf5e2
#adeaf5
#add2f5
#adb4f5

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

#adeaf5
#eaf5ad
#f5adea

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

#adeaf5
#f5adea
#f5b8ad
#adf5b8

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#adeaf5
#dcadf5
#f5b8ad
#c6f5ad

Square 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).

Monochromatic Color with #adeaf5

#17a5bf
#25c7e4
#52d3ea
#80deef
#adeaf5
#daf6fb
#ffffff
#ffffff
#ffffff

Tints of #adeaf5 Color

#adeaf5
#b6ecf6
#bfeef7
#c8f1f8
#d1f3f9
#daf5fa
#e3f8fb
#ecfafc
#f5fcfd
#ffffff

Shades of #adeaf5 color code

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

#adeaf5
#99d0d9
#86b6be
#739ca3
#608288
#4c686c
#394e51
#263436
#131a1b
#000000

Tones

#adeaf5
#b6e4ec
#bfdde3
#c9d7d9
#d1d1d1

Tones

Similar Color like #adeaf5 color

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

#aeebf6
#afecf7
#b0edf8
#b1eef9
#b2effa
#b3f0fb
#b4f1fc
#b5f2fd
#b6f3fe
#b7f4ff
#b8f5ff
#b9f6ff
#baf7ff
#bbf8ff
#ace9f4
#abe8f3
#aae7f2
#a9e6f1
#a8e5f0
#a7e4ef
#a6e3ee
#a5e2ed
#a4e1ec
#a3e0eb
#a2dfea
#a1dee9
#a0dde8
#9fdce7

Download this

Hex #adeaf5 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.

#adeaf5 Color Code Preview on Black Background Color

This is how #adeaf5 Color will look on black background color. Color contrast ratio is 15.86

#adeaf5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adeaf5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adeaf5

#adeaf5 color code is use for CSS Background Color

Background color for the above div is #adeaf5

HTML with inline CSS

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

#adeaf5 color code is use for CSS Border Color

CSS Border color for the above div is #adeaf5

HTML with inline CSS

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

CSS Border Left color for the above div is #adeaf5

HTML with inline CSS

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

CSS Border Right color for the above div is #adeaf5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adeaf5

HTML with inline CSS

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

CSS Border Top color for the above div is #adeaf5

HTML with inline CSS

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

#adeaf5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adeaf5 Color code Preview on White Background

This is how #adeaf5 Color code will look on white background color. Color contrast ratio is 1.32

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

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(173,234,245,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(245,184,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,234,245,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }