crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ad9fcb hex color - Blue - Cool color - Information

#ad9fcb hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #ad9fcb Color code in RGB color code model is created after adding 67.84% red color, 62.35% green color and 79.61% blue color. Hex #ad9fcb Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 22% magenta, 0% yellow and 20% black.

Hex #ad9fcb color code is between #aa99cc web safe hex color code and #bbaabb web safe hex color code. #aa99cc is the nearest web safe color code. You can see here many more shades of #ad9fcb color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codead9fcb#ad9fcb
RGB Decimal173, 159, 203rgb(173, 159, 203)
RGB Percent68%, 62%, 80%rgb(68%, 62%, 80%)
CSS RGBa173, 159, 203,1rgba(173,159,203,1)
CMYK Modelcmyk(15%,22%,0%,20%)
HSL Color Space259,30% ,71%hsl(259,30% ,71%)
HSV Color Space259°, 22%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011011001111111001011
Octal255237313
Decimal173159203
Hexad9fcb

Different shades of #ad9fcb color code.

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

Light Shade of #ad9fcb
#c9c0dd
Dark Shade of #ad9fcb
#917eb9
Saturated Shade of #ad9fcb
#aa98d2
Desaturated Shade of #ad9fcb
#b0a6c4
Grey scale Shade of #ad9fcb
#b5b5b5
Brighten Shade
#c6b8e4
Most Readable Shade
#000000

Shades of #ad9fcb color code

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

#ad9fcb
#998db4
#867b9d
#736a87
#605870
#4c465a
#393543
#26232d
#131116
#000000

Similar Color like #ad9fcb color

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

#aea0cc
#afa1cd
#b0a2ce
#b1a3cf
#b2a4d0
#b3a5d1
#b4a6d2
#b5a7d3
#b6a8d4
#b7a9d5
#b8aad6
#b9abd7
#baacd8
#bbadd9
#ac9eca
#ab9dc9
#aa9cc8
#a99bc7
#a89ac6
#a799c5
#a698c4
#a597c3
#a496c2
#a395c1
#a294c0
#a193bf
#a092be
#9f91bd

Monochromatic Color with #ad9fcb

#ad9fcb
#d1c0f5
#1c1a21
#403b4b
#655c76
#897ea0

Tints of #ad9fcb Color

#ad9fcb
#b6a9d0
#bfb4d6
#c8bfdc
#d1c9e2
#dad4e7
#e3dfed
#ece9f3
#f5f4f9
#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

#ad9fcb
#bdcb9f

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

Split Complementary

#ad9fcb
#cbc39f
#a7cb9f

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

Analogous Color

#9fa3cb
#a49fcb
#ad9fcb
#b69fcb
#bf9fcb

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

#ad9fcb
#cbad9f
#9fcbad

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

#ad9fcb
#cb9fa7
#bdcb9f
#9fcbc3

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

#ad9fcb
#bdcb9f
#a7cb9f
#c39fcb

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

#ad9fcb Color Code Preview on Black Background Color

This is how #ad9fcb Color will look on black background color. Color contrast ratio is 8.60

#ad9fcb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad9fcb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad9fcb

#ad9fcb color code is use for CSS Background Color

Background color for the above div is #ad9fcb

HTML with inline CSS

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

#ad9fcb color code is use for CSS Border Color

CSS Border color for the above div is #ad9fcb

HTML with inline CSS

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

CSS Border Left color for the above div is #ad9fcb

HTML with inline CSS

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

CSS Border Right color for the above div is #ad9fcb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad9fcb

HTML with inline CSS

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

CSS Border Top color for the above div is #ad9fcb

HTML with inline CSS

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

#ad9fcb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad9fcb Color code Preview on White Background

This is how #ad9fcb Color code will look on white background color. Color contrast ratio is 2.44

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.