crispedge.com

Color picker

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

#aab4ae hex color - Green - Cool color - Information

#aab4ae hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #aab4ae Color code in RGB color code model is created after adding 66.67% red color, 70.59% green color and 68.24% blue color. Hex #aab4ae Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 0% magenta, 3% yellow and 29% black.

Hex #aab4ae color code is between #99bbaa web safe hex color code and #bbaabb web safe hex color code. #99bbaa is the nearest web safe color code. You can see here many more shades of #aab4ae color code.

0 Likes 0 Comments | 23 Views

Color Table

Hex Color Codeaab4ae#aab4ae
RGB Decimal170, 180, 174rgb(170, 180, 174)
RGB Percent67%, 71%, 68%rgb(67%, 71%, 68%)
CSS RGBa170, 180, 174,1rgba(170,180,174,1)
CMYK Modelcmyk(6%,0%,3%,29%)
HSL Color Space144,6% ,69%hsl(144,6% ,69%)
HSV Color Space144°, 6%, 71%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101011010010101110
Octal252264256
Decimal170180174
Hexaab4ae

Different shades of #aab4ae color code.

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

Light Shade of #aab4ae
#c5ccc8
Dark Shade of #aab4ae
#8f9c94
Saturated Shade of #aab4ae
#a2bcac
Desaturated Shade of #aab4ae
#afafaf
Grey scale Shade of #aab4ae
#afafaf
Brighten Shade
#c3cdc7
Most Readable Shade
#000000

Shades of #aab4ae color code

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

#aab4ae
#97a09a
#848c87
#717874
#5e6460
#4b504d
#383c3a
#252826
#121413
#000000

Similar Color like #aab4ae color

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

#abb5af
#acb6b0
#adb7b1
#aeb8b2
#afb9b3
#b0bab4
#b1bbb5
#b2bcb6
#b3bdb7
#b4beb8
#b5bfb9
#b6c0ba
#b7c1bb
#b8c2bc
#a9b3ad
#a8b2ac
#a7b1ab
#a6b0aa
#a5afa9
#a4aea8
#a3ada7
#a2aca6
#a1aba5
#a0aaa4
#9fa9a3
#9ea8a2
#9da7a1
#9ca6a0

Monochromatic Color with #aab4ae

#aab4ae
#d2ded7
#090a0a
#323433
#5a5f5c
#828985

Tints of #aab4ae Color

#aab4ae
#b3bcb7
#bcc4c0
#c6cdc9
#cfd5d2
#d9dddb
#e2e6e4
#eceeed
#f5f6f6
#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

#aab4ae
#b4aab0

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

Split Complementary

#aab4ae
#b3aab4
#b4aaab

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

Analogous Color

#aab4aa
#aab4ac
#aab4ae
#aab4b0
#aab4b2

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

#aab4ae
#aeaab4
#b4aeaa

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

#aab4ae
#aaabb4
#b4aab0
#b4b3aa

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

#aab4ae
#b4aab0
#b4aaab
#aab4b3

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

#aab4ae Color Code Preview on Black Background Color

This is how #aab4ae Color will look on black background color. Color contrast ratio is 9.85

#aab4ae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aab4ae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aab4ae

#aab4ae color code is use for CSS Background Color

Background color for the above div is #aab4ae

HTML with inline CSS

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

#aab4ae color code is use for CSS Border Color

CSS Border color for the above div is #aab4ae

HTML with inline CSS

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

CSS Border Left color for the above div is #aab4ae

HTML with inline CSS

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

CSS Border Right color for the above div is #aab4ae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aab4ae

HTML with inline CSS

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

CSS Border Top color for the above div is #aab4ae

HTML with inline CSS

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

#aab4ae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aab4ae Color code Preview on White Background

This is how #aab4ae Color code will look on white background color. Color contrast ratio is 2.13

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

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.