crispedge.com

Color picker

Loading...

#85e8ac hex color - Green - Cool color - Information

#85e8ac hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #85e8ac Color code in RGB color code model is created after adding 52.16% red color, 90.98% green color and 67.45% blue color. Hex #85e8ac Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 0% magenta, 26% yellow and 9% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code85e8ac#85e8ac
RGB Decimal133, 232, 172rgb(133, 232, 172)
RGB Percent52%, 91%, 67%rgb(52%, 91%, 67%)
CSS RGBa133, 232, 172,1rgba(133,232,172,1)
CMYK Modelcmyk(43%,0%,26%,9%)
HSL Color Space144,68% ,72%hsl(144,68% ,72%)
HSV Color Space144°, 43%, 91%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001011110100010101100
Octal205350254
Decimal133232172
Hex85e8ac

Different shades of #85e8ac color code.

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

Light Shade of #85e8ac
#b0f0c9
Dark Shade of #85e8ac
#5ae08f
Saturated Shade of #85e8ac
#7eefaa
Desaturated Shade of #85e8ac
#8ce1ae
Grey scale Shade of #85e8ac
#b6b6b6
Brighten Shade
#9effc5
Most Readable Shade
#000000

Shades of #85e8ac color code

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

#85e8ac
#76ce98
#67b485
#589a72
#49805f
#3b674c
#2c4d39
#1d3326
#0e1913
#000000

Similar Color like #85e8ac color

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

#86e9ad
#87eaae
#88ebaf
#89ecb0
#8aedb1
#8beeb2
#8cefb3
#8df0b4
#8ef1b5
#8ff2b6
#90f3b7
#91f4b8
#92f5b9
#93f6ba
#84e7ab
#83e6aa
#82e5a9
#81e4a8
#80e3a7
#7fe2a6
#7ee1a5
#7de0a4
#7cdfa3
#7bdea2
#7adda1
#79dca0
#78db9f
#77da9e

Monochromatic Color with #85e8ac

#85e8ac
#0b130e
#243e2e
#3c684d
#54936d
#6dbd8c

Tints of #85e8ac Color

#85e8ac
#92eab5
#a0edbe
#adefc7
#bbf2d0
#c8f4da
#d6f7e3
#e3f9ec
#f1fcf5
#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

#85e8ac
#e885c1

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

Split Complementary

#85e8ac
#de85e8
#e88590

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

Analogous Color

#86e885
#85e898
#85e8ac
#85e8c0
#85e8d4

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

#85e8ac
#ac85e8
#e8ac85

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

#85e8ac
#858fe8
#e885c1
#e8dd85

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

#85e8ac
#e885c1
#e88590
#85e8de

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 #85e8ac 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.

#85e8ac Color Code Preview on Black Background Color

This is how #85e8ac Color will look on black background color. Color contrast ratio is 14.14

#85e8ac in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#85e8ac color code is use for CSS Background Color

Background color for the above div is #85e8ac

HTML with inline CSS

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

#85e8ac color code is use for CSS Border Color

CSS Border color for the above div is #85e8ac

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#85e8ac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#85e8ac Color code Preview on White Background

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

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

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(133,232,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(232,133,193,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(133,232,172,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.