crispedge.com

Color picker

Loading...

#add485 hex color - Green - Warm color - Information

#add485 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #add485 Color code in RGB color code model is created after adding 67.84% red color, 83.14% green color and 52.16% blue color. Hex #add485 Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 0% magenta, 37% yellow and 17% black.

Hex #add485 color code is between #aacc88 web safe hex color code and #bbdd77 web safe hex color code. #aacc88 is the nearest web safe color code. You can see here many more shades of #add485 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeadd485#add485
RGB Decimal173, 212, 133rgb(173, 212, 133)
RGB Percent68%, 83%, 52%rgb(68%, 83%, 52%)
CSS RGBa173, 212, 133,1rgba(173,212,133,1)
CMYK Modelcmyk(18%,0%,37%,17%)
HSL Color Space90,48% ,68%hsl(90,48% ,68%)
HSV Color Space90°, 37%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011011101010010000101
Octal255324205
Decimal173212133
Hexadd485

Different shades of #add485 color code.

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

Light Shade of #add485
#c6e1ab
Dark Shade of #add485
#94c75f
Saturated Shade of #add485
#addc7d
Desaturated Shade of #add485
#adcc8d
Grey scale Shade of #add485
#acacac
Brighten Shade
#c6ed9e
Most Readable Shade
#000000

Shades of #add485 color code

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

#add485
#99bc76
#86a467
#738d58
#607549
#4c5e3b
#39462c
#262f1d
#13170e
#000000

Similar Color like #add485 color

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

#aed586
#afd687
#b0d788
#b1d889
#b2d98a
#b3da8b
#b4db8c
#b5dc8d
#b6dd8e
#b7de8f
#b8df90
#b9e091
#bae192
#bbe293
#acd384
#abd283
#aad182
#a9d081
#a8cf80
#a7ce7f
#a6cd7e
#a5cc7d
#a4cb7c
#a3ca7b
#a2c97a
#a1c879
#a0c778
#9fc677

Monochromatic Color with #add485

#add485
#d0fea0
#222a1a
#455435
#687f50
#8aa96a

Tints of #add485 Color

#add485
#b6d892
#bfdda0
#c8e2ad
#d1e7bb
#daebc8
#e3f0d6
#ecf5e3
#f5faf1
#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

#add485
#ac85d4

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

Split Complementary

#add485
#8585d4
#d485d4

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

Analogous Color

#cdd485
#bdd485
#add485
#9dd485
#8dd485

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

#add485
#85add4
#d485ad

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

#add485
#85d4d3
#ac85d4
#d48585

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

#add485
#ac85d4
#d485d4
#85d485

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

#add485 Color Code Preview on Black Background Color

This is how #add485 Color will look on black background color. Color contrast ratio is 12.53

#add485 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #add485

HTML with inline CSS

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

Your Example Paragraph content text in with font color #add485

#add485 color code is use for CSS Background Color

Background color for the above div is #add485

HTML with inline CSS

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

#add485 color code is use for CSS Border Color

CSS Border color for the above div is #add485

HTML with inline CSS

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

CSS Border Left color for the above div is #add485

HTML with inline CSS

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

CSS Border Right color for the above div is #add485

HTML with inline CSS

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

CSS Border Bottom color for the above div is #add485

HTML with inline CSS

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

CSS Border Top color for the above div is #add485

HTML with inline CSS

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

#add485 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#add485 Color code Preview on White Background

This is how #add485 Color code will look on white background color. Color contrast ratio is 1.68

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

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,212,133,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(172,133,212,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,212,133,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.