crispedge.com

Color picker

Loading...

#83a0be hex color - Blue - Cool color - Information

#83a0be hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #83a0be Color code in RGB color code model is created after adding 51.37% red color, 62.75% green color and 74.51% blue color. Hex #83a0be Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 16% magenta, 0% yellow and 25% black.

Hex #83a0be color code is between #8899bb web safe hex color code and #77aacc web safe hex color code. #8899bb is the nearest web safe color code. You can see here many more shades of #83a0be color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 83a0be #83a0be
RGB Decimal 131, 160, 190 rgb(131, 160, 190)
RGB Percent 51%, 63%, 75% rgb(51%, 63%, 75%)
CSS RGBa 131, 160, 190,1 rgba(131,160,190,1)
CMYK Model cmyk(31%,16%,0%,25%)
HSL Color Space 211,31% ,63% hsl(211,31% ,63%)
HSV Color Space 211°, 31%, 75%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10000011 10100000 10111110
Octal 203 240 276
Decimal 131 160 190
Hex 83 a0 be

Different shades of #83a0be color code.

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

Light Shade of #83a0be
#a4bad0
Dark Shade of #83a0be
#6286ac
Saturated Shade of #83a0be
#7aa0c7
Desaturated Shade of #83a0be
#8ca0b5
Grey scale Shade of #83a0be
#a0a0a0
Brighten Shade
#9cb9d7
Most Readable Shade
#000000

Shades of #83a0be color code

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

#83a0be
#748ea8
#657c93
#576a7e
#485869
#3a4754
#2b353f
#1d232a
#0e1115
#000000

Similar Color like #83a0be color

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

#84a1bf
#85a2c0
#86a3c1
#87a4c2
#88a5c3
#89a6c4
#8aa7c5
#8ba8c6
#8ca9c7
#8daac8
#8eabc9
#8facca
#90adcb
#91aecc
#829fbd
#819ebc
#809dbb
#7f9cba
#7e9bb9
#7d9ab8
#7c99b7
#7b98b6
#7a97b5
#7996b4
#7895b3
#7794b2
#7693b1
#7592b0

Monochromatic Color with #83a0be

#83a0be
#a0c4e8
#0e1114
#2b353e
#485869
#667c93

Tints of #83a0be Color

#83a0be
#90aac5
#9eb5cc
#acbfd3
#bacada
#c7d4e2
#d5dfe9
#e3e9f0
#f1f4f7
#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

#83a0be
#bea183

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

Split Complementary

#83a0be
#be8483
#bebe83

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

Analogous Color

#83b8be
#83acbe
#83a0be
#8394be
#8388be

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

#83a0be
#be83a0
#a0be83

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

#83a0be
#be83bd
#bea183
#83be84

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

#83a0be
#bea183
#bebe83
#8483be

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 #83a0be 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.

#83a0be Color Code Preview on Black Background Color

This is how #83a0be Color will look on black background color. Color contrast ratio is 7.74

#83a0be in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #83a0be

HTML with inline CSS

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

Your Example Paragraph content text in with font color #83a0be

#83a0be color code is use for CSS Background Color

Background color for the above div is #83a0be

HTML with inline CSS

<div style="background-color:#83a0be;"></div>

#83a0be color code is use for CSS Border Color

CSS Border color for the above div is #83a0be

HTML with inline CSS

<div style="border:5px solid #83a0be;"></div>

CSS Border Left color for the above div is #83a0be

HTML with inline CSS

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

CSS Border Right color for the above div is #83a0be

HTML with inline CSS

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

CSS Border Bottom color for the above div is #83a0be

HTML with inline CSS

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

CSS Border Top color for the above div is #83a0be

HTML with inline CSS

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

#83a0be hex Color code used as CSS color Codes

Example CSS Class for usage

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

#83a0be Color code Preview on White Background

This is how #83a0be Color code will look on white background color. Color contrast ratio is 2.71

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

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(131,160,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(190,161,131,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(131,160,190,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.