crispedge.com

Color picker

Loading...

#aeabab hex color - Grey - Warm color - Information

#aeabab hex color - Grey - Warm color

Color Hue/Base color: Grey

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

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

0 Likes 0 Comments | 44 Views

RGB Chart

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

Color Table

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

Color in numbers

TypeRedGreenBlue
Binary101011101010101110101011
Octal256253253
Decimal174171171
Hexaeabab

Different shades of #aeabab color code.

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

Light Shade of #aeabab
#c7c5c5
Dark Shade of #aeabab
#959191
Saturated Shade of #aeabab
#b6a3a3
Desaturated Shade of #aeabab
#acacac
Grey scale Shade of #aeabab
#acacac
Brighten Shade
#c7c4c4
Most Readable Shade
#000000

Shades of #aeabab color code

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

#aeabab
#9a9898
#878585
#747272
#605f5f
#4d4c4c
#3a3939
#262626
#131313
#000000

Similar Color like #aeabab color

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

#afacac
#b0adad
#b1aeae
#b2afaf
#b3b0b0
#b4b1b1
#b5b2b2
#b6b3b3
#b7b4b4
#b8b5b5
#b9b6b6
#bab7b7
#bbb8b8
#bcb9b9
#adaaaa
#aca9a9
#aba8a8
#aaa7a7
#a9a6a6
#a8a5a5
#a7a4a4
#a6a3a3
#a5a2a2
#a4a1a1
#a3a0a0
#a29f9f
#a19e9e
#a09d9d

Monochromatic Color with #aeabab

#aeabab
#d8d5d5
#040404
#2e2e2e
#595757
#838181

Tints of #aeabab Color

#aeabab
#b7b4b4
#c0bdbd
#c9c7c7
#d2d0d0
#dbd9d9
#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

#aeabab
#abaeae

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

Split Complementary

#aeabab
#abaead
#abadae

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

Analogous Color

#aeabac
#aeabac
#aeabab
#aeacab
#aeacab

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

#aeabab
#abaeab
#ababae

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

#aeabab
#acaeab
#abaeae
#acabae

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

#aeabab
#abaeae
#abadae
#aeadab

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

#aeabab Color Code Preview on Black Background Color

This is how #aeabab Color will look on black background color. Color contrast ratio is 9.21

#aeabab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeabab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeabab

#aeabab color code is use for CSS Background Color

Background color for the above div is #aeabab

HTML with inline CSS

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

#aeabab color code is use for CSS Border Color

CSS Border color for the above div is #aeabab

HTML with inline CSS

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

CSS Border Left color for the above div is #aeabab

HTML with inline CSS

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

CSS Border Right color for the above div is #aeabab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aeabab

HTML with inline CSS

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

CSS Border Top color for the above div is #aeabab

HTML with inline CSS

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

#aeabab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aeabab Color code Preview on White Background

This is how #aeabab Color code will look on white background color. Color contrast ratio is 2.28

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

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,171,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(171,174,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,171,171,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 44 Views

Post your comment:-

By submitting comment you agree to our privacy policy.