crispedge.com

Color picker

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

#acae8b hex color - Green - Warm color - Information

#acae8b hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #acae8b Color code in RGB color code model is created after adding 67.45% red color, 68.24% green color and 54.51% blue color. Hex #acae8b Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 0% magenta, 20% yellow and 32% black.

Hex #acae8b color code is between #aaaa88 web safe hex color code and #bbbb99 web safe hex color code. #aaaa88 is the nearest web safe color code. You can see here many more shades of #acae8b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeacae8b#acae8b
RGB Decimal172, 174, 139rgb(172, 174, 139)
RGB Percent67%, 68%, 55%rgb(67%, 68%, 55%)
CSS RGBa172, 174, 139,1rgba(172,174,139,1)
CMYK Modelcmyk(1%,0%,20%,32%)
HSL Color Space63,18% ,61%hsl(63,18% ,61%)
HSV Color Space63°, 20%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011001010111010001011
Octal254256213
Decimal172174139
Hexacae8b

Different shades of #acae8b color code.

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

Light Shade of #acae8b
#c1c3a9
Dark Shade of #acae8b
#97996d
Saturated Shade of #acae8b
#b5b881
Desaturated Shade of #acae8b
#a3a495
Grey scale Shade of #acae8b
#9c9c9c
Brighten Shade
#c5c7a4
Most Readable Shade
#000000

Shades of #acae8b color code

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

#acae8b
#989a7b
#85876c
#72745c
#5f604d
#4c4d3d
#393a2e
#26261e
#13130f
#000000

Similar Color like #acae8b color

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

#adaf8c
#aeb08d
#afb18e
#b0b28f
#b1b390
#b2b491
#b3b592
#b4b693
#b5b794
#b6b895
#b7b996
#b8ba97
#b9bb98
#babc99
#abad8a
#aaac89
#a9ab88
#a8aa87
#a7a986
#a6a885
#a5a784
#a4a683
#a3a582
#a2a481
#a1a380
#a0a27f
#9fa17e
#9ea07d

Monochromatic Color with #acae8b

#acae8b
#d6d8ad
#040403
#2e2e25
#585947
#828369

Tints of #acae8b Color

#acae8b
#b5b797
#bec0a4
#c7c9b1
#d0d2be
#dadbcb
#e3e4d8
#ecede5
#f5f6f2
#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

#acae8b
#8d8bae

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

Split Complementary

#acae8b
#8b9bae
#9f8bae

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

Analogous Color

#aea28b
#aea98b
#acae8b
#a5ae8b
#9eae8b

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

#acae8b
#8bacae
#ae8bac

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

#acae8b
#8bae9e
#8d8bae
#ae8b9a

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

#acae8b
#8d8bae
#9f8bae
#9aae8b

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

#acae8b Color Code Preview on Black Background Color

This is how #acae8b Color will look on black background color. Color contrast ratio is 9.18

#acae8b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acae8b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acae8b

#acae8b color code is use for CSS Background Color

Background color for the above div is #acae8b

HTML with inline CSS

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

#acae8b color code is use for CSS Border Color

CSS Border color for the above div is #acae8b

HTML with inline CSS

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

CSS Border Left color for the above div is #acae8b

HTML with inline CSS

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

CSS Border Right color for the above div is #acae8b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acae8b

HTML with inline CSS

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

CSS Border Top color for the above div is #acae8b

HTML with inline CSS

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

#acae8b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acae8b Color code Preview on White Background

This is how #acae8b Color code will look on white background color. Color contrast ratio is 2.29

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

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.