crispedge.com

Color picker

Loading...

#acb2ea hex color - Blue - Cool color - Information

#acb2ea hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #acb2ea Color code in RGB color code model is created after adding 67.45% red color, 69.8% green color and 91.76% blue color. Hex #acb2ea Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 24% magenta, 0% yellow and 8% black.

Hex #acb2ea color code is between #aaaaee web safe hex color code and #bbbbdd web safe hex color code. #aaaaee is the nearest web safe color code. You can see here many more shades of #acb2ea color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeacb2ea#acb2ea
RGB Decimal172, 178, 234rgb(172, 178, 234)
RGB Percent67%, 70%, 92%rgb(67%, 70%, 92%)
CSS RGBa172, 178, 234,1rgba(172,178,234,1)
CMYK Modelcmyk(26%,24%,0%,8%)
HSL Color Space234,60% ,80%hsl(234,60% ,80%)
HSV Color Space234°, 26%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011001011001011101010
Octal254262352
Decimal172178234
Hexacb2ea

Different shades of #acb2ea color code.

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

Light Shade of #acb2ea
#d5d8f4
Dark Shade of #acb2ea
#838ce0
Saturated Shade of #acb2ea
#a7aeef
Desaturated Shade of #acb2ea
#b1b6e5
Grey scale Shade of #acb2ea
#cbcbcb
Brighten Shade
#c5cbff
Most Readable Shade
#000000

Shades of #acb2ea color code

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

#acb2ea
#989ed0
#858ab6
#72769c
#5f6282
#4c4f68
#393b4e
#262734
#13131a
#000000

Similar Color like #acb2ea color

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

#adb3eb
#aeb4ec
#afb5ed
#b0b6ee
#b1b7ef
#b2b8f0
#b3b9f1
#b4baf2
#b5bbf3
#b6bcf4
#b7bdf5
#b8bef6
#b9bff7
#bac0f8
#abb1e9
#aab0e8
#a9afe7
#a8aee6
#a7ade5
#a6ace4
#a5abe3
#a4aae2
#a3a9e1
#a2a8e0
#a1a7df
#a0a6de
#9fa5dd
#9ea4dc

Monochromatic Color with #acb2ea

#acb2ea
#101015
#2f3140
#4e516a
#6e7195
#8d92bf

Tints of #acb2ea Color

#acb2ea
#b5baec
#bec3ee
#c7cbf1
#d0d4f3
#dadcf5
#e3e5f8
#ecedfa
#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

#acb2ea
#eae4ac

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

Split Complementary

#acb2ea
#eac5ac
#d1eaac

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

Analogous Color

#accbea
#acbeea
#acb2ea
#b2acea
#bfacea

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

#acb2ea
#eaacb2
#b2eaac

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

#acb2ea
#eaacd1
#eae4ac
#aceac5

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

#acb2ea
#eae4ac
#d1eaac
#c5acea

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

#acb2ea Color Code Preview on Black Background Color

This is how #acb2ea Color will look on black background color. Color contrast ratio is 10.31

#acb2ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acb2ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acb2ea

#acb2ea color code is use for CSS Background Color

Background color for the above div is #acb2ea

HTML with inline CSS

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

#acb2ea color code is use for CSS Border Color

CSS Border color for the above div is #acb2ea

HTML with inline CSS

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

CSS Border Left color for the above div is #acb2ea

HTML with inline CSS

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

CSS Border Right color for the above div is #acb2ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acb2ea

HTML with inline CSS

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

CSS Border Top color for the above div is #acb2ea

HTML with inline CSS

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

#acb2ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acb2ea Color code Preview on White Background

This is how #acb2ea Color code will look on white background color. Color contrast ratio is 2.04

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

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,178,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(234,228,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,178,234,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.