crispedge.com

Color picker

Loading...

#adc7fc hex color - Blue - Cool color - Information

#adc7fc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #adc7fc Color code in RGB color code model is created after adding 67.84% red color, 78.04% green color and 98.82% blue color. Hex #adc7fc Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 21% magenta, 0% yellow and 1% black.

Hex #adc7fc color code is between #aaccff web safe hex color code and #bbbbee web safe hex color code. #aaccff is the nearest web safe color code. You can see here many more shades of #adc7fc color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeadc7fc#adc7fc
RGB Decimal173, 199, 252rgb(173, 199, 252)
RGB Percent68%, 78%, 99%rgb(68%, 78%, 99%)
CSS RGBa173, 199, 252,1rgba(173,199,252,1)
CMYK Modelcmyk(31%,21%,0%,1%)
HSL Color Space220,93% ,83%hsl(220,93% ,83%)
HSV Color Space220°, 31%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011011100011111111100
Octal255307374
Decimal173199252
Hexadc7fc

Different shades of #adc7fc color code.

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

Light Shade of #adc7fc
#dee9fe
Dark Shade of #adc7fc
#7ca5fa
Saturated Shade of #adc7fc
#aac6ff
Desaturated Shade of #adc7fc
#b1c8f8
Grey scale Shade of #adc7fc
#d4d4d4
Brighten Shade
#c6e0ff
Most Readable Shade
#000000

Shades of #adc7fc color code

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

#adc7fc
#99b0e0
#869ac4
#7384a8
#606e8c
#4c5870
#394254
#262c38
#13161c
#000000

Similar Color like #adc7fc color

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

#aec8fd
#afc9fe
#b0caff
#b1cbff
#b2ccff
#b3cdff
#b4ceff
#b5cfff
#b6d0ff
#b7d1ff
#b8d2ff
#b9d3ff
#bad4ff
#bbd5ff
#acc6fb
#abc5fa
#aac4f9
#a9c3f8
#a8c2f7
#a7c1f6
#a6c0f5
#a5bff4
#a4bef3
#a3bdf2
#a2bcf1
#a1bbf0
#a0baef
#9fb9ee

Monochromatic Color with #adc7fc

#adc7fc
#1b1f27
#384152
#55627c
#7384a7
#90a5d1

Tints of #adc7fc Color

#adc7fc
#b6cdfc
#bfd3fc
#c8d9fd
#d1dffd
#dae6fd
#e3ecfe
#ecf2fe
#f5f8fe
#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

#adc7fc
#fce2ad

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

Split Complementary

#adc7fc
#fcbbad
#effcad

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

Analogous Color

#ade7fc
#add7fc
#adc7fc
#adb7fc
#b3adfc

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

#adc7fc
#fcadc7
#c7fcad

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

#adc7fc
#fcadee
#fce2ad
#adfcba

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

#adc7fc
#fce2ad
#effcad
#bbadfc

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

#adc7fc Color Code Preview on Black Background Color

This is how #adc7fc Color will look on black background color. Color contrast ratio is 12.35

#adc7fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adc7fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adc7fc

#adc7fc color code is use for CSS Background Color

Background color for the above div is #adc7fc

HTML with inline CSS

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

#adc7fc color code is use for CSS Border Color

CSS Border color for the above div is #adc7fc

HTML with inline CSS

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

CSS Border Left color for the above div is #adc7fc

HTML with inline CSS

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

CSS Border Right color for the above div is #adc7fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adc7fc

HTML with inline CSS

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

CSS Border Top color for the above div is #adc7fc

HTML with inline CSS

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

#adc7fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adc7fc Color code Preview on White Background

This is how #adc7fc Color code will look on white background color. Color contrast ratio is 1.70

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

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,199,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(252,226,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,199,252,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.