crispedge.com

Color picker

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

#aebdad hex color - Green - Cool color - Information

#aebdad hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aebdad Color code in RGB color code model is created after adding 68.24% red color, 74.12% green color and 67.84% blue color. Hex #aebdad Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 0% magenta, 8% yellow and 26% black.

Hex #aebdad color code is between #aabbaa web safe hex color code and #bbccbb web safe hex color code. #aabbaa is the nearest web safe color code. You can see here many more shades of #aebdad color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codeaebdad#aebdad
RGB Decimal174, 189, 173rgb(174, 189, 173)
RGB Percent68%, 74%, 68%rgb(68%, 74%, 68%)
CSS RGBa174, 189, 173,1rgba(174,189,173,1)
CMYK Modelcmyk(8%,0%,8%,26%)
HSL Color Space116,11% ,71%hsl(116,11% ,71%)
HSV Color Space116°, 8%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101011110110101101
Octal256275255
Decimal174189173
Hexaebdad

Different shades of #aebdad color code.

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

Light Shade of #aebdad
#cad4c9
Dark Shade of #aebdad
#92a691
Saturated Shade of #aebdad
#a8c4a6
Desaturated Shade of #aebdad
#b4b6b4
Grey scale Shade of #aebdad
#b5b5b5
Brighten Shade
#c7d6c6
Most Readable Shade
#000000

Shades of #aebdad color code

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

#aebdad
#9aa899
#879386
#747e73
#606960
#4d544c
#3a3f39
#262a26
#131513
#000000

Similar Color like #aebdad color

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

#afbeae
#b0bfaf
#b1c0b0
#b2c1b1
#b3c2b2
#b4c3b3
#b5c4b4
#b6c5b5
#b7c6b6
#b8c7b7
#b9c8b8
#bac9b9
#bbcaba
#bccbbb
#adbcac
#acbbab
#abbaaa
#aab9a9
#a9b8a8
#a8b7a7
#a7b6a6
#a6b5a5
#a5b4a4
#a4b3a3
#a3b2a2
#a2b1a1
#a1b0a0
#a0af9f

Monochromatic Color with #aebdad

#aebdad
#d5e7d4
#111311
#393d38
#60685f
#879286

Tints of #aebdad Color

#aebdad
#b7c4b6
#c0cbbf
#c9d3c8
#d2dad1
#dbe1da
#e4e9e3
#edf0ec
#f6f7f5
#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

#aebdad
#bcadbd

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

Split Complementary

#aebdad
#b4adbd
#bdadb6

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

Analogous Color

#b4bdad
#b1bdad
#aebdad
#adbdaf
#adbdb2

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

#aebdad
#adaebd
#bdadae

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

#aebdad
#adb6bd
#bcadbd
#bdb4ad

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

#aebdad
#bcadbd
#bdadb6
#adbdb4

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

#aebdad Color Code Preview on Black Background Color

This is how #aebdad Color will look on black background color. Color contrast ratio is 10.68

#aebdad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aebdad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aebdad

#aebdad color code is use for CSS Background Color

Background color for the above div is #aebdad

HTML with inline CSS

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

#aebdad color code is use for CSS Border Color

CSS Border color for the above div is #aebdad

HTML with inline CSS

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

CSS Border Left color for the above div is #aebdad

HTML with inline CSS

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

CSS Border Right color for the above div is #aebdad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aebdad

HTML with inline CSS

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

CSS Border Top color for the above div is #aebdad

HTML with inline CSS

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

#aebdad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aebdad Color code Preview on White Background

This is how #aebdad Color code will look on white background color. Color contrast ratio is 1.97

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.