crispedge.com

Color picker

Loading...

#aadbeb hex color - Blue - Cool color - Information

#aadbeb hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaadbeb#aadbeb
RGB Decimal170, 219, 235rgb(170, 219, 235)
RGB Percent67%, 86%, 92%rgb(67%, 86%, 92%)
CSS RGBa170, 219, 235,1rgba(170,219,235,1)
CMYK Modelcmyk(28%,7%,0%,8%)
HSL Color Space195,62% ,79%hsl(195,62% ,79%)
HSV Color Space195°, 28%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101101101111101011
Octal252333353
Decimal170219235
Hexaadbeb

Different shades of #aadbeb color code.

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

Light Shade of #aadbeb
#d3ecf5
Dark Shade of #aadbeb
#81cae1
Saturated Shade of #aadbeb
#a5def0
Desaturated Shade of #aadbeb
#afd8e6
Grey scale Shade of #aadbeb
#cacaca
Brighten Shade
#c3f4ff
Most Readable Shade
#000000

Shades of #aadbeb color code

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

#aadbeb
#97c2d0
#84aab6
#71929c
#5e7982
#4b6168
#38494e
#253034
#12181a
#000000

Similar Color like #aadbeb color

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

#abdcec
#acdded
#addeee
#aedfef
#afe0f0
#b0e1f1
#b1e2f2
#b2e3f3
#b3e4f4
#b4e5f5
#b5e6f6
#b6e7f7
#b7e8f8
#b8e9f9
#a9daea
#a8d9e9
#a7d8e8
#a6d7e7
#a5d6e6
#a4d5e5
#a3d4e4
#a2d3e3
#a1d2e2
#a0d1e1
#9fd0e0
#9ecfdf
#9dcede
#9ccddd

Monochromatic Color with #aadbeb

#aadbeb
#101516
#2f3d41
#4e646b
#6d8c96
#8bb3c0

Tints of #aadbeb Color

#aadbeb
#b3dfed
#bce3ef
#c6e7f1
#cfebf3
#d9eff6
#e2f3f8
#ecf7fa
#f5fbfc
#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

#aadbeb
#ebbaaa

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

Split Complementary

#aadbeb
#ebaabb
#ebdbaa

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

Analogous Color

#aaebe1
#aae8eb
#aadbeb
#aaceeb
#aac1eb

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

#aadbeb
#ebaadb
#dbebaa

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

#aadbeb
#daaaeb
#ebbaaa
#baebaa

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

#aadbeb
#ebbaaa
#ebdbaa
#aabbeb

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

#aadbeb Color Code Preview on Black Background Color

This is how #aadbeb Color will look on black background color. Color contrast ratio is 14.04

#aadbeb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aadbeb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aadbeb

#aadbeb color code is use for CSS Background Color

Background color for the above div is #aadbeb

HTML with inline CSS

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

#aadbeb color code is use for CSS Border Color

CSS Border color for the above div is #aadbeb

HTML with inline CSS

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

CSS Border Left color for the above div is #aadbeb

HTML with inline CSS

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

CSS Border Right color for the above div is #aadbeb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aadbeb

HTML with inline CSS

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

CSS Border Top color for the above div is #aadbeb

HTML with inline CSS

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

#aadbeb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aadbeb Color code Preview on White Background

This is how #aadbeb Color code will look on white background color. Color contrast ratio is 1.50

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

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(170,219,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(235,186,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,219,235,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.