crispedge.com

Color picker

Loading...

#aed5da hex color - Green - Cool color - Information

#aed5da hex color - Green - Cool color

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaed5da#aed5da
RGB Decimal174, 213, 218rgb(174, 213, 218)
RGB Percent68%, 84%, 85%rgb(68%, 84%, 85%)
CSS RGBa174, 213, 218,1rgba(174,213,218,1)
CMYK Modelcmyk(20%,2%,0%,15%)
HSL Color Space187,37% ,77%hsl(187,37% ,77%)
HSV Color Space187°, 20%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101101010111011010
Octal256325332
Decimal174213218
Hexaed5da

Different shades of #aed5da color code.

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

Light Shade of #aed5da
#d1e7ea
Dark Shade of #aed5da
#8bc3ca
Saturated Shade of #aed5da
#a8dae0
Desaturated Shade of #aed5da
#b4d0d4
Grey scale Shade of #aed5da
#c4c4c4
Brighten Shade
#c7eef3
Most Readable Shade
#000000

Shades of #aed5da color code

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

#aed5da
#9abdc1
#87a5a9
#748e91
#607679
#4d5e60
#3a4748
#262f30
#131718
#000000

Similar Color like #aed5da color

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

#afd6db
#b0d7dc
#b1d8dd
#b2d9de
#b3dadf
#b4dbe0
#b5dce1
#b6dde2
#b7dee3
#b8dfe4
#b9e0e5
#bae1e6
#bbe2e7
#bce3e8
#add4d9
#acd3d8
#abd2d7
#aad1d6
#a9d0d5
#a8cfd4
#a7ced3
#a6cdd2
#a5ccd1
#a4cbd0
#a3cacf
#a2c9ce
#a1c8cd
#a0c7cc

Monochromatic Color with #aed5da

#aed5da
#040505
#262f30
#48585a
#6a8285
#8cabaf

Tints of #aed5da Color

#aed5da
#b7d9de
#c0dee2
#c9e3e6
#d2e7ea
#dbecee
#e4f1f2
#edf5f6
#f6fafa
#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

#aed5da
#dab3ae

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

Split Complementary

#aed5da
#daaebf
#dac9ae

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

Analogous Color

#aedacd
#aedad6
#aed5da
#aeccda
#aec3da

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

#aed5da
#daaed5
#d5daae

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

#aed5da
#c9aeda
#dab3ae
#bfdaae

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

#aed5da
#dab3ae
#dac9ae
#aebfda

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

#aed5da Color Code Preview on Black Background Color

This is how #aed5da Color will look on black background color. Color contrast ratio is 13.33

#aed5da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aed5da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aed5da

#aed5da color code is use for CSS Background Color

Background color for the above div is #aed5da

HTML with inline CSS

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

#aed5da color code is use for CSS Border Color

CSS Border color for the above div is #aed5da

HTML with inline CSS

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

CSS Border Left color for the above div is #aed5da

HTML with inline CSS

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

CSS Border Right color for the above div is #aed5da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aed5da

HTML with inline CSS

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

CSS Border Top color for the above div is #aed5da

HTML with inline CSS

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

#aed5da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aed5da Color code Preview on White Background

This is how #aed5da Color code will look on white background color. Color contrast ratio is 1.58

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.