@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#add4be hex color - Green - Cool color - Information

#add4be hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code add4be #add4be
RGB Decimal 173, 212, 190 rgb(173, 212, 190)
RGB Percent 68%, 83%, 75% rgb(68%, 83%, 75%)
CSS RGBa 173, 212, 190,1 rgba(173,212,190,1)
CMYK Model cmyk(18%,0%,10%,16.86%)
HSL Color Space 146,31% ,75% hsl(146,31% ,75%)
HSV Color Space 146°, 18%, 83%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101101 11010100 10111110
Octal 255 324 276
Decimal 173 212 190
Hex ad d4 be

Different shades of #add4be color code.

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

Light Shade of #add4be
#cee6d9
Dark Shade of #add4be
#8cc2a3
Saturated Shade of #add4be
#a7dabd
Desaturated Shade of #add4be
#b3cebf
Grey scale Shade of #add4be
#c0c0c0
Brighten Shade
#c6edd7
Most Readable Shade
#000000

Shades of #add4be color code

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

#add4be
#99bca8
#86a493
#738d7e
#607569
#4c5e54
#39463f
#262f2a
#131715
#000000

Similar Color like #add4be color

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

#aed5bf
#afd6c0
#b0d7c1
#b1d8c2
#b2d9c3
#b3dac4
#b4dbc5
#b5dcc6
#b6ddc7
#b7dec8
#b8dfc9
#b9e0ca
#bae1cb
#bbe2cc
#acd3bd
#abd2bc
#aad1bb
#a9d0ba
#a8cfb9
#a7ceb8
#a6cdb7
#a5ccb6
#a4cbb5
#a3cab4
#a2c9b3
#a1c8b2
#a0c7b1
#9fc6b0

Monochromatic Color with #add4be

#add4be
#d0fee4
#222a26
#45544c
#687f72
#8aa998

Tints of #add4be Color

#add4be
#b6d8c5
#bfddcc
#c8e2d3
#d1e7da
#daebe2
#e3f0e9
#ecf5f0
#f5faf7
#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

#add4be
#d4adc3

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

Split Complementary

#add4be
#d2add4
#d4adb0

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

Analogous Color

#add4ae
#add4b6
#add4be
#add4c6
#add4ce

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

#add4be
#beadd4
#d4bead

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

#add4be
#adafd4
#d4adc3
#d4d1ad

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

#add4be
#d4adc3
#d4adb0
#add4d2

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

#add4be Color Code Preview on Black Background Color

This is how #add4be Color will look on black background color. Color contrast ratio is 12.94

#add4be in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #add4be

HTML with inline CSS

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

Your Example Paragraph content text in with font color #add4be

#add4be color code is use for CSS Background Color

Background color for the above div is #add4be

HTML with inline CSS

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

#add4be color code is use for CSS Border Color

CSS Border color for the above div is #add4be

HTML with inline CSS

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

CSS Border Left color for the above div is #add4be

HTML with inline CSS

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

CSS Border Right color for the above div is #add4be

HTML with inline CSS

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

CSS Border Bottom color for the above div is #add4be

HTML with inline CSS

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

CSS Border Top color for the above div is #add4be

HTML with inline CSS

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

#add4be hex Color code used as CSS color Codes

Example CSS Class for usage

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

#add4be Color code Preview on White Background

This is how #add4be Color code will look on white background color. Color contrast ratio is 1.62

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

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