crispedge.com

Color picker

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

#ababb8 hex color - Blue - Cool color - Information

#ababb8 hex color - Blue - Cool color

Color Hue/Base color: Blue

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

Hex #ababb8 color code is between #aaaabb web safe hex color code and #bbbbaa web safe hex color code. #aaaabb is the nearest web safe color code. You can see here many more shades of #ababb8 color code.

0 Likes 0 Comments | 23 Views

Color Table

Hex Color Codeababb8#ababb8
RGB Decimal171, 171, 184rgb(171, 171, 184)
RGB Percent67%, 67%, 72%rgb(67%, 67%, 72%)
CSS RGBa171, 171, 184,1rgba(171,171,184,1)
CMYK Modelcmyk(7%,7%,0%,28%)
HSL Color Space240,8% ,70%hsl(240,8% ,70%)
HSV Color Space240°, 7%, 72%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010111010101110111000
Octal253253270
Decimal171171184
Hexababb8

Different shades of #ababb8 color code.

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

Light Shade of #ababb8
#c7c7cf
Dark Shade of #ababb8
#8f8fa1
Saturated Shade of #ababb8
#a3a3c0
Desaturated Shade of #ababb8
#b1b1b1
Grey scale Shade of #ababb8
#b1b1b1
Brighten Shade
#c4c4d1
Most Readable Shade
#000000

Shades of #ababb8 color code

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

#ababb8
#9898a3
#85858f
#72727a
#5f5f66
#4c4c51
#39393d
#262628
#131314
#000000

Similar Color like #ababb8 color

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

#acacb9
#adadba
#aeaebb
#afafbc
#b0b0bd
#b1b1be
#b2b2bf
#b3b3c0
#b4b4c1
#b5b5c2
#b6b6c3
#b7b7c4
#b8b8c5
#b9b9c6
#aaaab7
#a9a9b6
#a8a8b5
#a7a7b4
#a6a6b3
#a5a5b2
#a4a4b1
#a3a3b0
#a2a2af
#a1a1ae
#a0a0ad
#9f9fac
#9e9eab
#9d9daa

Monochromatic Color with #ababb8

#ababb8
#d3d3e2
#0d0d0e
#343438
#5c5c63
#84848d

Tints of #ababb8 Color

#ababb8
#b4b4bf
#bdbdc7
#c7c7cf
#d0d0d7
#d9d9df
#e3e3e7
#ececef
#f5f5f7
#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

#ababb8
#b8b8ab

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

Split Complementary

#ababb8
#b8b1ab
#b1b8ab

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

Analogous Color

#abb0b8
#abaeb8
#ababb8
#aeabb8
#b0abb8

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

#ababb8
#b8abab
#abb8ab

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

#ababb8
#b8abb1
#b8b8ab
#abb8b1

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

#ababb8
#b8b8ab
#b1b8ab
#b1abb8

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

#ababb8 Color Code Preview on Black Background Color

This is how #ababb8 Color will look on black background color. Color contrast ratio is 9.25

#ababb8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ababb8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ababb8

#ababb8 color code is use for CSS Background Color

Background color for the above div is #ababb8

HTML with inline CSS

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

#ababb8 color code is use for CSS Border Color

CSS Border color for the above div is #ababb8

HTML with inline CSS

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

CSS Border Left color for the above div is #ababb8

HTML with inline CSS

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

CSS Border Right color for the above div is #ababb8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ababb8

HTML with inline CSS

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

CSS Border Top color for the above div is #ababb8

HTML with inline CSS

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

#ababb8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ababb8 Color code Preview on White Background

This is how #ababb8 Color code will look on white background color. Color contrast ratio is 2.27

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

Related Gradients

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

0 Likes 0 Comments | 23 Views

Post your comment:-

By submitting comment you agree to our privacy policy.