crispedge.com

Color picker

Loading...

#acb1dd hex color - Blue - Cool color - Information

#acb1dd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #acb1dd Color code in RGB color code model is created after adding 67.45% red color, 69.41% green color and 86.67% blue color. Hex #acb1dd Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 20% magenta, 0% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeacb1dd#acb1dd
RGB Decimal172, 177, 221rgb(172, 177, 221)
RGB Percent67%, 69%, 87%rgb(67%, 69%, 87%)
CSS RGBa172, 177, 221,1rgba(172,177,221,1)
CMYK Modelcmyk(22%,20%,0%,13%)
HSL Color Space234,42% ,77%hsl(234,42% ,77%)
HSV Color Space234°, 22%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011001011000111011101
Octal254261335
Decimal172177221
Hexacb1dd

Different shades of #acb1dd color code.

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

Light Shade of #acb1dd
#d0d3ec
Dark Shade of #acb1dd
#888fce
Saturated Shade of #acb1dd
#a6ace3
Desaturated Shade of #acb1dd
#b2b6d7
Grey scale Shade of #acb1dd
#c4c4c4
Brighten Shade
#c5caf6
Most Readable Shade
#000000

Shades of #acb1dd color code

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

#acb1dd
#989dc4
#8589ab
#727693
#5f627a
#4c4e62
#393b49
#262731
#131318
#000000

Similar Color like #acb1dd color

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

#adb2de
#aeb3df
#afb4e0
#b0b5e1
#b1b6e2
#b2b7e3
#b3b8e4
#b4b9e5
#b5bae6
#b6bbe7
#b7bce8
#b8bde9
#b9beea
#babfeb
#abb0dc
#aaafdb
#a9aeda
#a8add9
#a7acd8
#a6abd7
#a5aad6
#a4a9d5
#a3a8d4
#a2a7d3
#a1a6d2
#a0a5d1
#9fa4d0
#9ea3cf

Monochromatic Color with #acb1dd

#acb1dd
#070708
#282933
#494b5d
#6a6d88
#8b8fb3

Tints of #acb1dd Color

#acb1dd
#b5b9e0
#bec2e4
#c7cbe8
#d0d3ec
#dadcef
#e3e5f3
#ecedf7
#f5f6fb
#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

#acb1dd
#ddd8ac

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

Split Complementary

#acb1dd
#ddc0ac
#caddac

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

Analogous Color

#acc5dd
#acbbdd
#acb1dd
#b1acdd
#bbacdd

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

#acb1dd
#ddacb1
#b1ddac

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

#acb1dd
#ddacc9
#ddd8ac
#acddbf

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

#acb1dd
#ddd8ac
#caddac
#c0acdd

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

#acb1dd Color Code Preview on Black Background Color

This is how #acb1dd Color will look on black background color. Color contrast ratio is 10.09

#acb1dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acb1dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acb1dd

#acb1dd color code is use for CSS Background Color

Background color for the above div is #acb1dd

HTML with inline CSS

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

#acb1dd color code is use for CSS Border Color

CSS Border color for the above div is #acb1dd

HTML with inline CSS

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

CSS Border Left color for the above div is #acb1dd

HTML with inline CSS

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

CSS Border Right color for the above div is #acb1dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acb1dd

HTML with inline CSS

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

CSS Border Top color for the above div is #acb1dd

HTML with inline CSS

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

#acb1dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acb1dd Color code Preview on White Background

This is how #acb1dd Color code will look on white background color. Color contrast ratio is 2.08

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

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(172,177,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,216,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,177,221,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.