crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#aefdb7 hex color - Green - Cool color - Information

#aefdb7 hex color - Green - Cool color

Color Hue/Base color: Green

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

Hex #aefdb7 color code is between #aaffbb web safe hex color code and #bbeeaa web safe hex color code. #aaffbb is the nearest web safe color code. You can see here many more shades of #aefdb7 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaefdb7#aefdb7
RGB Decimal174, 253, 183rgb(174, 253, 183)
RGB Percent68%, 99%, 72%rgb(68%, 99%, 72%)
CSS RGBa174, 253, 183,1rgba(174,253,183,1)
CMYK Modelcmyk(31%,0%,28%,1%)
HSL Color Space127,95% ,84%hsl(127,95% ,84%)
HSV Color Space127°, 31%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101111110110110111
Octal256375267
Decimal174253183
Hexaefdb7

Different shades of #aefdb7 color code.

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

Light Shade of #aefdb7
#e0fee3
Dark Shade of #aefdb7
#7cfc8b
Saturated Shade of #aefdb7
#acffb5
Desaturated Shade of #aefdb7
#b2f9ba
Grey scale Shade of #aefdb7
#d5d5d5
Brighten Shade
#c7ffd0
Most Readable Shade
#000000

Shades of #aefdb7 color code

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

#aefdb7
#9ae0a2
#87c48e
#74a87a
#608c65
#4d7051
#3a543d
#263828
#131c14
#000000

Similar Color like #aefdb7 color

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

#affeb8
#b0ffb9
#b1ffba
#b2ffbb
#b3ffbc
#b4ffbd
#b5ffbe
#b6ffbf
#b7ffc0
#b8ffc1
#b9ffc2
#baffc3
#bbffc4
#bcffc5
#adfcb6
#acfbb5
#abfab4
#aaf9b3
#a9f8b2
#a8f7b1
#a7f6b0
#a6f5af
#a5f4ae
#a4f3ad
#a3f2ac
#a2f1ab
#a1f0aa
#a0efa9

Monochromatic Color with #aefdb7

#aefdb7
#1c281d
#39533c
#567d5b
#74a87a
#91d298

Tints of #aefdb7 Color

#aefdb7
#b7fdbf
#c0fdc7
#c9fdcf
#d2fdd7
#dbfedf
#e4fee7
#edfeef
#f6fef7
#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

#aefdb7
#fdaef4

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

Split Complementary

#aefdb7
#dfaefd
#fdaecc

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

Analogous Color

#c5fdae
#b5fdae
#aefdb7
#aefdc7
#aefdd7

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

#aefdb7
#b7aefd
#fdb7ae

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

#aefdb7
#aeccfd
#fdaef4
#fddeae

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

#aefdb7
#fdaef4
#fdaecc
#aefddf

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

#aefdb7 Color Code Preview on Black Background Color

This is how #aefdb7 Color will look on black background color. Color contrast ratio is 17.53

#aefdb7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aefdb7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aefdb7

#aefdb7 color code is use for CSS Background Color

Background color for the above div is #aefdb7

HTML with inline CSS

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

#aefdb7 color code is use for CSS Border Color

CSS Border color for the above div is #aefdb7

HTML with inline CSS

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

CSS Border Left color for the above div is #aefdb7

HTML with inline CSS

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

CSS Border Right color for the above div is #aefdb7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aefdb7

HTML with inline CSS

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

CSS Border Top color for the above div is #aefdb7

HTML with inline CSS

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

#aefdb7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aefdb7 Color code Preview on White Background

This is how #aefdb7 Color code will look on white background color. Color contrast ratio is 1.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 #aefdb7; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #aefdb7; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.