crispedge.com

Color picker

Loading...

#abedbf hex color - Green - Cool color - Information

#abedbf hex color - Green - Cool color

Color Hue/Base color: Green

Hex #abedbf Color code in RGB color code model is created after adding 67.06% red color, 92.94% green color and 74.9% blue color. Hex #abedbf Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 0% magenta, 19% yellow and 7% black.

Hex #abedbf color code is between #aaeebb web safe hex color code and #bbddcc web safe hex color code. #aaeebb is the nearest web safe color code. You can see here many more shades of #abedbf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeabedbf#abedbf
RGB Decimal171, 237, 191rgb(171, 237, 191)
RGB Percent67%, 93%, 75%rgb(67%, 93%, 75%)
CSS RGBa171, 237, 191,1rgba(171,237,191,1)
CMYK Modelcmyk(28%,0%,19%,7%)
HSL Color Space138,65% ,80%hsl(138,65% ,80%)
HSV Color Space138°, 28%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010111110110110111111
Octal253355277
Decimal171237191
Hexabedbf

Different shades of #abedbf color code.

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

Light Shade of #abedbf
#d5f6df
Dark Shade of #abedbf
#81e49f
Saturated Shade of #abedbf
#a6f2bd
Desaturated Shade of #abedbf
#b0e8c1
Grey scale Shade of #abedbf
#cccccc
Brighten Shade
#c4ffd8
Most Readable Shade
#000000

Shades of #abedbf color code

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

#abedbf
#98d2a9
#85b894
#729e7f
#5f836a
#4c6954
#394f3f
#26342a
#131a15
#000000

Similar Color like #abedbf color

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

#aceec0
#adefc1
#aef0c2
#aff1c3
#b0f2c4
#b1f3c5
#b2f4c6
#b3f5c7
#b4f6c8
#b5f7c9
#b6f8ca
#b7f9cb
#b8facc
#b9fbcd
#aaecbe
#a9ebbd
#a8eabc
#a7e9bb
#a6e8ba
#a5e7b9
#a4e6b8
#a3e5b7
#a2e4b6
#a1e3b5
#a0e2b4
#9fe1b3
#9ee0b2
#9ddfb1

Monochromatic Color with #abedbf

#abedbf
#121814
#304336
#4f6d58
#6e987a
#8cc29d

Tints of #abedbf Color

#abedbf
#b4efc6
#bdf1cd
#c7f3d4
#d0f5db
#d9f7e2
#e3f9e9
#ecfbf0
#f5fdf7
#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

#abedbf
#edabd9

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

Split Complementary

#abedbf
#e0abed
#edabb8

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

Analogous Color

#b1edab
#abedb2
#abedbf
#abedcc
#abedd9

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

#abedbf
#bfabed
#edbfab

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

#abedbf
#abb8ed
#edabd9
#ede0ab

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

#abedbf
#edabd9
#edabb8
#abede0

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

#abedbf Color Code Preview on Black Background Color

This is how #abedbf Color will look on black background color. Color contrast ratio is 15.60

#abedbf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abedbf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abedbf

#abedbf color code is use for CSS Background Color

Background color for the above div is #abedbf

HTML with inline CSS

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

#abedbf color code is use for CSS Border Color

CSS Border color for the above div is #abedbf

HTML with inline CSS

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

CSS Border Left color for the above div is #abedbf

HTML with inline CSS

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

CSS Border Right color for the above div is #abedbf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #abedbf

HTML with inline CSS

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

CSS Border Top color for the above div is #abedbf

HTML with inline CSS

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

#abedbf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#abedbf Color code Preview on White Background

This is how #abedbf Color code will look on white background color. Color contrast ratio is 1.35

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

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(171,237,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,171,217,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(171,237,191,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.