crispedge.com

Color picker

Loading...

#afebde hex color - Waterwings - Green - Cool color - Information

#afebde hex color - Waterwings - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #afebde Color Code is also known as Waterwings color.

Hex #afebde Color code in RGB color code model is created after adding 68.63% red color, 92.16% green color and 87.06% blue color. Hex #afebde Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 0% magenta, 6% yellow and 8% black.

Hex #afebde color code is between #aaeedd web safe hex color code and #bbddee web safe hex color code. #aaeedd is the nearest web safe color code. You can see here many more shades of #afebde color code.

0 Likes 0 Comments | 22 Views

RGB Chart

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

Color Table

Hex Color Codeafebde#afebde
RGB Decimal175, 235, 222rgb(175, 235, 222)
RGB Percent69%, 92%, 87%rgb(69%, 92%, 87%)
CSS RGBa175, 235, 222,1rgba(175,235,222,1)
CMYK Modelcmyk(26%,0%,6%,8%)
HSL Color Space167,60% ,80%hsl(167,60% ,80%)
HSV Color Space167°, 26%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111110101111011110
Octal257353336
Decimal175235222
Hexafebde

Different shades of #afebde color code.

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

Light Shade of #afebde
#d8f5ef
Dark Shade of #afebde
#86e1cd
Saturated Shade of #afebde
#aaf0e1
Desaturated Shade of #afebde
#b4e6db
Grey scale Shade of #afebde
#cdcdcd
Brighten Shade
#c8fff7
Most Readable Shade
#000000

Shades of #afebde color code

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

#afebde
#9bd0c5
#88b6ac
#749c94
#61827b
#4d6862
#3a4e4a
#263431
#131a18
#000000

Similar Color like #afebde color

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

#b0ecdf
#b1ede0
#b2eee1
#b3efe2
#b4f0e3
#b5f1e4
#b6f2e5
#b7f3e6
#b8f4e7
#b9f5e8
#baf6e9
#bbf7ea
#bcf8eb
#bdf9ec
#aeeadd
#ade9dc
#ace8db
#abe7da
#aae6d9
#a9e5d8
#a8e4d7
#a7e3d6
#a6e2d5
#a5e1d4
#a4e0d3
#a3dfd2
#a2ded1
#a1ddd0

Monochromatic Color with #afebde

#afebde
#111615
#30413d
#506b66
#70968e
#8fc0b6

Tints of #afebde Color

#afebde
#b7ede1
#c0efe5
#c9f1e9
#d2f3ec
#dbf6f0
#e4f8f4
#edfaf7
#f6fcfb
#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

#afebde
#ebafbc

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

Split Complementary

#afebde
#ebafda
#ebc0af

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

Analogous Color

#afebc6
#afebd2
#afebde
#afebea
#afe0eb

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

#afebde
#deafeb
#ebdeaf

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

#afebde
#c0afeb
#ebafbc
#daebaf

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

#afebde
#ebafbc
#ebc0af
#afdaeb

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

#afebde Color Code Preview on Black Background Color

This is how #afebde Color will look on black background color. Color contrast ratio is 15.76

#afebde in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afebde

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afebde

#afebde color code is use for CSS Background Color

Background color for the above div is #afebde

HTML with inline CSS

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

#afebde color code is use for CSS Border Color

CSS Border color for the above div is #afebde

HTML with inline CSS

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

CSS Border Left color for the above div is #afebde

HTML with inline CSS

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

CSS Border Right color for the above div is #afebde

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afebde

HTML with inline CSS

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

CSS Border Top color for the above div is #afebde

HTML with inline CSS

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

#afebde hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afebde Color code Preview on White Background

This is how #afebde Color code will look on white background color. Color contrast ratio is 1.33

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

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(175,235,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(235,175,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,235,222,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 22 Views

Post your comment:-

By submitting comment you agree to our privacy policy.