@
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.

#aded6d hex color - Green - Cool color - Information

#aded6d hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aded6d Color code in RGB color code model is created after adding 67.84% red color, 92.94% green color and 42.75% blue color. Hex #aded6d Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 0% magenta, 54% yellow and 7.06% black.

Hex #aded6d color code is between #aaee66 web safe hex color code and #bbdd77 web safe hex color code. #aaee66 is the nearest web safe color code. You can see here many more shades of #aded6d color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code aded6d #aded6d
RGB Decimal 173, 237, 109 rgb(173, 237, 109)
RGB Percent 68%, 93%, 43% rgb(68%, 93%, 43%)
CSS RGBa 173, 237, 109,1 rgba(173,237,109,1)
CMYK Model cmyk(27%,0%,54%,7.06%)
HSL Color Space 90,78% ,68% hsl(90,78% ,68%)
HSV Color Space 90°, 54%, 93%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101101 11101101 01101101
Octal 255 355 155
Decimal 173 237 109
Hex ad ed 6d

Different shades of #aded6d color code.

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

Light Shade of #aded6d
#c6f39a
Dark Shade of #aded6d
#93e740
Saturated Shade of #aded6d
#adf565
Desaturated Shade of #aded6d
#ade575
Grey scale Shade of #aded6d
#adadad
Brighten Shade
#c6ff86
Most Readable Shade
#000000

Shades of #aded6d color code

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

#aded6d
#99d260
#86b854
#739e48
#60833c
#4c6930
#394f24
#263418
#131a0c
#000000

Similar Color like #aded6d color

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

#aeee6e
#afef6f
#b0f070
#b1f171
#b2f272
#b3f373
#b4f474
#b5f575
#b6f676
#b7f777
#b8f878
#b9f979
#bafa7a
#bbfb7b
#acec6c
#abeb6b
#aaea6a
#a9e969
#a8e868
#a7e767
#a6e666
#a5e565
#a4e464
#a3e363
#a2e262
#a1e161
#a0e060
#9fdf5f

Monochromatic Color with #aded6d

#aded6d
#12180b
#31431f
#506d32
#6f9846
#8ec259

Tints of #aded6d Color

#aded6d
#b6ef7d
#bff18d
#c8f39d
#d1f5ad
#daf7be
#e3f9ce
#ecfbde
#f5fdee
#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

#aded6d
#ad6ded

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

Split Complementary

#aded6d
#6d6ded
#ed6ded

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

Analogous Color

#e0ed6d
#c7ed6d
#aded6d
#93ed6d
#7aed6d

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

#aded6d
#6daded
#ed6dad

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

#aded6d
#6deded
#ad6ded
#ed6d6d

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

#aded6d
#ad6ded
#ed6ded
#6ded6d

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

#aded6d Color Code Preview on Black Background Color

This is how #aded6d Color will look on black background color. Color contrast ratio is 15.11

#aded6d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aded6d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aded6d

#aded6d color code is use for CSS Background Color

Background color for the above div is #aded6d

HTML with inline CSS

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

#aded6d color code is use for CSS Border Color

CSS Border color for the above div is #aded6d

HTML with inline CSS

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

CSS Border Left color for the above div is #aded6d

HTML with inline CSS

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

CSS Border Right color for the above div is #aded6d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aded6d

HTML with inline CSS

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

CSS Border Top color for the above div is #aded6d

HTML with inline CSS

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

#aded6d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aded6d Color code Preview on White Background

This is how #aded6d Color code will look on white background color. Color contrast ratio is 1.39

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.