crispedge.com

Color picker

Loading...

#aadad6 hex color - Green - Cool color - Information

#aadad6 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aadad6 Color code in RGB color code model is created after adding 66.67% red color, 85.49% green color and 83.92% blue color. Hex #aadad6 Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 0% magenta, 2% yellow and 15% black.

Hex #aadad6 color code is between #99dddd web safe hex color code and #bbcccc web safe hex color code. #99dddd is the nearest web safe color code. You can see here many more shades of #aadad6 color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeaadad6#aadad6
RGB Decimal170, 218, 214rgb(170, 218, 214)
RGB Percent67%, 85%, 84%rgb(67%, 85%, 84%)
CSS RGBa170, 218, 214,1rgba(170,218,214,1)
CMYK Modelcmyk(22%,0%,2%,15%)
HSL Color Space175,39% ,76%hsl(175,39% ,76%)
HSV Color Space175°, 22%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101101101011010110
Octal252332326
Decimal170218214
Hexaadad6

Different shades of #aadad6 color code.

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

Light Shade of #aadad6
#cee9e7
Dark Shade of #aadad6
#86cbc5
Saturated Shade of #aadad6
#a4e0db
Desaturated Shade of #aadad6
#b0d4d1
Grey scale Shade of #aadad6
#c2c2c2
Brighten Shade
#c3f3ef
Most Readable Shade
#000000

Shades of #aadad6 color code

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

#aadad6
#97c1be
#84a9a6
#71918e
#5e7976
#4b605f
#384847
#25302f
#121817
#000000

Similar Color like #aadad6 color

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

#abdbd7
#acdcd8
#adddd9
#aededa
#afdfdb
#b0e0dc
#b1e1dd
#b2e2de
#b3e3df
#b4e4e0
#b5e5e1
#b6e6e2
#b7e7e3
#b8e8e4
#a9d9d5
#a8d8d4
#a7d7d3
#a6d6d2
#a5d5d1
#a4d4d0
#a3d3cf
#a2d2ce
#a1d1cd
#a0d0cc
#9fcfcb
#9ececa
#9dcdc9
#9cccc8

Monochromatic Color with #aadad6

#aadad6
#040505
#25302f
#475a59
#688583
#89afac

Tints of #aadad6 Color

#aadad6
#b3deda
#bce2df
#c6e6e3
#cfeae8
#d9eeec
#e2f2f1
#ecf6f5
#f5fafa
#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

#aadad6
#daaaae

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

Split Complementary

#aadad6
#daaac6
#dabeaa

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

Analogous Color

#aadac3
#aadacc
#aadad6
#aad4da
#aacbda

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

#aadad6
#d6aada
#dad6aa

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

#aadad6
#beaada
#daaaae
#c6daaa

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

#aadad6
#daaaae
#dabeaa
#aac6da

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

#aadad6 Color Code Preview on Black Background Color

This is how #aadad6 Color will look on black background color. Color contrast ratio is 13.71

#aadad6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aadad6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aadad6

#aadad6 color code is use for CSS Background Color

Background color for the above div is #aadad6

HTML with inline CSS

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

#aadad6 color code is use for CSS Border Color

CSS Border color for the above div is #aadad6

HTML with inline CSS

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

CSS Border Left color for the above div is #aadad6

HTML with inline CSS

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

CSS Border Right color for the above div is #aadad6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aadad6

HTML with inline CSS

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

CSS Border Top color for the above div is #aadad6

HTML with inline CSS

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

#aadad6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aadad6 Color code Preview on White Background

This is how #aadad6 Color code will look on white background color. Color contrast ratio is 1.53

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.