crispedge.com

Color picker

Loading...

#aeadab hex color - Grey - Warm color - Information

#aeadab hex color - Grey - Warm color

Color Hue/Base color: Grey

Hex #aeadab Color code in RGB color code model is created after adding 68.24% red color, 67.84% green color and 67.06% blue color. Hex #aeadab Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 1% magenta, 2% yellow and 32% black.

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

0 Likes 0 Comments | 31 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeaeadab#aeadab
RGB Decimal174, 173, 171rgb(174, 173, 171)
RGB Percent68%, 68%, 67%rgb(68%, 68%, 67%)
CSS RGBa174, 173, 171,1rgba(174,173,171,1)
CMYK Modelcmyk(0%,1%,2%,32%)
HSL Color Space40,2% ,68%hsl(40,2% ,68%)
HSV Color Space40°, 2%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011101010110110101011
Octal256255253
Decimal174173171
Hexaeadab

Different shades of #aeadab color code.

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

Light Shade of #aeadab
#c7c6c5
Dark Shade of #aeadab
#959491
Saturated Shade of #aeadab
#b6b0a3
Desaturated Shade of #aeadab
#acacac
Grey scale Shade of #aeadab
#acacac
Brighten Shade
#c7c6c4
Most Readable Shade
#000000

Shades of #aeadab color code

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

#aeadab
#9a9998
#878685
#747372
#60605f
#4d4c4c
#3a3939
#262626
#131313
#000000

Similar Color like #aeadab color

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

#afaeac
#b0afad
#b1b0ae
#b2b1af
#b3b2b0
#b4b3b1
#b5b4b2
#b6b5b3
#b7b6b4
#b8b7b5
#b9b8b6
#bab9b7
#bbbab8
#bcbbb9
#adacaa
#acaba9
#abaaa8
#aaa9a7
#a9a8a6
#a8a7a5
#a7a6a4
#a6a5a3
#a5a4a2
#a4a3a1
#a3a2a0
#a2a19f
#a1a09e
#a09f9d

Monochromatic Color with #aeadab

#aeadab
#d8d7d5
#040404
#2e2e2e
#595857
#838381

Tints of #aeadab Color

#aeadab
#b7b6b4
#c0bfbd
#c9c8c7
#d2d1d0
#dbdad9
#e4e3e3
#edecec
#f6f5f5
#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

#aeadab
#abacae

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

Split Complementary

#aeadab
#abadae
#acabae

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

Analogous Color

#aeacab
#aeacab
#aeadab
#aeaeab
#aeaeab

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

#aeadab
#abaead
#adabae

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

#aeadab
#abaeab
#abacae
#aeabad

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

#aeadab
#abacae
#acabae
#adaeab

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

#aeadab Color Code Preview on Black Background Color

This is how #aeadab Color will look on black background color. Color contrast ratio is 9.37

#aeadab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeadab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeadab

#aeadab color code is use for CSS Background Color

Background color for the above div is #aeadab

HTML with inline CSS

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

#aeadab color code is use for CSS Border Color

CSS Border color for the above div is #aeadab

HTML with inline CSS

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

CSS Border Left color for the above div is #aeadab

HTML with inline CSS

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

CSS Border Right color for the above div is #aeadab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aeadab

HTML with inline CSS

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

CSS Border Top color for the above div is #aeadab

HTML with inline CSS

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

#aeadab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aeadab Color code Preview on White Background

This is how #aeadab Color code will look on white background color. Color contrast ratio is 2.24

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(174,173,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(171,172,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,173,171,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 31 Views

Post your comment:-

By submitting comment you agree to our privacy policy.