crispedge.com

Color picker

Loading...

#aeafad hex color - Grey - Cool color - Information

#aeafad hex color - Grey - Cool color

Color Hue/Base color: Grey

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

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

0 Likes 0 Comments | 66 Views

RGB Chart

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

Color Table

Hex Color Codeaeafad#aeafad
RGB Decimal174, 175, 173rgb(174, 175, 173)
RGB Percent68%, 69%, 68%rgb(68%, 69%, 68%)
CSS RGBa174, 175, 173,1rgba(174,175,173,1)
CMYK Modelcmyk(1%,0%,1%,31%)
HSL Color Space90,1% ,68%hsl(90,1% ,68%)
HSV Color Space90°, 1%, 69%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101010111110101101
Octal256257255
Decimal174175173
Hexaeafad

Different shades of #aeafad color code.

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

Light Shade of #aeafad
#c7c8c7
Dark Shade of #aeafad
#949693
Saturated Shade of #aeafad
#aeb7a5
Desaturated Shade of #aeafad
#aeaeae
Grey scale Shade of #aeafad
#aeaeae
Brighten Shade
#c7c8c6
Most Readable Shade
#000000

Shades of #aeafad color code

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

#aeafad
#9a9b99
#878886
#747473
#606160
#4d4d4c
#3a3a39
#262626
#131313
#000000

Similar Color like #aeafad color

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

#afb0ae
#b0b1af
#b1b2b0
#b2b3b1
#b3b4b2
#b4b5b3
#b5b6b4
#b6b7b5
#b7b8b6
#b8b9b7
#b9bab8
#babbb9
#bbbcba
#bcbdbb
#adaeac
#acadab
#abacaa
#aaaba9
#a9aaa8
#a8a9a7
#a7a8a6
#a6a7a5
#a5a6a4
#a4a5a3
#a3a4a2
#a2a3a1
#a1a2a0
#a0a19f

Monochromatic Color with #aeafad

#aeafad
#d8d9d7
#050505
#2f2f2f
#595a59
#848483

Tints of #aeafad Color

#aeafad
#b7b7b6
#c0c0bf
#c9c9c8
#d2d2d1
#dbdbda
#e4e4e3
#ededec
#f6f6f5
#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

#aeafad
#aeadaf

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

Split Complementary

#aeafad
#adadaf
#afadaf

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

Analogous Color

#afafad
#aeafad
#aeafad
#aeafad
#adafad

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

#aeafad
#adaeaf
#afadae

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

#aeafad
#adafaf
#aeadaf
#afadad

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

#aeafad
#aeadaf
#afadaf
#adafad

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

#aeafad Color Code Preview on Black Background Color

This is how #aeafad Color will look on black background color. Color contrast ratio is 9.54

#aeafad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeafad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeafad

#aeafad color code is use for CSS Background Color

Background color for the above div is #aeafad

HTML with inline CSS

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

#aeafad color code is use for CSS Border Color

CSS Border color for the above div is #aeafad

HTML with inline CSS

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

CSS Border Left color for the above div is #aeafad

HTML with inline CSS

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

CSS Border Right color for the above div is #aeafad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aeafad

HTML with inline CSS

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

CSS Border Top color for the above div is #aeafad

HTML with inline CSS

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

#aeafad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aeafad Color code Preview on White Background

This is how #aeafad Color code will look on white background color. Color contrast ratio is 2.20

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

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

0 Likes 0 Comments | 66 Views

Post your comment:-

By submitting comment you agree to our privacy policy.