@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#aeddca hex color - Green - Cool color - Information

#aeddca hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #aeddca Color code in RGB color code model is created after adding 68.24% red color, 86.67% green color and 79.22% blue color. Hex #aeddca Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 0% magenta, 9% yellow and 13.33% black.

Hex #aeddca color code is between #aacccc web safe hex color code and #bbeebb web safe hex color code. #aacccc is the nearest web safe color code. You can see here many more shades of #aeddca color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code aeddca #aeddca
RGB Decimal 174, 221, 202 rgb(174, 221, 202)
RGB Percent 68%, 87%, 79% rgb(68%, 87%, 79%)
CSS RGBa 174, 221, 202,1 rgba(174,221,202,1)
CMYK Model cmyk(21%,0%,9%,13.33%)
HSL Color Space 156,41% ,77% hsl(156,41% ,77%)
HSV Color Space 156°, 21%, 87%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101110 11011101 11001010
Octal 256 335 312
Decimal 174 221 202
Hex ae dd ca

Different shades of #aeddca color code.

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

Light Shade of #aeddca
#d2ece2
Dark Shade of #aeddca
#8aceb2
Saturated Shade of #aeddca
#a8e3cb
Desaturated Shade of #aeddca
#b4d7c9
Grey scale Shade of #aeddca
#c5c5c5
Brighten Shade
#c7f6e3
Most Readable Shade
#000000

Shades of #aeddca color code

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

#aeddca
#9ac4b3
#87ab9d
#749386
#607a70
#4d6259
#3a4943
#26312c
#131816
#000000

Similar Color like #aeddca color

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

#afdecb
#b0dfcc
#b1e0cd
#b2e1ce
#b3e2cf
#b4e3d0
#b5e4d1
#b6e5d2
#b7e6d3
#b8e7d4
#b9e8d5
#bae9d6
#bbead7
#bcebd8
#addcc9
#acdbc8
#abdac7
#aad9c6
#a9d8c5
#a8d7c4
#a7d6c3
#a6d5c2
#a5d4c1
#a4d3c0
#a3d2bf
#a2d1be
#a1d0bd
#a0cfbc

Monochromatic Color with #aeddca

#aeddca
#070808
#28332f
#4a5d55
#6b887c
#8db3a3

Tints of #aeddca Color

#aeddca
#b7e0cf
#c0e4d5
#c9e8db
#d2ece1
#dbefe7
#e4f3ed
#edf7f3
#f6fbf9
#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

#aeddca
#ddaec1

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

Split Complementary

#aeddca
#ddaed9
#ddb2ae

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

Analogous Color

#aeddb7
#aeddc1
#aeddca
#aeddd3
#aedddd

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

#aeddca
#caaedd
#ddcaae

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

#aeddca
#b3aedd
#ddaec1
#d8ddae

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

#aeddca
#ddaec1
#ddb2ae
#aed9dd

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

#aeddca Color Code Preview on Black Background Color

This is how #aeddca Color will look on black background color. Color contrast ratio is 14.00

#aeddca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeddca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeddca

#aeddca color code is use for CSS Background Color

Background color for the above div is #aeddca

HTML with inline CSS

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

#aeddca color code is use for CSS Border Color

CSS Border color for the above div is #aeddca

HTML with inline CSS

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

CSS Border Left color for the above div is #aeddca

HTML with inline CSS

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

CSS Border Right color for the above div is #aeddca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aeddca

HTML with inline CSS

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

CSS Border Top color for the above div is #aeddca

HTML with inline CSS

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

#aeddca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aeddca Color code Preview on White Background

This is how #aeddca Color code will look on white background color. Color contrast ratio is 1.50

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

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,221,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,174,193,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,221,202,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.