crispedge.com

Color picker

Loading...

#abbae0 hex color - Blue - Cool color - Information

#abbae0 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #abbae0 Color code in RGB color code model is created after adding 67.06% red color, 72.94% green color and 87.84% blue color. Hex #abbae0 Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 17% magenta, 0% yellow and 12% black.

Hex #abbae0 color code is between #aabbdd web safe hex color code and #bbaaee web safe hex color code. #aabbdd is the nearest web safe color code. You can see here many more shades of #abbae0 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeabbae0#abbae0
RGB Decimal171, 186, 224rgb(171, 186, 224)
RGB Percent67%, 73%, 88%rgb(67%, 73%, 88%)
CSS RGBa171, 186, 224,1rgba(171,186,224,1)
CMYK Modelcmyk(24%,17%,0%,12%)
HSL Color Space223,46% ,77%hsl(223,46% ,77%)
HSV Color Space223°, 24%, 88%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010111011101011100000
Octal253272340
Decimal171186224
Hexabbae0

Different shades of #abbae0 color code.

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

Light Shade of #abbae0
#d0d9ee
Dark Shade of #abbae0
#869bd2
Saturated Shade of #abbae0
#a5b8e6
Desaturated Shade of #abbae0
#b1bcda
Grey scale Shade of #abbae0
#c5c5c5
Brighten Shade
#c4d3f9
Most Readable Shade
#000000

Shades of #abbae0 color code

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

#abbae0
#98a5c7
#8590ae
#727c95
#5f677c
#4c5263
#393e4a
#262931
#131418
#000000

Similar Color like #abbae0 color

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

#acbbe1
#adbce2
#aebde3
#afbee4
#b0bfe5
#b1c0e6
#b2c1e7
#b3c2e8
#b4c3e9
#b5c4ea
#b6c5eb
#b7c6ec
#b8c7ed
#b9c8ee
#aab9df
#a9b8de
#a8b7dd
#a7b6dc
#a6b5db
#a5b4da
#a4b3d9
#a3b2d8
#a2b1d7
#a1b0d6
#a0afd5
#9faed4
#9eadd3
#9dacd2

Monochromatic Color with #abbae0

#abbae0
#090a0b
#292d36
#4a5060
#6a738b
#8b97b5

Tints of #abbae0 Color

#abbae0
#b4c1e3
#bdc9e6
#c7d1ea
#d0d8ed
#d9e0f1
#e3e8f4
#eceff8
#f5f7fb
#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

#abbae0
#e0d1ab

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

Split Complementary

#abbae0
#e0b7ab
#d5e0ab

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

Analogous Color

#abcfe0
#abc5e0
#abbae0
#abafe0
#b1abe0

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

#abbae0
#e0abba
#bae0ab

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

#abbae0
#e0abd4
#e0d1ab
#abe0b6

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

#abbae0
#e0d1ab
#d5e0ab
#b7abe0

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

#abbae0 Color Code Preview on Black Background Color

This is how #abbae0 Color will look on black background color. Color contrast ratio is 10.83

#abbae0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abbae0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abbae0

#abbae0 color code is use for CSS Background Color

Background color for the above div is #abbae0

HTML with inline CSS

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

#abbae0 color code is use for CSS Border Color

CSS Border color for the above div is #abbae0

HTML with inline CSS

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

CSS Border Left color for the above div is #abbae0

HTML with inline CSS

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

CSS Border Right color for the above div is #abbae0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #abbae0

HTML with inline CSS

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

CSS Border Top color for the above div is #abbae0

HTML with inline CSS

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

#abbae0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#abbae0 Color code Preview on White Background

This is how #abbae0 Color code will look on white background color. Color contrast ratio is 1.94

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

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(171,186,224,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(224,209,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(171,186,224,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.