crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

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

#85c4be hex color - Green - Cool color

Color Hue/Base color: Green

Hex #85c4be Color code in RGB color code model is created after adding 52.16% red color, 76.86% green color and 74.51% blue color. Hex #85c4be Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 0% magenta, 3% yellow and 23% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code85c4be#85c4be
RGB Decimal133, 196, 190rgb(133, 196, 190)
RGB Percent52%, 77%, 75%rgb(52%, 77%, 75%)
CSS RGBa133, 196, 190,1rgba(133,196,190,1)
CMYK Modelcmyk(32%,0%,3%,23%)
HSL Color Space174,35% ,65%hsl(174,35% ,65%)
HSV Color Space174°, 32%, 77%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001011100010010111110
Octal205304276
Decimal133196190
Hex85c4be

Different shades of #85c4be color code.

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

Light Shade of #85c4be
#a7d5d0
Dark Shade of #85c4be
#63b3ac
Saturated Shade of #85c4be
#7ccdc5
Desaturated Shade of #85c4be
#8ebbb7
Grey scale Shade of #85c4be
#a4a4a4
Brighten Shade
#9eddd7
Most Readable Shade
#000000

Shades of #85c4be color code

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

#85c4be
#76aea8
#679893
#58827e
#496c69
#3b5754
#2c413f
#1d2b2a
#0e1515
#000000

Similar Color like #85c4be color

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

#86c5bf
#87c6c0
#88c7c1
#89c8c2
#8ac9c3
#8bcac4
#8ccbc5
#8dccc6
#8ecdc7
#8fcec8
#90cfc9
#91d0ca
#92d1cb
#93d2cc
#84c3bd
#83c2bc
#82c1bb
#81c0ba
#80bfb9
#7fbeb8
#7ebdb7
#7dbcb6
#7cbbb5
#7bbab4
#7ab9b3
#79b8b2
#78b7b1
#77b6b0

Monochromatic Color with #85c4be

#85c4be
#a2eee7
#121a19
#2e4442
#4b6f6c
#689995

Tints of #85c4be Color

#85c4be
#92cac5
#a0d1cc
#add7d3
#bbdeda
#c8e4e2
#d6ebe9
#e3f1f0
#f1f8f7
#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

#85c4be
#c4858b

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

Split Complementary

#85c4be
#c485ab
#c49f85

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

Analogous Color

#85c4a5
#85c4b1
#85c4be
#85bdc4
#85b1c4

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

#85c4be
#be85c4
#c4be85

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

#85c4be
#9e85c4
#c4858b
#aac485

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

#85c4be
#c4858b
#c49f85
#85abc4

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

#85c4be Color Code Preview on Black Background Color

This is how #85c4be Color will look on black background color. Color contrast ratio is 10.64

#85c4be in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#85c4be color code is use for CSS Background Color

Background color for the above div is #85c4be

HTML with inline CSS

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

#85c4be color code is use for CSS Border Color

CSS Border color for the above div is #85c4be

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#85c4be hex Color code used as CSS color Codes

Example CSS Class for usage

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

#85c4be Color code Preview on White Background

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

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.