@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#baadea hex color - Blue - Cool color - Information

#baadea hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #baadea Color code in RGB color code model is created after adding 72.94% red color, 67.84% green color and 91.76% blue color. Hex #baadea Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 26% magenta, 0% yellow and 8.24% black.

Hex #baadea color code is between #bbaaee web safe hex color code and #aabbdd web safe hex color code. #bbaaee is the nearest web safe color code. You can see here many more shades of #baadea color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebaadea#baadea
RGB Decimal186, 173, 234rgb(186, 173, 234)
RGB Percent73%, 68%, 92%rgb(73%, 68%, 92%)
CSS RGBa186, 173, 234,1rgba(186,173,234,1)
CMYK Modelcmyk(21%,26%,0%,8.24%)
HSL Color Space253,59% ,80%hsl(253,59% ,80%)
HSV Color Space253°, 26%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110101010110111101010
Octal272255352
Decimal186173234
Hexbaadea

Different shades of #baadea color code.

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

Light Shade of #baadea
#dcd6f4
Dark Shade of #baadea
#9884e0
Saturated Shade of #baadea
#b7a8ef
Desaturated Shade of #baadea
#bdb2e5
Grey scale Shade of #baadea
#cbcbcb
Brighten Shade
#d3c6ff
Most Readable Shade
#000000

Shades of #baadea color code

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

#baadea
#a599d0
#9086b6
#7c739c
#676082
#524c68
#3e394e
#292634
#14131a
#000000

Similar Color like #baadea color

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

#bbaeeb
#bcafec
#bdb0ed
#beb1ee
#bfb2ef
#c0b3f0
#c1b4f1
#c2b5f2
#c3b6f3
#c4b7f4
#c5b8f5
#c6b9f6
#c7baf7
#c8bbf8
#b9ace9
#b8abe8
#b7aae7
#b6a9e6
#b5a8e5
#b4a7e4
#b3a6e3
#b2a5e2
#b1a4e1
#b0a3e0
#afa2df
#aea1de
#ada0dd
#ac9fdc

Monochromatic Color with #baadea

#baadea
#111015
#332f40
#554f6a
#766e95
#988ebf

Tints of #baadea Color

#baadea
#c1b6ec
#c9bfee
#d1c8f1
#d8d1f3
#e0daf5
#e8e3f8
#efecfa
#f7f5fc
#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

#baadea
#ddeaad

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

Split Complementary

#baadea
#ead9ad
#bfeaad

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

Analogous Color

#adb8ea
#aeadea
#baadea
#c6adea
#d2adea

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

#baadea
#eabaad
#adeaba

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

#baadea
#eaadbe
#ddeaad
#adead8

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

#baadea
#ddeaad
#bfeaad
#d9adea

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

#baadea Color Code Preview on Black Background Color

This is how #baadea Color will look on black background color. Color contrast ratio is 10.25

#baadea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #baadea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #baadea

#baadea color code is use for CSS Background Color

Background color for the above div is #baadea

HTML with inline CSS

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

#baadea color code is use for CSS Border Color

CSS Border color for the above div is #baadea

HTML with inline CSS

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

CSS Border Left color for the above div is #baadea

HTML with inline CSS

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

CSS Border Right color for the above div is #baadea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #baadea

HTML with inline CSS

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

CSS Border Top color for the above div is #baadea

HTML with inline CSS

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

#baadea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#baadea Color code Preview on White Background

This is how #baadea Color code will look on white background color. Color contrast ratio is 2.05

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

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