crispedge.com

Color picker

Loading...

#aaeeeb hex color - Blue - Cool color - Information

#aaeeeb hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeaaeeeb#aaeeeb
RGB Decimal170, 238, 235rgb(170, 238, 235)
RGB Percent67%, 93%, 92%rgb(67%, 93%, 92%)
CSS RGBa170, 238, 235,1rgba(170,238,235,1)
CMYK Modelcmyk(29%,0%,1%,7%)
HSL Color Space177,67% ,80%hsl(177,67% ,80%)
HSV Color Space177°, 29%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101110111011101011
Octal252356353
Decimal170238235
Hexaaeeeb

Different shades of #aaeeeb color code.

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

Light Shade of #aaeeeb
#d5f6f5
Dark Shade of #aaeeeb
#80e5e1
Saturated Shade of #aaeeeb
#a5f3f0
Desaturated Shade of #aaeeeb
#afe9e6
Grey scale Shade of #aaeeeb
#cccccc
Brighten Shade
#c3ffff
Most Readable Shade
#000000

Shades of #aaeeeb color code

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

#aaeeeb
#97d3d0
#84b9b6
#719e9c
#5e8482
#4b6968
#384f4e
#253434
#121a1a
#000000

Similar Color like #aaeeeb color

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

#abefec
#acf0ed
#adf1ee
#aef2ef
#aff3f0
#b0f4f1
#b1f5f2
#b2f6f3
#b3f7f4
#b4f8f5
#b5f9f6
#b6faf7
#b7fbf8
#b8fcf9
#a9edea
#a8ece9
#a7ebe8
#a6eae7
#a5e9e6
#a4e8e5
#a3e7e4
#a2e6e3
#a1e5e2
#a0e4e1
#9fe3e0
#9ee2df
#9de1de
#9ce0dd

Monochromatic Color with #aaeeeb

#aaeeeb
#121a19
#314443
#4f6e6d
#6d9997
#8cc3c1

Tints of #aaeeeb Color

#aaeeeb
#b3efed
#bcf1ef
#c6f3f1
#cff5f3
#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

#aaeeeb
#eeaaad

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

Split Complementary

#aaeeeb
#eeaacf
#eec9aa

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

Analogous Color

#aaeed0
#aaeedd
#aaeeeb
#aae3ee
#aad6ee

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

#aaeeeb
#ebaaee
#eeebaa

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

#aaeeeb
#c9aaee
#eeaaad
#cfeeaa

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

#aaeeeb
#eeaaad
#eec9aa
#aacfee

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

#aaeeeb Color Code Preview on Black Background Color

This is how #aaeeeb Color will look on black background color. Color contrast ratio is 16.14

#aaeeeb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaeeeb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaeeeb

#aaeeeb color code is use for CSS Background Color

Background color for the above div is #aaeeeb

HTML with inline CSS

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

#aaeeeb color code is use for CSS Border Color

CSS Border color for the above div is #aaeeeb

HTML with inline CSS

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

CSS Border Left color for the above div is #aaeeeb

HTML with inline CSS

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

CSS Border Right color for the above div is #aaeeeb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aaeeeb

HTML with inline CSS

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

CSS Border Top color for the above div is #aaeeeb

HTML with inline CSS

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

#aaeeeb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aaeeeb Color code Preview on White Background

This is how #aaeeeb Color code will look on white background color. Color contrast ratio is 1.30

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.