crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#abeaef hex color - Blue - Cool color - Information

#abeaef hex color - Blue - Cool color

Color Hue/Base color: Blue

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

Hex #abeaef 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 #abeaef color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeabeaef#abeaef
RGB Decimal171, 234, 239rgb(171, 234, 239)
RGB Percent67%, 92%, 94%rgb(67%, 92%, 94%)
CSS RGBa171, 234, 239,1rgba(171,234,239,1)
CMYK Modelcmyk(28%,2%,0%,6%)
HSL Color Space184,68% ,80%hsl(184,68% ,80%)
HSV Color Space184°, 28%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010111110101011101111
Octal253352357
Decimal171234239
Hexabeaef

Different shades of #abeaef color code.

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

Light Shade of #abeaef
#d6f5f7
Dark Shade of #abeaef
#80dfe7
Saturated Shade of #abeaef
#a6eef4
Desaturated Shade of #abeaef
#b0e6ea
Grey scale Shade of #abeaef
#cdcdcd
Brighten Shade
#c4ffff
Most Readable Shade
#000000

Shades of #abeaef color code

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

#abeaef
#98d0d4
#85b6b9
#729c9f
#5f8284
#4c686a
#394e4f
#263435
#131a1a
#000000

Similar Color like #abeaef color

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

#acebf0
#adecf1
#aeedf2
#afeef3
#b0eff4
#b1f0f5
#b2f1f6
#b3f2f7
#b4f3f8
#b5f4f9
#b6f5fa
#b7f6fb
#b8f7fc
#b9f8fd
#aae9ee
#a9e8ed
#a8e7ec
#a7e6eb
#a6e5ea
#a5e4e9
#a4e3e8
#a3e2e7
#a2e1e6
#a1e0e5
#a0dfe4
#9fdee3
#9edde2
#9ddce1

Monochromatic Color with #abeaef

#abeaef
#131a1a
#314445
#506d6f
#6e979a
#8dc0c4

Tints of #abeaef Color

#abeaef
#b4ecf0
#bdeef2
#c7f1f4
#d0f3f6
#d9f5f7
#e3f8f9
#ecfafb
#f5fcfd
#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

#abeaef
#efb0ab

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

Split Complementary

#abeaef
#efabc8
#efd2ab

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

Analogous Color

#abefd9
#abefe6
#abeaef
#abdcef
#abcfef

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

#abeaef
#efabea
#eaefab

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

#abeaef
#d2abef
#efb0ab
#c8efab

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

#abeaef
#efb0ab
#efd2ab
#abc8ef

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

#abeaef Color Code Preview on Black Background Color

This is how #abeaef Color will look on black background color. Color contrast ratio is 15.75

#abeaef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abeaef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abeaef

#abeaef color code is use for CSS Background Color

Background color for the above div is #abeaef

HTML with inline CSS

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

#abeaef color code is use for CSS Border Color

CSS Border color for the above div is #abeaef

HTML with inline CSS

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

CSS Border Left color for the above div is #abeaef

HTML with inline CSS

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

CSS Border Right color for the above div is #abeaef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #abeaef

HTML with inline CSS

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

CSS Border Top color for the above div is #abeaef

HTML with inline CSS

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

#abeaef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#abeaef Color code Preview on White Background

This is how #abeaef Color code will look on white background color. Color contrast ratio is 1.33

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.