crispedge.com

Color picker

Loading...

#82dbd2 hex color - Green - Cool color - Information

#82dbd2 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #82dbd2 Color code in RGB color code model is created after adding 50.98% red color, 85.88% green color and 82.35% blue color. Hex #82dbd2 Color code in CMYK color (process color) code model is generated after subtraction of 41% cyan, 0% magenta, 4% yellow and 14% black.

Hex #82dbd2 color code is between #88ddcc web safe hex color code and #77ccdd web safe hex color code. #88ddcc is the nearest web safe color code. You can see here many more shades of #82dbd2 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code82dbd2#82dbd2
RGB Decimal130, 219, 210rgb(130, 219, 210)
RGB Percent51%, 86%, 82%rgb(51%, 86%, 82%)
CSS RGBa130, 219, 210,1rgba(130,219,210,1)
CMYK Modelcmyk(41%,0%,4%,14%)
HSL Color Space174,55% ,68%hsl(174,55% ,68%)
HSV Color Space174°, 41%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000101101101111010010
Octal202333322
Decimal130219210
Hex82dbd2

Different shades of #82dbd2 color code.

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

Light Shade of #82dbd2
#aae6e0
Dark Shade of #82dbd2
#5ad0c4
Saturated Shade of #82dbd2
#7ae3d8
Desaturated Shade of #82dbd2
#8ad3cc
Grey scale Shade of #82dbd2
#aeaeae
Brighten Shade
#9bf4eb
Most Readable Shade
#000000

Shades of #82dbd2 color code

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

#82dbd2
#73c2ba
#65aaa3
#56928c
#487974
#39615d
#2b4946
#1c302e
#0e1817
#000000

Similar Color like #82dbd2 color

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

#83dcd3
#84ddd4
#85ded5
#86dfd6
#87e0d7
#88e1d8
#89e2d9
#8ae3da
#8be4db
#8ce5dc
#8de6dd
#8ee7de
#8fe8df
#90e9e0
#81dad1
#80d9d0
#7fd8cf
#7ed7ce
#7dd6cd
#7cd5cc
#7bd4cb
#7ad3ca
#79d2c9
#78d1c8
#77d0c7
#76cfc6
#75cec5
#74cdc4

Monochromatic Color with #82dbd2

#82dbd2
#040606
#1d312f
#365b58
#508680
#69b0a9

Tints of #82dbd2 Color

#82dbd2
#8fdfd7
#9de3dc
#abe7e1
#b9ebe6
#c7efeb
#d5f3f0
#e3f7f5
#f1fbfa
#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

#82dbd2
#db828b

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

Split Complementary

#82dbd2
#db82b8
#dba582

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

Analogous Color

#82dbae
#82dbc0
#82dbd2
#82d2db
#82c0db

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

#82dbd2
#d282db
#dbd282

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

#82dbd2
#a582db
#db828b
#b7db82

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

#82dbd2
#db828b
#dba582
#82b8db

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 #82dbd2 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.

#82dbd2 Color Code Preview on Black Background Color

This is how #82dbd2 Color will look on black background color. Color contrast ratio is 13.01

#82dbd2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #82dbd2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #82dbd2

#82dbd2 color code is use for CSS Background Color

Background color for the above div is #82dbd2

HTML with inline CSS

<div style="background-color:#82dbd2;"></div>

#82dbd2 color code is use for CSS Border Color

CSS Border color for the above div is #82dbd2

HTML with inline CSS

<div style="border:5px solid #82dbd2;"></div>

CSS Border Left color for the above div is #82dbd2

HTML with inline CSS

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

CSS Border Right color for the above div is #82dbd2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #82dbd2

HTML with inline CSS

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

CSS Border Top color for the above div is #82dbd2

HTML with inline CSS

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

#82dbd2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#82dbd2 Color code Preview on White Background

This is how #82dbd2 Color code will look on white background color. Color contrast ratio is 1.61

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

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(130,219,210,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(219,130,139,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(130,219,210,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.