crispedge.com

Color picker

Loading...

#84e6cd hex color - Blue - Cool color - Information

#84e6cd hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #84e6cd Color code in RGB color code model is created after adding 51.76% red color, 90.2% green color and 80.39% blue color. Hex #84e6cd Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 0% magenta, 11% yellow and 10% black.

Hex #84e6cd 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 #84e6cd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code84e6cd#84e6cd
RGB Decimal132, 230, 205rgb(132, 230, 205)
RGB Percent52%, 90%, 80%rgb(52%, 90%, 80%)
CSS RGBa132, 230, 205,1rgba(132,230,205,1)
CMYK Modelcmyk(43%,0%,11%,10%)
HSL Color Space165,66% ,71%hsl(165,66% ,71%)
HSV Color Space165°, 43%, 90%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001001110011011001101
Octal204346315
Decimal132230205
Hex84e6cd

Different shades of #84e6cd color code.

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

Light Shade of #84e6cd
#aeefde
Dark Shade of #84e6cd
#5addbc
Saturated Shade of #84e6cd
#7dedd1
Desaturated Shade of #84e6cd
#8bdfc9
Grey scale Shade of #84e6cd
#b5b5b5
Brighten Shade
#9dffe6
Most Readable Shade
#000000

Shades of #84e6cd color code

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

#84e6cd
#75ccb6
#66b29f
#589988
#497f71
#3a665b
#2c4c44
#1d332d
#0e1916
#000000

Similar Color like #84e6cd color

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

#85e7ce
#86e8cf
#87e9d0
#88ead1
#89ebd2
#8aecd3
#8bedd4
#8ceed5
#8defd6
#8ef0d7
#8ff1d8
#90f2d9
#91f3da
#92f4db
#83e5cc
#82e4cb
#81e3ca
#80e2c9
#7fe1c8
#7ee0c7
#7ddfc6
#7cdec5
#7bddc4
#7adcc3
#79dbc2
#78dac1
#77d9c0
#76d8bf

Monochromatic Color with #84e6cd

#84e6cd
#0a1110
#223c35
#3b665b
#539181
#6cbba7

Tints of #84e6cd Color

#84e6cd
#91e8d2
#9febd8
#adeedd
#baf1e3
#c8f3e8
#d6f6ee
#e3f9f3
#f1fcf9
#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

#84e6cd
#e6849d

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

Split Complementary

#84e6cd
#e684ce
#e69c84

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

Analogous Color

#84e6a6
#84e6b9
#84e6cd
#84e6e1
#84d8e6

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

#84e6cd
#cd84e6
#e6cd84

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

#84e6cd
#9c84e6
#e6849d
#cee684

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

#84e6cd
#e6849d
#e69c84
#84cee6

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 #84e6cd 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.

#84e6cd Color Code Preview on Black Background Color

This is how #84e6cd Color will look on black background color. Color contrast ratio is 14.18

#84e6cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #84e6cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #84e6cd

#84e6cd color code is use for CSS Background Color

Background color for the above div is #84e6cd

HTML with inline CSS

<div style="background-color:#84e6cd;"></div>

#84e6cd color code is use for CSS Border Color

CSS Border color for the above div is #84e6cd

HTML with inline CSS

<div style="border:5px solid #84e6cd;"></div>

CSS Border Left color for the above div is #84e6cd

HTML with inline CSS

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

CSS Border Right color for the above div is #84e6cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #84e6cd

HTML with inline CSS

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

CSS Border Top color for the above div is #84e6cd

HTML with inline CSS

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

#84e6cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#84e6cd Color code Preview on White Background

This is how #84e6cd Color code will look on white background color. Color contrast ratio is 1.48

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

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(132,230,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(230,132,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(132,230,205,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.