crispedge.com

Color picker

Loading...

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

#83eae1 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #83eae1 Color code in RGB color code model is created after adding 51.37% red color, 91.76% green color and 88.24% blue color. Hex #83eae1 Color code in CMYK color (process color) code model is generated after subtraction of 44% cyan, 0% magenta, 4% yellow and 8% black.

Hex #83eae1 color code is between #88eedd web safe hex color code and #77ddee web safe hex color code. #88eedd is the nearest web safe color code. You can see here many more shades of #83eae1 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code83eae1#83eae1
RGB Decimal131, 234, 225rgb(131, 234, 225)
RGB Percent51%, 92%, 88%rgb(51%, 92%, 88%)
CSS RGBa131, 234, 225,1rgba(131,234,225,1)
CMYK Modelcmyk(44%,0%,4%,8%)
HSL Color Space175,71% ,72%hsl(175,71% ,72%)
HSV Color Space175°, 44%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000111110101011100001
Octal203352341
Decimal131234225
Hex83eae1

Different shades of #83eae1 color code.

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

Light Shade of #83eae1
#aff1ec
Dark Shade of #83eae1
#57e3d6
Saturated Shade of #83eae1
#7cf1e7
Desaturated Shade of #83eae1
#8ae3db
Grey scale Shade of #83eae1
#b6b6b6
Brighten Shade
#9cfffa
Most Readable Shade
#000000

Shades of #83eae1 color code

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

#83eae1
#74d0c8
#65b6af
#579c96
#48827d
#3a6864
#2b4e4b
#1d3432
#0e1a19
#000000

Similar Color like #83eae1 color

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

#84ebe2
#85ece3
#86ede4
#87eee5
#88efe6
#89f0e7
#8af1e8
#8bf2e9
#8cf3ea
#8df4eb
#8ef5ec
#8ff6ed
#90f7ee
#91f8ef
#82e9e0
#81e8df
#80e7de
#7fe6dd
#7ee5dc
#7de4db
#7ce3da
#7be2d9
#7ae1d8
#79e0d7
#78dfd6
#77ded5
#76ddd4
#75dcd3

Monochromatic Color with #83eae1

#83eae1
#0c1515
#24403e
#3c6a66
#53958f
#6bbfb8

Tints of #83eae1 Color

#83eae1
#90ece4
#9eeee7
#acf1eb
#baf3ee
#c7f5f1
#d5f8f5
#e3faf8
#f1fcfb
#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

#83eae1
#ea838c

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

Split Complementary

#83eae1
#ea83c0
#eaad83

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

Analogous Color

#83eab8
#83eacc
#83eae1
#83deea
#83caea

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

#83eae1
#e183ea
#eae183

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

#83eae1
#ad83ea
#ea838c
#bfea83

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

#83eae1
#ea838c
#eaad83
#83c0ea

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

#83eae1 Color Code Preview on Black Background Color

This is how #83eae1 Color will look on black background color. Color contrast ratio is 14.82

#83eae1 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#83eae1 color code is use for CSS Background Color

Background color for the above div is #83eae1

HTML with inline CSS

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

#83eae1 color code is use for CSS Border Color

CSS Border color for the above div is #83eae1

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#83eae1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#83eae1 Color code Preview on White Background

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

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

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,234,225,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(234,131,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(131,234,225,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.