crispedge.com

Color picker

Loading...

#acb7eb hex color - Blue - Cool color - Information

#acb7eb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #acb7eb Color code in RGB color code model is created after adding 67.45% red color, 71.76% green color and 92.16% blue color. Hex #acb7eb Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 22% magenta, 0% yellow and 8% black.

Hex #acb7eb 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 #acb7eb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeacb7eb#acb7eb
RGB Decimal172, 183, 235rgb(172, 183, 235)
RGB Percent67%, 72%, 92%rgb(67%, 72%, 92%)
CSS RGBa172, 183, 235,1rgba(172,183,235,1)
CMYK Modelcmyk(27%,22%,0%,8%)
HSL Color Space230,61% ,80%hsl(230,61% ,80%)
HSV Color Space230°, 27%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011001011011111101011
Octal254267353
Decimal172183235
Hexacb7eb

Different shades of #acb7eb color code.

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

Light Shade of #acb7eb
#d5dbf5
Dark Shade of #acb7eb
#8393e1
Saturated Shade of #acb7eb
#a7b4f0
Desaturated Shade of #acb7eb
#b1bae6
Grey scale Shade of #acb7eb
#cbcbcb
Brighten Shade
#c5d0ff
Most Readable Shade
#000000

Shades of #acb7eb color code

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

#acb7eb
#98a2d0
#858eb6
#727a9c
#5f6582
#4c5168
#393d4e
#262834
#13141a
#000000

Similar Color like #acb7eb color

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

#adb8ec
#aeb9ed
#afbaee
#b0bbef
#b1bcf0
#b2bdf1
#b3bef2
#b4bff3
#b5c0f4
#b6c1f5
#b7c2f6
#b8c3f7
#b9c4f8
#bac5f9
#abb6ea
#aab5e9
#a9b4e8
#a8b3e7
#a7b2e6
#a6b1e5
#a5b0e4
#a4afe3
#a3aee2
#a2ade1
#a1ace0
#a0abdf
#9faade
#9ea9dd

Monochromatic Color with #acb7eb

#acb7eb
#101216
#303341
#4f546b
#6e7596
#8d96c0

Tints of #acb7eb Color

#acb7eb
#b5bfed
#bec7ef
#c7cff1
#d0d7f3
#dadff6
#e3e7f8
#eceffa
#f5f7fc
#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

#acb7eb
#ebe0ac

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

Split Complementary

#acb7eb
#ebc1ac
#d7ebac

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

Analogous Color

#acd0eb
#acc4eb
#acb7eb
#aeaceb
#baaceb

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

#acb7eb
#ebacb7
#b7ebac

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

#acb7eb
#ebacd6
#ebe0ac
#acebc0

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

#acb7eb
#ebe0ac
#d7ebac
#c1aceb

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

#acb7eb Color Code Preview on Black Background Color

This is how #acb7eb Color will look on black background color. Color contrast ratio is 10.73

#acb7eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acb7eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acb7eb

#acb7eb color code is use for CSS Background Color

Background color for the above div is #acb7eb

HTML with inline CSS

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

#acb7eb color code is use for CSS Border Color

CSS Border color for the above div is #acb7eb

HTML with inline CSS

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

CSS Border Left color for the above div is #acb7eb

HTML with inline CSS

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

CSS Border Right color for the above div is #acb7eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acb7eb

HTML with inline CSS

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

CSS Border Top color for the above div is #acb7eb

HTML with inline CSS

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

#acb7eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acb7eb Color code Preview on White Background

This is how #acb7eb Color code will look on white background color. Color contrast ratio is 1.96

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

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,183,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(235,224,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,183,235,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.