crispedge.com

Color picker

Loading...

#82cada hex color - Blue - Cool color - Information

#82cada hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #82cada Color code in RGB color code model is created after adding 50.98% red color, 79.22% green color and 85.49% blue color. Hex #82cada Color code in CMYK color (process color) code model is generated after subtraction of 40% cyan, 7% magenta, 0% yellow and 15% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code82cada#82cada
RGB Decimal130, 202, 218rgb(130, 202, 218)
RGB Percent51%, 79%, 85%rgb(51%, 79%, 85%)
CSS RGBa130, 202, 218,1rgba(130,202,218,1)
CMYK Modelcmyk(40%,7%,0%,15%)
HSL Color Space191,54% ,68%hsl(191,54% ,68%)
HSV Color Space191°, 40%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000101100101011011010
Octal202312332
Decimal130202218
Hex82cada

Different shades of #82cada color code.

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

Light Shade of #82cada
#a9dbe6
Dark Shade of #82cada
#5bb9ce
Saturated Shade of #82cada
#7acfe2
Desaturated Shade of #82cada
#8ac5d2
Grey scale Shade of #82cada
#aeaeae
Brighten Shade
#9be3f3
Most Readable Shade
#000000

Shades of #82cada color code

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

#82cada
#73b3c1
#659da9
#568691
#487079
#395960
#2b4348
#1c2c30
#0e1618
#000000

Similar Color like #82cada color

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

#83cbdb
#84ccdc
#85cddd
#86cede
#87cfdf
#88d0e0
#89d1e1
#8ad2e2
#8bd3e3
#8cd4e4
#8dd5e5
#8ed6e6
#8fd7e7
#90d8e8
#81c9d9
#80c8d8
#7fc7d7
#7ec6d6
#7dc5d5
#7cc4d4
#7bc3d3
#7ac2d2
#79c1d1
#78c0d0
#77bfcf
#76bece
#75bdcd
#74bccc

Monochromatic Color with #82cada

#82cada
#030505
#1d2c30
#36545a
#4f7b85
#69a3af

Tints of #82cada Color

#82cada
#8fcfde
#9dd5e2
#abdbe6
#b9e1ea
#c7e7ee
#d5edf2
#e3f3f6
#f1f9fa
#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

#82cada
#da9282

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

Split Complementary

#82cada
#da829e
#dabe82

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

Analogous Color

#82dac7
#82dad8
#82cada
#82b8da
#82a7da

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

#82cada
#da82ca
#cada82

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

#82cada
#be82da
#da9282
#9eda82

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

#82cada
#da9282
#dabe82
#829eda

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

#82cada Color Code Preview on Black Background Color

This is how #82cada Color will look on black background color. Color contrast ratio is 11.41

#82cada in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#82cada color code is use for CSS Background Color

Background color for the above div is #82cada

HTML with inline CSS

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

#82cada color code is use for CSS Border Color

CSS Border color for the above div is #82cada

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#82cada hex Color code used as CSS color Codes

Example CSS Class for usage

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

#82cada Color code Preview on White Background

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

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

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,202,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(218,146,130,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(130,202,218,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.