crispedge.com

Color picker

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

#ababe7 hex color - Blue - Cool color - Information

#ababe7 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #ababe7 Color code in RGB color code model is created after adding 67.06% red color, 67.06% green color and 90.59% blue color. Hex #ababe7 Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 26% magenta, 0% yellow and 9% black.

Hex #ababe7 color code is between #aaaaee web safe hex color code and #bbbbdd web safe hex color code. #aaaaee is the nearest web safe color code. You can see here many more shades of #ababe7 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeababe7#ababe7
RGB Decimal171, 171, 231rgb(171, 171, 231)
RGB Percent67%, 67%, 91%rgb(67%, 67%, 91%)
CSS RGBa171, 171, 231,1rgba(171,171,231,1)
CMYK Modelcmyk(26%,26%,0%,9%)
HSL Color Space240,56% ,79%hsl(240,56% ,79%)
HSV Color Space240°, 26%, 91%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010111010101111100111
Octal253253347
Decimal171171231
Hexababe7

Different shades of #ababe7 color code.

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

Light Shade of #ababe7
#d3d3f2
Dark Shade of #ababe7
#8383dc
Saturated Shade of #ababe7
#a6a6ec
Desaturated Shade of #ababe7
#b0b0e2
Grey scale Shade of #ababe7
#c9c9c9
Brighten Shade
#c4c4ff
Most Readable Shade
#000000

Shades of #ababe7 color code

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

#ababe7
#9898cd
#8585b3
#72729a
#5f5f80
#4c4c66
#39394d
#262633
#131319
#000000

Similar Color like #ababe7 color

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

#acace8
#adade9
#aeaeea
#afafeb
#b0b0ec
#b1b1ed
#b2b2ee
#b3b3ef
#b4b4f0
#b5b5f1
#b6b6f2
#b7b7f3
#b8b8f4
#b9b9f5
#aaaae6
#a9a9e5
#a8a8e4
#a7a7e3
#a6a6e2
#a5a5e1
#a4a4e0
#a3a3df
#a2a2de
#a1a1dd
#a0a0dc
#9f9fdb
#9e9eda
#9d9dd9

Monochromatic Color with #ababe7

#ababe7
#0e0e12
#2d2d3d
#4d4d67
#6c6c92
#8c8cbc

Tints of #ababe7 Color

#ababe7
#b4b4e9
#bdbdec
#c7c7ef
#d0d0f1
#d9d9f4
#e3e3f7
#ececf9
#f5f5fc
#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

#ababe7
#e7e7ab

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

Split Complementary

#ababe7
#e7c9ab
#c9e7ab

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

Analogous Color

#abc3e7
#abb7e7
#ababe7
#b7abe7
#c3abe7

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

#ababe7
#e7abab
#abe7ab

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

#ababe7
#e7abc9
#e7e7ab
#abe7c9

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

#ababe7
#e7e7ab
#c9e7ab
#c9abe7

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

#ababe7 Color Code Preview on Black Background Color

This is how #ababe7 Color will look on black background color. Color contrast ratio is 9.71

#ababe7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ababe7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ababe7

#ababe7 color code is use for CSS Background Color

Background color for the above div is #ababe7

HTML with inline CSS

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

#ababe7 color code is use for CSS Border Color

CSS Border color for the above div is #ababe7

HTML with inline CSS

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

CSS Border Left color for the above div is #ababe7

HTML with inline CSS

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

CSS Border Right color for the above div is #ababe7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ababe7

HTML with inline CSS

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

CSS Border Top color for the above div is #ababe7

HTML with inline CSS

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

#ababe7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ababe7 Color code Preview on White Background

This is how #ababe7 Color code will look on white background color. Color contrast ratio is 2.16

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

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.