crispedge.com

Color picker

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

#abadb2 hex color - Blue - Cool color - Information

#abadb2 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #abadb2 Color code in RGB color code model is created after adding 67.06% red color, 67.84% green color and 69.8% blue color. Hex #abadb2 Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 3% magenta, 0% yellow and 30% black.

Hex #abadb2 color code is between #aaaaaa web safe hex color code and #bbbbbb web safe hex color code. #aaaaaa is the nearest web safe color code. You can see here many more shades of #abadb2 color code.

0 Likes 0 Comments | 20 Views

Color Table

Hex Color Codeabadb2#abadb2
RGB Decimal171, 173, 178rgb(171, 173, 178)
RGB Percent67%, 68%, 70%rgb(67%, 68%, 70%)
CSS RGBa171, 173, 178,1rgba(171,173,178,1)
CMYK Modelcmyk(4%,3%,0%,30%)
HSL Color Space223,4% ,68%hsl(223,4% ,68%)
HSV Color Space223°, 4%, 70%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010111010110110110010
Octal253255262
Decimal171173178
Hexabadb2

Different shades of #abadb2 color code.

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

Light Shade of #abadb2
#c6c7ca
Dark Shade of #abadb2
#90939a
Saturated Shade of #abadb2
#a3aaba
Desaturated Shade of #abadb2
#aeaeae
Grey scale Shade of #abadb2
#aeaeae
Brighten Shade
#c4c6cb
Most Readable Shade
#000000

Shades of #abadb2 color code

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

#abadb2
#98999e
#85868a
#727376
#5f6062
#4c4c4f
#39393b
#262627
#131313
#000000

Similar Color like #abadb2 color

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

#acaeb3
#adafb4
#aeb0b5
#afb1b6
#b0b2b7
#b1b3b8
#b2b4b9
#b3b5ba
#b4b6bb
#b5b7bc
#b6b8bd
#b7b9be
#b8babf
#b9bbc0
#aaacb1
#a9abb0
#a8aaaf
#a7a9ae
#a6a8ad
#a5a7ac
#a4a6ab
#a3a5aa
#a2a4a9
#a1a3a8
#a0a2a7
#9fa1a6
#9ea0a5
#9d9fa4

Monochromatic Color with #abadb2

#abadb2
#d4d6dc
#080808
#313132
#595a5d
#828487

Tints of #abadb2 Color

#abadb2
#b4b6ba
#bdbfc3
#c7c8cb
#d0d1d4
#d9dadc
#e3e3e5
#ececed
#f5f5f6
#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

#abadb2
#b2b0ab

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

Split Complementary

#abadb2
#b2acab
#b1b2ab

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

Analogous Color

#abb0b2
#abaeb2
#abadb2
#abacb2
#acabb2

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

#abadb2
#b2abad
#adb2ab

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

#abadb2
#b2abb0
#b2b0ab
#abb2ad

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

#abadb2
#b2b0ab
#b1b2ab
#acabb2

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

#abadb2 Color Code Preview on Black Background Color

This is how #abadb2 Color will look on black background color. Color contrast ratio is 9.35

#abadb2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abadb2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abadb2

#abadb2 color code is use for CSS Background Color

Background color for the above div is #abadb2

HTML with inline CSS

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

#abadb2 color code is use for CSS Border Color

CSS Border color for the above div is #abadb2

HTML with inline CSS

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

CSS Border Left color for the above div is #abadb2

HTML with inline CSS

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

CSS Border Right color for the above div is #abadb2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #abadb2

HTML with inline CSS

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

CSS Border Top color for the above div is #abadb2

HTML with inline CSS

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

#abadb2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#abadb2 Color code Preview on White Background

This is how #abadb2 Color code will look on white background color. Color contrast ratio is 2.25

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

Related Gradients

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

0 Likes 0 Comments | 20 Views

Post your comment:-

By submitting comment you agree to our privacy policy.