crispedge.com

Color picker

Loading...

#badcea hex color - Blue - Cool color - Information

#badcea hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebadcea#badcea
RGB Decimal186, 220, 234rgb(186, 220, 234)
RGB Percent73%, 86%, 92%rgb(73%, 86%, 92%)
CSS RGBa186, 220, 234,1rgba(186,220,234,1)
CMYK Modelcmyk(21%,6%,0%,8%)
HSL Color Space198,53% ,82%hsl(198,53% ,82%)
HSV Color Space198°, 21%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110101101110011101010
Octal272334352
Decimal186220234
Hexbadcea

Different shades of #badcea color code.

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

Light Shade of #badcea
#e1f0f6
Dark Shade of #badcea
#93c8de
Saturated Shade of #badcea
#b5deee
Desaturated Shade of #badcea
#bedae5
Grey scale Shade of #badcea
#d2d2d2
Brighten Shade
#d3f5ff
Most Readable Shade
#000000

Shades of #badcea color code

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

#badcea
#a5c3d0
#90abb6
#7c929c
#677a82
#526168
#3e494e
#293034
#14181a
#000000

Similar Color like #badcea color

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

#bbddeb
#bcdeec
#bddfed
#bee0ee
#bfe1ef
#c0e2f0
#c1e3f1
#c2e4f2
#c3e5f3
#c4e6f4
#c5e7f5
#c6e8f6
#c7e9f7
#c8eaf8
#b9dbe9
#b8dae8
#b7d9e7
#b6d8e6
#b5d7e5
#b4d6e4
#b3d5e3
#b2d4e2
#b1d3e1
#b0d2e0
#afd1df
#aed0de
#adcfdd
#accedc

Monochromatic Color with #badcea

#badcea
#111415
#333c40
#55646a
#768c95
#98b4bf

Tints of #badcea Color

#badcea
#c1dfec
#c9e3ee
#d1e7f1
#d8ebf3
#e0eff5
#e8f3f8
#eff7fa
#f7fbfc
#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

#badcea
#eac8ba

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

Split Complementary

#badcea
#eabac4
#eae0ba

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

Analogous Color

#baeae5
#bae6ea
#badcea
#bad2ea
#bac9ea

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

#badcea
#eabadc
#dceaba

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

#badcea
#e0baea
#eac8ba
#c4eaba

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

#badcea
#eac8ba
#eae0ba
#bac4ea

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

#badcea Color Code Preview on Black Background Color

This is how #badcea Color will look on black background color. Color contrast ratio is 14.51

#badcea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #badcea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #badcea

#badcea color code is use for CSS Background Color

Background color for the above div is #badcea

HTML with inline CSS

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

#badcea color code is use for CSS Border Color

CSS Border color for the above div is #badcea

HTML with inline CSS

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

CSS Border Left color for the above div is #badcea

HTML with inline CSS

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

CSS Border Right color for the above div is #badcea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #badcea

HTML with inline CSS

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

CSS Border Top color for the above div is #badcea

HTML with inline CSS

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

#badcea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#badcea Color code Preview on White Background

This is how #badcea Color code will look on white background color. Color contrast ratio is 1.45

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

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