crispedge.com

Color picker

Loading...

#adc08a hex color - Green - Warm color - Information

#adc08a hex color - Green - Warm color

Color Hue/Base color: Green

Hex #adc08a Color code in RGB color code model is created after adding 67.84% red color, 75.29% green color and 54.12% blue color. Hex #adc08a Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 0% magenta, 28% yellow and 25% black.

Hex #adc08a color code is between #aabb88 web safe hex color code and #bbcc99 web safe hex color code. #aabb88 is the nearest web safe color code. You can see here many more shades of #adc08a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeadc08a#adc08a
RGB Decimal173, 192, 138rgb(173, 192, 138)
RGB Percent68%, 75%, 54%rgb(68%, 75%, 54%)
CSS RGBa173, 192, 138,1rgba(173,192,138,1)
CMYK Modelcmyk(10%,0%,28%,25%)
HSL Color Space81,30% ,65%hsl(81,30% ,65%)
HSV Color Space81°, 28%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011011100000010001010
Octal255300212
Decimal173192138
Hexadc08a

Different shades of #adc08a color code.

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

Light Shade of #adc08a
#c4d2ab
Dark Shade of #adc08a
#96ae69
Saturated Shade of #adc08a
#b0c981
Desaturated Shade of #adc08a
#aab793
Grey scale Shade of #adc08a
#a5a5a5
Brighten Shade
#c6d9a3
Most Readable Shade
#000000

Shades of #adc08a color code

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

#adc08a
#99aa7a
#86956b
#73805c
#606a4c
#4c553d
#39402e
#262a1e
#13150f
#000000

Similar Color like #adc08a color

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

#aec18b
#afc28c
#b0c38d
#b1c48e
#b2c58f
#b3c690
#b4c791
#b5c892
#b6c993
#b7ca94
#b8cb95
#b9cc96
#bacd97
#bbce98
#acbf89
#abbe88
#aabd87
#a9bc86
#a8bb85
#a7ba84
#a6b983
#a5b882
#a4b781
#a3b680
#a2b57f
#a1b47e
#a0b37d
#9fb27c

Monochromatic Color with #adc08a

#adc08a
#d3eaa9
#141610
#3a402e
#606b4d
#87956b

Tints of #adc08a Color

#adc08a
#b6c797
#bfcea4
#c8d5b1
#d1dcbe
#dae3cb
#e3ead8
#ecf1e5
#f5f8f2
#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

#adc08a
#9d8ac0

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

Split Complementary

#adc08a
#8a92c0
#b88ac0

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

Analogous Color

#c0bd8a
#b8c08a
#adc08a
#a2c08a
#97c08a

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

#adc08a
#8aadc0
#c08aad

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

#adc08a
#8ac0b8
#9d8ac0
#c08a92

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

#adc08a
#9d8ac0
#b88ac0
#92c08a

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

#adc08a Color Code Preview on Black Background Color

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

#adc08a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adc08a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adc08a

#adc08a color code is use for CSS Background Color

Background color for the above div is #adc08a

HTML with inline CSS

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

#adc08a color code is use for CSS Border Color

CSS Border color for the above div is #adc08a

HTML with inline CSS

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

CSS Border Left color for the above div is #adc08a

HTML with inline CSS

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

CSS Border Right color for the above div is #adc08a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adc08a

HTML with inline CSS

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

CSS Border Top color for the above div is #adc08a

HTML with inline CSS

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

#adc08a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adc08a Color code Preview on White Background

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

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,192,138,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(157,138,192,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,192,138,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.