Skip to main content Skip to docs navigation

#ad8def hex color | Download Light Blue BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Cold Lips and its hex is #9BA0EF Nearest Color Name

Color Hue/Base color: Blue

Hex #ad8def Color code in RGB color code model is created after adding 67.84% red color, 55.29% green color and 93.73% blue color. Hex #ad8def Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 41% magenta, 0% yellow and 6.27% black.

Hex #ad8def color code is between #aa88ee web safe hex color code and #bb99ff web safe hex color code. #aa88ee is the nearest web safe color code. You can see here many more shades of #ad8def color code.

RGB Chart

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

Color Table

Hex Color Code ad8def #ad8def
RGB Decimal 173, 141, 239 173, 141, 239
RGB Percent 68%, 55%, 94% rgb(68%, 55%, 94%)
CSS RGBa 173, 141, 239,1 rgba(173,141,239,1)
CMYK Model cmyk(28%,41%,0%,6.27%)
HSL Color Space 260,75% ,75% hsl(260,75% ,75%)
HSV Color Space 260°, 41%, 94%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101101 10001101 11101111
Octal 255 215 357
Decimal 173 141 239
Hex ad 8d ef

Different shades of #ad8def color code.

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

Darkest of #ad8def
#541cc7
Darker of #ad8def
#6d34e2
Dark of #ad8def
#8d60e9
Base of #ad8def
#ad8def
Light of #ad8def
#cdbaf5
Lighter
#ede6fc
Lightest
#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

#ad8def
#cfef8d

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

Split Complementary

#ad8def
#efde8d
#9eef8d

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

Analogous Color

#8da6ef
#8d96ef
#ad8def
#ce8def
#ef8de8

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

#ad8def
#8defad
#efad8d

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

#ad8def
#efad8d
#cfef8d
#8dcfef

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#ad8def
#ef8d9e
#cfef8d
#8defde

Square 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).

Monochromatic Color with #ad8def

#41169a
#541cc7
#6d34e2
#8d60e9
#ad8def
#cdbaf5
#ede6fc
#ffffff
#ffffff

Tints of #ad8def Color

#ad8def
#b699f0
#bfa6f2
#c8b3f4
#d1bff6
#daccf7
#e3d9f9
#ece5fb
#f5f2fd
#ffffff

Shades of #ad8def color code

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

#ad8def
#997dd4
#866db9
#735e9f
#604e84
#4c3e6a
#392f4f
#261f35
#130f1a
#000000

Tones

#ad8def
#b29ae2
#b6a7d5
#bbb4c8
#bebebe

Tones

Similar Color like #ad8def color

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

#ae8ef0
#af8ff1
#b090f2
#b191f3
#b292f4
#b393f5
#b494f6
#b595f7
#b696f8
#b797f9
#b898fa
#b999fb
#ba9afc
#bb9bfd
#ac8cee
#ab8bed
#aa8aec
#a989eb
#a888ea
#a787e9
#a686e8
#a585e7
#a484e6
#a383e5
#a282e4
#a181e3
#a080e2
#9f7fe1

Download this Light Blue

Hex #ad8def 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.

#ad8def Color Code Preview on Black Background Color

This is how #ad8def Color will look on black background color. Color contrast ratio is 7.83

#ad8def in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad8def

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad8def

#ad8def color code is use for CSS Background Color

Background color for the above div is #ad8def

HTML with inline CSS

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

#ad8def color code is use for CSS Border Color

CSS Border color for the above div is #ad8def

HTML with inline CSS

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

CSS Border Left color for the above div is #ad8def

HTML with inline CSS

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

CSS Border Right color for the above div is #ad8def

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad8def

HTML with inline CSS

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

CSS Border Top color for the above div is #ad8def

HTML with inline CSS

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

#ad8def hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad8def Color code Preview on White Background

This is how #ad8def Color code will look on white background color. Color contrast ratio is 2.68

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(173,141,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(207,239,141,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,141,239,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }