crispedge.com

Color picker

Loading...

#bae0dd hex color - Green - Cool color - Information

#bae0dd hex color - Green - Cool color

Color Hue/Base color: Green

Hex #bae0dd Color code in RGB color code model is created after adding 72.94% red color, 87.84% green color and 86.67% blue color. Hex #bae0dd Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 0% magenta, 1% yellow and 12% black.

Hex #bae0dd color code is between #bbddcc web safe hex color code and #aaeeee web safe hex color code. #bbddcc is the nearest web safe color code. You can see here many more shades of #bae0dd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebae0dd#bae0dd
RGB Decimal186, 224, 221rgb(186, 224, 221)
RGB Percent73%, 88%, 87%rgb(73%, 88%, 87%)
CSS RGBa186, 224, 221,1rgba(186,224,221,1)
CMYK Modelcmyk(17%,0%,1%,12%)
HSL Color Space175,38% ,80%hsl(175,38% ,80%)
HSV Color Space175°, 17%, 88%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110101110000011011101
Octal272340335
Decimal186224221
Hexbae0dd

Different shades of #bae0dd color code.

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

Light Shade of #bae0dd
#ddf0ee
Dark Shade of #bae0dd
#97d0cc
Saturated Shade of #bae0dd
#b5e5e1
Desaturated Shade of #bae0dd
#bfdbd9
Grey scale Shade of #bae0dd
#cdcdcd
Brighten Shade
#d3f9f6
Most Readable Shade
#000000

Shades of #bae0dd color code

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

#bae0dd
#a5c7c4
#90aeab
#7c9593
#677c7a
#526362
#3e4a49
#293131
#141818
#000000

Similar Color like #bae0dd color

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

#bbe1de
#bce2df
#bde3e0
#bee4e1
#bfe5e2
#c0e6e3
#c1e7e4
#c2e8e5
#c3e9e6
#c4eae7
#c5ebe8
#c6ece9
#c7edea
#c8eeeb
#b9dfdc
#b8dedb
#b7ddda
#b6dcd9
#b5dbd8
#b4dad7
#b3d9d6
#b2d8d5
#b1d7d4
#b0d6d3
#afd5d2
#aed4d1
#add3d0
#acd2cf

Monochromatic Color with #bae0dd

#bae0dd
#0a0b0b
#2d3635
#50605f
#738b89
#97b5b3

Tints of #bae0dd Color

#bae0dd
#c1e3e0
#c9e6e4
#d1eae8
#d8edec
#e0f1ef
#e8f4f3
#eff8f7
#f7fbfb
#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

#bae0dd
#e0babd

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

Split Complementary

#bae0dd
#e0bad0
#e0caba

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

Analogous Color

#bae0ce
#bae0d5
#bae0dd
#badbe0
#bad4e0

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

#bae0dd
#ddbae0
#e0ddba

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

#bae0dd
#cabae0
#e0babd
#d0e0ba

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

#bae0dd
#e0babd
#e0caba
#bad0e0

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

#bae0dd Color Code Preview on Black Background Color

This is how #bae0dd Color will look on black background color. Color contrast ratio is 14.79

#bae0dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bae0dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bae0dd

#bae0dd color code is use for CSS Background Color

Background color for the above div is #bae0dd

HTML with inline CSS

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

#bae0dd color code is use for CSS Border Color

CSS Border color for the above div is #bae0dd

HTML with inline CSS

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

CSS Border Left color for the above div is #bae0dd

HTML with inline CSS

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

CSS Border Right color for the above div is #bae0dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bae0dd

HTML with inline CSS

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

CSS Border Top color for the above div is #bae0dd

HTML with inline CSS

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

#bae0dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bae0dd Color code Preview on White Background

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

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,224,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(224,186,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,224,221,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.