crispedge.com

Color picker

Loading...

#aaefeb hex color - Blue - Cool color - Information

#aaefeb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #aaefeb Color code in RGB color code model is created after adding 66.67% red color, 93.73% green color and 92.16% blue color. Hex #aaefeb Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 0% magenta, 2% yellow and 6% black.

Hex #aaefeb color code is between #99eeee web safe hex color code and #bbffdd web safe hex color code. #99eeee is the nearest web safe color code. You can see here many more shades of #aaefeb color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeaaefeb#aaefeb
RGB Decimal170, 239, 235rgb(170, 239, 235)
RGB Percent67%, 94%, 92%rgb(67%, 94%, 92%)
CSS RGBa170, 239, 235,1rgba(170,239,235,1)
CMYK Modelcmyk(29%,0%,2%,6%)
HSL Color Space177,68% ,80%hsl(177,68% ,80%)
HSV Color Space177°, 29%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101110111111101011
Octal252357353
Decimal170239235
Hexaaefeb

Different shades of #aaefeb color code.

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

Light Shade of #aaefeb
#d5f7f5
Dark Shade of #aaefeb
#7fe7e1
Saturated Shade of #aaefeb
#a5f4ef
Desaturated Shade of #aaefeb
#afeae7
Grey scale Shade of #aaefeb
#cccccc
Brighten Shade
#c3ffff
Most Readable Shade
#000000

Shades of #aaefeb color code

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

#aaefeb
#97d4d0
#84b9b6
#719f9c
#5e8482
#4b6a68
#384f4e
#253534
#121a1a
#000000

Similar Color like #aaefeb color

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

#abf0ec
#acf1ed
#adf2ee
#aef3ef
#aff4f0
#b0f5f1
#b1f6f2
#b2f7f3
#b3f8f4
#b4f9f5
#b5faf6
#b6fbf7
#b7fcf8
#b8fdf9
#a9eeea
#a8ede9
#a7ece8
#a6ebe7
#a5eae6
#a4e9e5
#a3e8e4
#a2e7e3
#a1e6e2
#a0e5e1
#9fe4e0
#9ee3df
#9de2de
#9ce1dd

Monochromatic Color with #aaefeb

#aaefeb
#131a1a
#314544
#4f6f6e
#6e9a97
#8cc4c1

Tints of #aaefeb Color

#aaefeb
#b3f0ed
#bcf2ef
#c6f4f1
#cff6f3
#d9f7f6
#e2f9f8
#ecfbfa
#f5fdfc
#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

#aaefeb
#efaaae

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

Split Complementary

#aaefeb
#efaad1
#efc8aa

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

Analogous Color

#aaefcf
#aaefdd
#aaefeb
#aae5ef
#aad7ef

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

#aaefeb
#ebaaef
#efebaa

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

#aaefeb
#c8aaef
#efaaae
#d0efaa

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

#aaefeb
#efaaae
#efc8aa
#aad1ef

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

#aaefeb Color Code Preview on Black Background Color

This is how #aaefeb Color will look on black background color. Color contrast ratio is 16.26

#aaefeb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaefeb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaefeb

#aaefeb color code is use for CSS Background Color

Background color for the above div is #aaefeb

HTML with inline CSS

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

#aaefeb color code is use for CSS Border Color

CSS Border color for the above div is #aaefeb

HTML with inline CSS

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

CSS Border Left color for the above div is #aaefeb

HTML with inline CSS

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

CSS Border Right color for the above div is #aaefeb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aaefeb

HTML with inline CSS

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

CSS Border Top color for the above div is #aaefeb

HTML with inline CSS

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

#aaefeb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aaefeb Color code Preview on White Background

This is how #aaefeb Color code will look on white background color. Color contrast ratio is 1.29

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

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,239,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(239,170,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,239,235,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.