crispedge.com

Color picker

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

#8fdc85 hex color - Green - Cool color - Information

#8fdc85 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #8fdc85 Color code in RGB color code model is created after adding 56.08% red color, 86.27% green color and 52.16% blue color. Hex #8fdc85 Color code in CMYK color (process color) code model is generated after subtraction of 35% cyan, 0% magenta, 40% yellow and 14% black.

Hex #8fdc85 color code is between #88dd88 web safe hex color code and #99cc77 web safe hex color code. #88dd88 is the nearest web safe color code. You can see here many more shades of #8fdc85 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code8fdc85#8fdc85
RGB Decimal143, 220, 133rgb(143, 220, 133)
RGB Percent56%, 86%, 52%rgb(56%, 86%, 52%)
CSS RGBa143, 220, 133,1rgba(143,220,133,1)
CMYK Modelcmyk(35%,0%,40%,14%)
HSL Color Space113,55% ,69%hsl(113,55% ,69%)
HSV Color Space113°, 40%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100011111101110010000101
Octal217334205
Decimal143220133
Hex8fdc85

Different shades of #8fdc85 color code.

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

Light Shade of #8fdc85
#b3e7ad
Dark Shade of #8fdc85
#6bd15d
Saturated Shade of #8fdc85
#89e47d
Desaturated Shade of #8fdc85
#95d48d
Grey scale Shade of #8fdc85
#b0b0b0
Brighten Shade
#a8f59e
Most Readable Shade
#000000

Shades of #8fdc85 color code

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

#8fdc85
#7fc376
#6fab67
#5f9258
#4f7a49
#3f613b
#2f492c
#1f301d
#0f180e
#000000

Similar Color like #8fdc85 color

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

#90dd86
#91de87
#92df88
#93e089
#94e18a
#95e28b
#96e38c
#97e48d
#98e58e
#99e68f
#9ae790
#9be891
#9ce992
#9dea93
#8edb84
#8dda83
#8cd982
#8bd881
#8ad780
#89d67f
#88d57e
#87d47d
#86d37c
#85d27b
#84d17a
#83d079
#82cf78
#81ce77

Monochromatic Color with #8fdc85

#8fdc85
#050705
#20321e
#3c5c38
#588752
#73b16b

Tints of #8fdc85 Color

#8fdc85
#9bdf92
#a7e3a0
#b4e7ad
#c0ebbb
#cdefc8
#d9f3d6
#e6f7e3
#f2fbf1
#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

#8fdc85
#d285dc

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

Split Complementary

#8fdc85
#a785dc
#dc85ba

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

Analogous Color

#b2dc85
#a0dc85
#8fdc85
#85dc8c
#85dc9e

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

#8fdc85
#858fdc
#dc858f

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

#8fdc85
#85badc
#d285dc
#dca685

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

#8fdc85
#d285dc
#dc85ba
#85dca7

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 #8fdc85 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.

#8fdc85 Color Code Preview on Black Background Color

This is how #8fdc85 Color will look on black background color. Color contrast ratio is 12.74

#8fdc85 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8fdc85

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8fdc85

#8fdc85 color code is use for CSS Background Color

Background color for the above div is #8fdc85

HTML with inline CSS

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

#8fdc85 color code is use for CSS Border Color

CSS Border color for the above div is #8fdc85

HTML with inline CSS

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

CSS Border Left color for the above div is #8fdc85

HTML with inline CSS

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

CSS Border Right color for the above div is #8fdc85

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8fdc85

HTML with inline CSS

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

CSS Border Top color for the above div is #8fdc85

HTML with inline CSS

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

#8fdc85 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8fdc85 Color code Preview on White Background

This is how #8fdc85 Color code will look on white background color. Color contrast ratio is 1.65

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

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.