crispedge.com

Color picker

Loading...

#acb5ec hex color - Blue - Cool color - Information

#acb5ec hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeacb5ec#acb5ec
RGB Decimal172, 181, 236rgb(172, 181, 236)
RGB Percent67%, 71%, 93%rgb(67%, 71%, 93%)
CSS RGBa172, 181, 236,1rgba(172,181,236,1)
CMYK Modelcmyk(27%,23%,0%,7%)
HSL Color Space232,63% ,80%hsl(232,63% ,80%)
HSV Color Space232°, 27%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011001011010111101100
Octal254265354
Decimal172181236
Hexacb5ec

Different shades of #acb5ec color code.

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

Light Shade of #acb5ec
#d6daf5
Dark Shade of #acb5ec
#8390e2
Saturated Shade of #acb5ec
#a7b1f1
Desaturated Shade of #acb5ec
#b1b9e7
Grey scale Shade of #acb5ec
#cccccc
Brighten Shade
#c5ceff
Most Readable Shade
#000000

Shades of #acb5ec color code

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

#acb5ec
#98a0d1
#858cb7
#72789d
#5f6483
#4c5068
#393c4e
#262834
#13141a
#000000

Similar Color like #acb5ec color

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

#adb6ed
#aeb7ee
#afb8ef
#b0b9f0
#b1baf1
#b2bbf2
#b3bcf3
#b4bdf4
#b5bef5
#b6bff6
#b7c0f7
#b8c1f8
#b9c2f9
#bac3fa
#abb4eb
#aab3ea
#a9b2e9
#a8b1e8
#a7b0e7
#a6afe6
#a5aee5
#a4ade4
#a3ace3
#a2abe2
#a1aae1
#a0a9e0
#9fa8df
#9ea7de

Monochromatic Color with #acb5ec

#acb5ec
#111217
#303342
#4f536c
#6e7497
#8d94c1

Tints of #acb5ec Color

#acb5ec
#b5bdee
#bec5f0
#c7cdf2
#d0d5f4
#dadef6
#e3e6f8
#eceefa
#f5f6fc
#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

#acb5ec
#ece3ac

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

Split Complementary

#acb5ec
#ecc3ac
#d5ecac

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

Analogous Color

#accfec
#acc2ec
#acb5ec
#b0acec
#bdacec

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

#acb5ec
#ecacb5
#b5ecac

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

#acb5ec
#ecacd5
#ece3ac
#acecc3

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

#acb5ec
#ece3ac
#d5ecac
#c3acec

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

#acb5ec Color Code Preview on Black Background Color

This is how #acb5ec Color will look on black background color. Color contrast ratio is 10.57

#acb5ec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acb5ec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acb5ec

#acb5ec color code is use for CSS Background Color

Background color for the above div is #acb5ec

HTML with inline CSS

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

#acb5ec color code is use for CSS Border Color

CSS Border color for the above div is #acb5ec

HTML with inline CSS

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

CSS Border Left color for the above div is #acb5ec

HTML with inline CSS

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

CSS Border Right color for the above div is #acb5ec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acb5ec

HTML with inline CSS

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

CSS Border Top color for the above div is #acb5ec

HTML with inline CSS

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

#acb5ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acb5ec Color code Preview on White Background

This is how #acb5ec Color code will look on white background color. Color contrast ratio is 1.99

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

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,181,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(236,227,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,181,236,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.