crispedge.com

Color picker

Loading...

#bae5eb hex color - Blue - Cool color - Information

#bae5eb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #bae5eb Color code in RGB color code model is created after adding 72.94% red color, 89.8% green color and 92.16% blue color. Hex #bae5eb Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 3% magenta, 0% yellow and 8% black.

Hex #bae5eb color code is between #bbddee web safe hex color code and #aaeedd web safe hex color code. #bbddee is the nearest web safe color code. You can see here many more shades of #bae5eb color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebae5eb#bae5eb
RGB Decimal186, 229, 235rgb(186, 229, 235)
RGB Percent73%, 90%, 92%rgb(73%, 90%, 92%)
CSS RGBa186, 229, 235,1rgba(186,229,235,1)
CMYK Modelcmyk(21%,3%,0%,8%)
HSL Color Space187,55% ,83%hsl(187,55% ,83%)
HSV Color Space187°, 21%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110101110010111101011
Octal272345353
Decimal186229235
Hexbae5eb

Different shades of #bae5eb color code.

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

Light Shade of #bae5eb
#e2f4f6
Dark Shade of #bae5eb
#92d6e0
Saturated Shade of #bae5eb
#b6e8ef
Desaturated Shade of #bae5eb
#bee2e7
Grey scale Shade of #bae5eb
#d2d2d2
Brighten Shade
#d3feff
Most Readable Shade
#000000

Shades of #bae5eb color code

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

#bae5eb
#a5cbd0
#90b2b6
#7c989c
#677f82
#526568
#3e4c4e
#293234
#14191a
#000000

Similar Color like #bae5eb color

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

#bbe6ec
#bce7ed
#bde8ee
#bee9ef
#bfeaf0
#c0ebf1
#c1ecf2
#c2edf3
#c3eef4
#c4eff5
#c5f0f6
#c6f1f7
#c7f2f8
#c8f3f9
#b9e4ea
#b8e3e9
#b7e2e8
#b6e1e7
#b5e0e6
#b4dfe5
#b3dee4
#b2dde3
#b1dce2
#b0dbe1
#afdae0
#aed9df
#add8de
#acd7dd

Monochromatic Color with #bae5eb

#bae5eb
#121616
#333f41
#55696b
#779296
#98bcc0

Tints of #bae5eb Color

#bae5eb
#c1e7ed
#c9eaef
#d1edf1
#d8f0f3
#e0f3f6
#e8f6f8
#eff9fa
#f7fcfc
#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

#bae5eb
#ebc0ba

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

Split Complementary

#bae5eb
#ebbacd
#ebd8ba

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

Analogous Color

#baebdd
#baebe7
#bae5eb
#badbeb
#bad1eb

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

#bae5eb
#ebbae5
#e5ebba

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

#bae5eb
#d8baeb
#ebc0ba
#ccebba

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

#bae5eb
#ebc0ba
#ebd8ba
#bacdeb

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 #bae5eb 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.

#bae5eb Color Code Preview on Black Background Color

This is how #bae5eb Color will look on black background color. Color contrast ratio is 15.50

#bae5eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bae5eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bae5eb

#bae5eb color code is use for CSS Background Color

Background color for the above div is #bae5eb

HTML with inline CSS

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

#bae5eb color code is use for CSS Border Color

CSS Border color for the above div is #bae5eb

HTML with inline CSS

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

CSS Border Left color for the above div is #bae5eb

HTML with inline CSS

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

CSS Border Right color for the above div is #bae5eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bae5eb

HTML with inline CSS

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

CSS Border Top color for the above div is #bae5eb

HTML with inline CSS

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

#bae5eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bae5eb Color code Preview on White Background

This is how #bae5eb Color code will look on white background color. Color contrast ratio is 1.36

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

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(186,229,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(235,192,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,229,235,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.