crispedge.com

Color picker

Loading...

#addb9e hex color - Green - Cool color - Information

#addb9e hex color - Green - Cool color

Color Hue/Base color: Green

Hex #addb9e Color code in RGB color code model is created after adding 67.84% red color, 85.88% green color and 61.96% blue color. Hex #addb9e Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 0% magenta, 28% yellow and 14% black.

Hex #addb9e color code is between #aadd99 web safe hex color code and #bbccaa web safe hex color code. #aadd99 is the nearest web safe color code. You can see here many more shades of #addb9e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaddb9e#addb9e
RGB Decimal173, 219, 158rgb(173, 219, 158)
RGB Percent68%, 86%, 62%rgb(68%, 86%, 62%)
CSS RGBa173, 219, 158,1rgba(173,219,158,1)
CMYK Modelcmyk(21%,0%,28%,14%)
HSL Color Space105,46% ,74%hsl(105,46% ,74%)
HSV Color Space105°, 28%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011011101101110011110
Octal255333236
Decimal173219158
Hexaddb9e

Different shades of #addb9e color code.

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

Light Shade of #addb9e
#cce9c3
Dark Shade of #addb9e
#8ecd79
Saturated Shade of #addb9e
#aae297
Desaturated Shade of #addb9e
#b0d4a5
Grey scale Shade of #addb9e
#bcbcbc
Brighten Shade
#c6f4b7
Most Readable Shade
#000000

Shades of #addb9e color code

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

#addb9e
#99c28c
#86aa7a
#739269
#607957
#4c6146
#394934
#263023
#131811
#000000

Similar Color like #addb9e color

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

#aedc9f
#afdda0
#b0dea1
#b1dfa2
#b2e0a3
#b3e1a4
#b4e2a5
#b5e3a6
#b6e4a7
#b7e5a8
#b8e6a9
#b9e7aa
#bae8ab
#bbe9ac
#acda9d
#abd99c
#aad89b
#a9d79a
#a8d699
#a7d598
#a6d497
#a5d396
#a4d295
#a3d194
#a2d093
#a1cf92
#a0ce91
#9fcd90

Monochromatic Color with #addb9e

#addb9e
#050605
#273123
#485b42
#6a8661
#8bb07f

Tints of #addb9e Color

#addb9e
#b6dfa8
#bfe3b3
#c8e7be
#d1ebc9
#daefd3
#e3f3de
#ecf7e9
#f5fbf4
#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

#addb9e
#cc9edb

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

Split Complementary

#addb9e
#ad9edb
#db9ecc

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

Analogous Color

#c5db9e
#b9db9e
#addb9e
#a1db9e
#9edba7

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

#addb9e
#9eaddb
#db9ead

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

#addb9e
#9ecbdb
#cc9edb
#dbad9e

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

#addb9e
#cc9edb
#db9ecc
#9edbad

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

#addb9e Color Code Preview on Black Background Color

This is how #addb9e Color will look on black background color. Color contrast ratio is 13.40

#addb9e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #addb9e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #addb9e

#addb9e color code is use for CSS Background Color

Background color for the above div is #addb9e

HTML with inline CSS

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

#addb9e color code is use for CSS Border Color

CSS Border color for the above div is #addb9e

HTML with inline CSS

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

CSS Border Left color for the above div is #addb9e

HTML with inline CSS

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

CSS Border Right color for the above div is #addb9e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #addb9e

HTML with inline CSS

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

CSS Border Top color for the above div is #addb9e

HTML with inline CSS

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

#addb9e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#addb9e Color code Preview on White Background

This is how #addb9e Color code will look on white background color. Color contrast ratio is 1.57

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

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,219,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,158,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,219,158,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.