crispedge.com

Color picker

Loading...

#adbcec hex color - Blue - Cool color - Information

#adbcec hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #adbcec Color code in RGB color code model is created after adding 67.84% red color, 73.73% green color and 92.55% blue color. Hex #adbcec Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 20% magenta, 0% yellow and 7% black.

Hex #adbcec color code is between #aabbee web safe hex color code and #bbccdd web safe hex color code. #aabbee is the nearest web safe color code. You can see here many more shades of #adbcec color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeadbcec#adbcec
RGB Decimal173, 188, 236rgb(173, 188, 236)
RGB Percent68%, 74%, 93%rgb(68%, 74%, 93%)
CSS RGBa173, 188, 236,1rgba(173,188,236,1)
CMYK Modelcmyk(27%,20%,0%,7%)
HSL Color Space226,62% ,80%hsl(226,62% ,80%)
HSV Color Space226°, 27%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011011011110011101100
Octal255274354
Decimal173188236
Hexadbcec

Different shades of #adbcec color code.

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

Light Shade of #adbcec
#d6def6
Dark Shade of #adbcec
#849ae2
Saturated Shade of #adbcec
#a8b9f1
Desaturated Shade of #adbcec
#b2bfe7
Grey scale Shade of #adbcec
#cccccc
Brighten Shade
#c6d5ff
Most Readable Shade
#000000

Shades of #adbcec color code

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

#adbcec
#99a7d1
#8692b7
#737d9d
#606883
#4c5368
#393e4e
#262934
#13141a
#000000

Similar Color like #adbcec color

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

#aebded
#afbeee
#b0bfef
#b1c0f0
#b2c1f1
#b3c2f2
#b4c3f3
#b5c4f4
#b6c5f5
#b7c6f6
#b8c7f7
#b9c8f8
#bac9f9
#bbcafa
#acbbeb
#abbaea
#aab9e9
#a9b8e8
#a8b7e7
#a7b6e6
#a6b5e5
#a5b4e4
#a4b3e3
#a3b2e2
#a2b1e1
#a1b0e0
#a0afdf
#9faede

Monochromatic Color with #adbcec

#adbcec
#111317
#303542
#50566c
#6f7897
#8e9ac1

Tints of #adbcec Color

#adbcec
#b6c3ee
#bfcaf0
#c8d2f2
#d1d9f4
#dae1f6
#e3e8f8
#ecf0fa
#f5f7fc
#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

#adbcec
#ecddad

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

Split Complementary

#adbcec
#ecbead
#dcecad

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

Analogous Color

#add5ec
#adc9ec
#adbcec
#adafec
#b7adec

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

#adbcec
#ecadbc
#bcecad

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

#adbcec
#ecaddb
#ecddad
#adecbd

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

#adbcec
#ecddad
#dcecad
#beadec

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

#adbcec Color Code Preview on Black Background Color

This is how #adbcec Color will look on black background color. Color contrast ratio is 11.18

#adbcec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adbcec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adbcec

#adbcec color code is use for CSS Background Color

Background color for the above div is #adbcec

HTML with inline CSS

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

#adbcec color code is use for CSS Border Color

CSS Border color for the above div is #adbcec

HTML with inline CSS

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

CSS Border Left color for the above div is #adbcec

HTML with inline CSS

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

CSS Border Right color for the above div is #adbcec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adbcec

HTML with inline CSS

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

CSS Border Top color for the above div is #adbcec

HTML with inline CSS

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

#adbcec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adbcec Color code Preview on White Background

This is how #adbcec Color code will look on white background color. Color contrast ratio is 1.88

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

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