crispedge.com

Color picker

Loading...

#84d0cb hex color - Green - Cool color - Information

#84d0cb hex color - Green - Cool color

Color Hue/Base color: Green

Hex #84d0cb Color code in RGB color code model is created after adding 51.76% red color, 81.57% green color and 79.61% blue color. Hex #84d0cb Color code in CMYK color (process color) code model is generated after subtraction of 37% cyan, 0% magenta, 2% yellow and 18% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code84d0cb#84d0cb
RGB Decimal132, 208, 203rgb(132, 208, 203)
RGB Percent52%, 82%, 80%rgb(52%, 82%, 80%)
CSS RGBa132, 208, 203,1rgba(132,208,203,1)
CMYK Modelcmyk(37%,0%,2%,18%)
HSL Color Space176,45% ,67%hsl(176,45% ,67%)
HSV Color Space176°, 37%, 82%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001001101000011001011
Octal204320313
Decimal132208203
Hex84d0cb

Different shades of #84d0cb color code.

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

Light Shade of #84d0cb
#a9dedb
Dark Shade of #84d0cb
#5fc2bb
Saturated Shade of #84d0cb
#7bd8d2
Desaturated Shade of #84d0cb
#8cc7c4
Grey scale Shade of #84d0cb
#aaaaaa
Brighten Shade
#9de9e4
Most Readable Shade
#000000

Shades of #84d0cb color code

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

#84d0cb
#75b8b4
#66a19d
#588a87
#497370
#3a5c5a
#2c4543
#1d2e2d
#0e1716
#000000

Similar Color like #84d0cb color

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

#85d1cc
#86d2cd
#87d3ce
#88d4cf
#89d5d0
#8ad6d1
#8bd7d2
#8cd8d3
#8dd9d4
#8edad5
#8fdbd6
#90dcd7
#91ddd8
#92ded9
#83cfca
#82cec9
#81cdc8
#80ccc7
#7fcbc6
#7ecac5
#7dc9c4
#7cc8c3
#7bc7c2
#7ac6c1
#79c5c0
#78c4bf
#77c3be
#76c2bd

Monochromatic Color with #84d0cb

#84d0cb
#9ffaf4
#182625
#33504f
#4e7b78
#69a5a2

Tints of #84d0cb Color

#84d0cb
#91d5d0
#9fdad6
#addfdc
#bae4e2
#c8eae7
#d6efed
#e3f4f3
#f1f9f9
#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

#84d0cb
#d08489

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

Split Complementary

#84d0cb
#d084af
#d0a584

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

Analogous Color

#84d0ad
#84d0bc
#84d0cb
#84c6d0
#84b7d0

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

#84d0cb
#cb84d0
#d0cb84

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

#84d0cb
#a584d0
#d08489
#afd084

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

#84d0cb
#d08489
#d0a584
#84afd0

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

#84d0cb Color Code Preview on Black Background Color

This is how #84d0cb Color will look on black background color. Color contrast ratio is 11.87

#84d0cb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#84d0cb color code is use for CSS Background Color

Background color for the above div is #84d0cb

HTML with inline CSS

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

#84d0cb color code is use for CSS Border Color

CSS Border color for the above div is #84d0cb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#84d0cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#84d0cb Color code Preview on White Background

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

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

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,208,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(208,132,137,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(132,208,203,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.