crispedge.com

Color picker

Loading...

#adbc7c hex color - Green - Warm color - Information

#adbc7c hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

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

Hex #adbc7c color code is between #aabb77 web safe hex color code and #bbcc88 web safe hex color code. #aabb77 is the nearest web safe color code. You can see here many more shades of #adbc7c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeadbc7c#adbc7c
RGB Decimal173, 188, 124rgb(173, 188, 124)
RGB Percent68%, 74%, 49%rgb(68%, 74%, 49%)
CSS RGBa173, 188, 124,1rgba(173,188,124,1)
CMYK Modelcmyk(8%,0%,34%,26%)
HSL Color Space74,32% ,61%hsl(74,32% ,61%)
HSV Color Space74°, 34%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011011011110001111100
Octal255274174
Decimal173188124
Hexadbc7c

Different shades of #adbc7c color code.

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

Light Shade of #adbc7c
#c2cd9e
Dark Shade of #adbc7c
#98ab5a
Saturated Shade of #adbc7c
#b2c672
Desaturated Shade of #adbc7c
#a8b286
Grey scale Shade of #adbc7c
#9c9c9c
Brighten Shade
#c6d595
Most Readable Shade
#000000

Shades of #adbc7c color code

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

#adbc7c
#99a76e
#869260
#737d52
#606844
#4c5337
#393e29
#26291b
#13140d
#000000

Similar Color like #adbc7c color

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

#aebd7d
#afbe7e
#b0bf7f
#b1c080
#b2c181
#b3c282
#b4c383
#b5c484
#b6c585
#b7c686
#b8c787
#b9c888
#bac989
#bbca8a
#acbb7b
#abba7a
#aab979
#a9b878
#a8b777
#a7b676
#a6b575
#a5b474
#a4b373
#a3b272
#a2b171
#a1b070
#a0af6f
#9fae6e

Monochromatic Color with #adbc7c

#adbc7c
#d4e698
#11120c
#383c28
#5f6744
#869160

Tints of #adbc7c Color

#adbc7c
#b6c38a
#bfca99
#c8d2a7
#d1d9b6
#dae1c4
#e3e8d3
#ecf0e1
#f5f7f0
#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

#adbc7c
#8b7cbc

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

Split Complementary

#adbc7c
#7c8dbc
#ab7cbc

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

Analogous Color

#bcb17c
#babc7c
#adbc7c
#a0bc7c
#93bc7c

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

#adbc7c
#7cadbc
#bc7cad

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

#adbc7c
#7cbcab
#8b7cbc
#bc7c8d

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

#adbc7c
#8b7cbc
#ab7cbc
#8dbc7c

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

#adbc7c Color Code Preview on Black Background Color

This is how #adbc7c Color will look on black background color. Color contrast ratio is 10.26

#adbc7c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adbc7c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adbc7c

#adbc7c color code is use for CSS Background Color

Background color for the above div is #adbc7c

HTML with inline CSS

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

#adbc7c color code is use for CSS Border Color

CSS Border color for the above div is #adbc7c

HTML with inline CSS

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

CSS Border Left color for the above div is #adbc7c

HTML with inline CSS

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

CSS Border Right color for the above div is #adbc7c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adbc7c

HTML with inline CSS

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

CSS Border Top color for the above div is #adbc7c

HTML with inline CSS

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

#adbc7c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adbc7c Color code Preview on White Background

This is how #adbc7c Color code will look on white background color. Color contrast ratio is 2.05

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

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,188,124,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(139,124,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,188,124,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.