crispedge.com

Color picker

Loading...

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

#8be3bd hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #8be3bd Color code in RGB color code model is created after adding 54.51% red color, 89.02% green color and 74.12% blue color. Hex #8be3bd Color code in CMYK color (process color) code model is generated after subtraction of 39% cyan, 0% magenta, 17% yellow and 11% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code8be3bd#8be3bd
RGB Decimal139, 227, 189rgb(139, 227, 189)
RGB Percent55%, 89%, 74%rgb(55%, 89%, 74%)
CSS RGBa139, 227, 189,1rgba(139,227,189,1)
CMYK Modelcmyk(39%,0%,17%,11%)
HSL Color Space154,61% ,72%hsl(154,61% ,72%)
HSV Color Space154°, 39%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100010111110001110111101
Octal213343275
Decimal139227189
Hex8be3bd

Different shades of #8be3bd color code.

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

Light Shade of #8be3bd
#b4edd4
Dark Shade of #8be3bd
#62d9a6
Saturated Shade of #8be3bd
#84eabe
Desaturated Shade of #8be3bd
#92dcbc
Grey scale Shade of #8be3bd
#b7b7b7
Brighten Shade
#a4fcd6
Most Readable Shade
#000000

Shades of #8be3bd color code

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

#8be3bd
#7bc9a8
#6cb093
#5c977e
#4d7e69
#3d6454
#2e4b3f
#1e322a
#0f1915
#000000

Similar Color like #8be3bd color

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

#8ce4be
#8de5bf
#8ee6c0
#8fe7c1
#90e8c2
#91e9c3
#92eac4
#93ebc5
#94ecc6
#95edc7
#96eec8
#97efc9
#98f0ca
#99f1cb
#8ae2bc
#89e1bb
#88e0ba
#87dfb9
#86deb8
#85ddb7
#84dcb6
#83dbb5
#82dab4
#81d9b3
#80d8b2
#7fd7b1
#7ed6b0
#7dd5af

Monochromatic Color with #8be3bd

#8be3bd
#090e0c
#23392f
#3d6353
#578e76
#71b89a

Tints of #8be3bd Color

#8be3bd
#97e6c4
#a4e9cb
#b1ecd3
#beefda
#cbf2e1
#d8f5e9
#e5f8f0
#f2fbf7
#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

#8be3bd
#e38bb1

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

Split Complementary

#8be3bd
#e38bdd
#e3918b

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

Analogous Color

#8be39a
#8be3ab
#8be3bd
#8be3cf
#8be3e0

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

#8be3bd
#bd8be3
#e3bd8b

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

#8be3bd
#918be3
#e38bb1
#dde38b

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

#8be3bd
#e38bb1
#e3918b
#8bdde3

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

#8be3bd Color Code Preview on Black Background Color

This is how #8be3bd Color will look on black background color. Color contrast ratio is 13.82

#8be3bd in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#8be3bd color code is use for CSS Background Color

Background color for the above div is #8be3bd

HTML with inline CSS

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

#8be3bd color code is use for CSS Border Color

CSS Border color for the above div is #8be3bd

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#8be3bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8be3bd Color code Preview on White Background

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

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

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(139,227,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(227,139,177,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(139,227,189,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.