Skip to main content Skip to docs navigation

#85e7cd hex color | Download Light Green BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Pantone 3375 C and its hex is #7AE1BF Nearest Color Name

Color Hue/Base color: Green

Hex #85e7cd Color code in RGB color code model is created after adding 52.16% red color, 90.59% green color and 80.39% blue color. Hex #85e7cd Color code in CMYK color (process color) code model is generated after subtraction of 42% cyan, 0% magenta, 11% yellow and 9.41% black.

Hex #85e7cd color code is between #88eecc web safe hex color code and #77dddd web safe hex color code. #88eecc is the nearest web safe color code. You can see here many more shades of #85e7cd color code.

RGB Chart

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

Color Table

Hex Color Code 85e7cd #85e7cd
RGB Decimal 133, 231, 205 133, 231, 205
RGB Percent 52%, 91%, 80% rgb(52%, 91%, 80%)
CSS RGBa 133, 231, 205,1 rgba(133,231,205,1)
CMYK Model cmyk(42%,0%,11%,9.41%)
HSL Color Space 164,67% ,71% hsl(164,67% ,71%)
HSV Color Space 164°, 42%, 91%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10000101 11100111 11001101
Octal 205 347 315
Decimal 133 231 205
Hex 85 e7 cd

Different shades of #85e7cd color code.

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

Darkest of #85e7cd
#23b08b
Darker of #85e7cd
#30d6aa
Dark of #85e7cd
#5adfbc
Base of #85e7cd
#85e7cd
Light of #85e7cd
#b0efde
Lighter
#daf8f0
Lightest
#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

#85e7cd
#e7859f

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

Split Complementary

#85e7cd
#e785d0
#e79c85

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

Analogous Color

#85e794
#85e7a4
#85e7cd
#85e0e7
#85b7e7

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

#85e7cd
#e7cd85
#cd85e7

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

#85e7cd
#cd85e7
#e7859f
#9fe785

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#85e7cd
#9c85e7
#e7859f
#d0e785

Square 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).

Monochromatic Color with #85e7cd

#1a8669
#23b08b
#30d6aa
#5adfbc
#85e7cd
#b0efde
#daf8f0
#ffffff
#ffffff

Tints of #85e7cd Color

#85e7cd
#92e9d2
#a0ecd8
#adefdd
#bbf1e3
#c8f4e8
#d6f7ee
#e3f9f3
#f1fcf9
#ffffff

Shades of #85e7cd color code

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

#85e7cd
#76cdb6
#67b39f
#589a88
#498071
#3b665b
#2c4d44
#1d332d
#0e1916
#000000

Tones

#85e7cd
#94d8c6
#a2cabf
#b1bbb8
#b6b6b6

Tones

Similar Color like #85e7cd color

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

#86e8ce
#87e9cf
#88ead0
#89ebd1
#8aecd2
#8bedd3
#8ceed4
#8defd5
#8ef0d6
#8ff1d7
#90f2d8
#91f3d9
#92f4da
#93f5db
#84e6cc
#83e5cb
#82e4ca
#81e3c9
#80e2c8
#7fe1c7
#7ee0c6
#7ddfc5
#7cdec4
#7bddc3
#7adcc2
#79dbc1
#78dac0
#77d9bf

Download this Light Green

Hex #85e7cd 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.

#85e7cd Color Code Preview on Black Background Color

This is how #85e7cd Color will look on black background color. Color contrast ratio is 14.31

#85e7cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #85e7cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #85e7cd

#85e7cd color code is use for CSS Background Color

Background color for the above div is #85e7cd

HTML with inline CSS

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

#85e7cd color code is use for CSS Border Color

CSS Border color for the above div is #85e7cd

HTML with inline CSS

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

CSS Border Left color for the above div is #85e7cd

HTML with inline CSS

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

CSS Border Right color for the above div is #85e7cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #85e7cd

HTML with inline CSS

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

CSS Border Top color for the above div is #85e7cd

HTML with inline CSS

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

#85e7cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#85e7cd Color code Preview on White Background

This is how #85e7cd Color code will look on white background color. Color contrast ratio is 1.47

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(133,231,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(231,133,159,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(133,231,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }