crispedge.com

Color picker

Loading...

#adfbe5 hex color - Blue - Cool color - Information

#adfbe5 hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #adfbe5 Color code in RGB color code model is created after adding 67.84% red color, 98.43% green color and 89.8% blue color. Hex #adfbe5 Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 0% magenta, 9% yellow and 2% black.

Hex #adfbe5 color code is between #aaffdd web safe hex color code and #bbeeee web safe hex color code. #aaffdd is the nearest web safe color code. You can see here many more shades of #adfbe5 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeadfbe5#adfbe5
RGB Decimal173, 251, 229rgb(173, 251, 229)
RGB Percent68%, 98%, 90%rgb(68%, 98%, 90%)
CSS RGBa173, 251, 229,1rgba(173,251,229,1)
CMYK Modelcmyk(31%,0%,9%,2%)
HSL Color Space163,91% ,83%hsl(163,91% ,83%)
HSV Color Space163°, 31%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011011111101111100101
Octal255373345
Decimal173251229
Hexadfbe5

Different shades of #adfbe5 color code.

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

Light Shade of #adfbe5
#defdf4
Dark Shade of #adfbe5
#7cf9d6
Saturated Shade of #adfbe5
#a9ffe7
Desaturated Shade of #adfbe5
#b1f7e3
Grey scale Shade of #adfbe5
#d4d4d4
Brighten Shade
#c6fffe
Most Readable Shade
#000000

Shades of #adfbe5 color code

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

#adfbe5
#99dfcb
#86c3b2
#73a798
#608b7f
#4c6f65
#39534c
#263732
#131b19
#000000

Similar Color like #adfbe5 color

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

#aefce6
#affde7
#b0fee8
#b1ffe9
#b2ffea
#b3ffeb
#b4ffec
#b5ffed
#b6ffee
#b7ffef
#b8fff0
#b9fff1
#bafff2
#bbfff3
#acfae4
#abf9e3
#aaf8e2
#a9f7e1
#a8f6e0
#a7f5df
#a6f4de
#a5f3dd
#a4f2dc
#a3f1db
#a2f0da
#a1efd9
#a0eed8
#9fedd7

Monochromatic Color with #adfbe5

#adfbe5
#1b2623
#38514a
#557b71
#72a697
#90d0be

Tints of #adfbe5 Color

#adfbe5
#b6fbe7
#bffbea
#c8fced
#d1fcf0
#dafdf3
#e3fdf6
#ecfef9
#f5fefc
#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

#adfbe5
#fbadc3

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

Split Complementary

#adfbe5
#fbadea
#fbbead

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

Analogous Color

#adfbc6
#adfbd5
#adfbe5
#adfbf5
#adf2fb

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

#adfbe5
#e5adfb
#fbe5ad

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

#adfbe5
#beadfb
#fbadc3
#eafbad

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

#adfbe5
#fbadc3
#fbbead
#adeafb

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

#adfbe5 Color Code Preview on Black Background Color

This is how #adfbe5 Color will look on black background color. Color contrast ratio is 17.71

#adfbe5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adfbe5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adfbe5

#adfbe5 color code is use for CSS Background Color

Background color for the above div is #adfbe5

HTML with inline CSS

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

#adfbe5 color code is use for CSS Border Color

CSS Border color for the above div is #adfbe5

HTML with inline CSS

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

CSS Border Left color for the above div is #adfbe5

HTML with inline CSS

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

CSS Border Right color for the above div is #adfbe5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adfbe5

HTML with inline CSS

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

CSS Border Top color for the above div is #adfbe5

HTML with inline CSS

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

#adfbe5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adfbe5 Color code Preview on White Background

This is how #adfbe5 Color code will look on white background color. Color contrast ratio is 1.19

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

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,251,229,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(251,173,195,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,251,229,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.