crispedge.com

Color picker

Loading...

#acb08e hex color - Green - Warm color - Information

#acb08e hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #acb08e Color code in RGB color code model is created after adding 67.45% red color, 69.02% green color and 55.69% blue color. Hex #acb08e Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 19% yellow and 31% black.

Hex #acb08e 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 #acb08e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeacb08e#acb08e
RGB Decimal172, 176, 142rgb(172, 176, 142)
RGB Percent67%, 69%, 56%rgb(67%, 69%, 56%)
CSS RGBa172, 176, 142,1rgba(172,176,142,1)
CMYK Modelcmyk(2%,0%,19%,31%)
HSL Color Space67,18% ,62%hsl(67,18% ,62%)
HSV Color Space67°, 19%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011001011000010001110
Octal254260216
Decimal172176142
Hexacb08e

Different shades of #acb08e color code.

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

Light Shade of #acb08e
#c2c5ac
Dark Shade of #acb08e
#969b70
Saturated Shade of #acb08e
#b3ba84
Desaturated Shade of #acb08e
#a5a698
Grey scale Shade of #acb08e
#9f9f9f
Brighten Shade
#c5c9a7
Most Readable Shade
#000000

Shades of #acb08e color code

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

#acb08e
#989c7e
#85886e
#72755e
#5f614e
#4c4e3f
#393a2f
#26271f
#13130f
#000000

Similar Color like #acb08e color

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

#adb18f
#aeb290
#afb391
#b0b492
#b1b593
#b2b694
#b3b795
#b4b896
#b5b997
#b6ba98
#b7bb99
#b8bc9a
#b9bd9b
#babe9c
#abaf8d
#aaae8c
#a9ad8b
#a8ac8a
#a7ab89
#a6aa88
#a5a987
#a4a886
#a3a785
#a2a684
#a1a583
#a0a482
#9fa381
#9ea280

Monochromatic Color with #acb08e

#acb08e
#d6dab0
#060605
#2f3027
#595b49
#82856c

Tints of #acb08e Color

#acb08e
#b5b89a
#bec1a7
#c7cab3
#d0d3c0
#dadbcc
#e3e4d9
#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

#acb08e
#928eb0

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

Split Complementary

#acb08e
#8e9bb0
#a38eb0

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

Analogous Color

#b0a68e
#b0ad8e
#acb08e
#a5b08e
#9eb08e

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

#acb08e
#8eacb0
#b08eac

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

#acb08e
#8eb0a3
#928eb0
#b08e9b

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

#acb08e
#928eb0
#a38eb0
#9bb08e

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

#acb08e Color Code Preview on Black Background Color

This is how #acb08e Color will look on black background color. Color contrast ratio is 9.35

#acb08e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acb08e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acb08e

#acb08e color code is use for CSS Background Color

Background color for the above div is #acb08e

HTML with inline CSS

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

#acb08e color code is use for CSS Border Color

CSS Border color for the above div is #acb08e

HTML with inline CSS

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

CSS Border Left color for the above div is #acb08e

HTML with inline CSS

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

CSS Border Right color for the above div is #acb08e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acb08e

HTML with inline CSS

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

CSS Border Top color for the above div is #acb08e

HTML with inline CSS

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

#acb08e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acb08e Color code Preview on White Background

This is how #acb08e Color code will look on white background color. Color contrast ratio is 2.24

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

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(172,176,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(146,142,176,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,176,142,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.