crispedge.com

Color picker

Loading...

#a2beca hex color - Blue - Cool color - Information

#a2beca hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #a2beca Color code in RGB color code model is created after adding 63.53% red color, 74.51% green color and 79.22% blue color. Hex #a2beca Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 6% magenta, 0% yellow and 21% black.

Hex #a2beca color code is between #aabbcc web safe hex color code and #99ccbb web safe hex color code. #aabbcc is the nearest web safe color code. You can see here many more shades of #a2beca color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea2beca#a2beca
RGB Decimal162, 190, 202rgb(162, 190, 202)
RGB Percent64%, 75%, 79%rgb(64%, 75%, 79%)
CSS RGBa162, 190, 202,1rgba(162,190,202,1)
CMYK Modelcmyk(20%,6%,0%,21%)
HSL Color Space198,27% ,71%hsl(198,27% ,71%)
HSV Color Space198°, 20%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101000101011111011001010
Octal242276312
Decimal162190202
Hexa2beca

Different shades of #a2beca color code.

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

Light Shade of #a2beca
#c2d5dd
Dark Shade of #a2beca
#82a7b7
Saturated Shade of #a2beca
#9bc1d1
Desaturated Shade of #a2beca
#a9bbc3
Grey scale Shade of #a2beca
#b6b6b6
Brighten Shade
#bbd7e3
Most Readable Shade
#000000

Shades of #a2beca color code

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

#a2beca
#90a8b3
#7e939d
#6c7e86
#5a6970
#485459
#363f43
#242a2c
#121516
#000000

Similar Color like #a2beca color

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

#a3bfcb
#a4c0cc
#a5c1cd
#a6c2ce
#a7c3cf
#a8c4d0
#a9c5d1
#aac6d2
#abc7d3
#acc8d4
#adc9d5
#aecad6
#afcbd7
#b0ccd8
#a1bdc9
#a0bcc8
#9fbbc7
#9ebac6
#9db9c5
#9cb8c4
#9bb7c3
#9ab6c2
#99b5c1
#98b4c0
#97b3bf
#96b2be
#95b1bd
#94b0bc

Monochromatic Color with #a2beca

#a2beca
#c4e6f4
#1a1e20
#3c464a
#5e6e75
#80969f

Tints of #a2beca Color

#a2beca
#acc5cf
#b6ccd5
#c1d3db
#cbdae1
#d5e2e7
#e0e9ed
#eaf0f3
#f4f7f9
#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

#a2beca
#caaea2

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

Split Complementary

#a2beca
#caa2aa
#cac2a2

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

Analogous Color

#a2cac6
#a2c6ca
#a2beca
#a2b6ca
#a2aeca

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

#a2beca
#caa2be
#becaa2

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

#a2beca
#c2a2ca
#caaea2
#aacaa2

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

#a2beca
#caaea2
#cac2a2
#a2aaca

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

#a2beca Color Code Preview on Black Background Color

This is how #a2beca Color will look on black background color. Color contrast ratio is 10.75

#a2beca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a2beca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a2beca

#a2beca color code is use for CSS Background Color

Background color for the above div is #a2beca

HTML with inline CSS

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

#a2beca color code is use for CSS Border Color

CSS Border color for the above div is #a2beca

HTML with inline CSS

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

CSS Border Left color for the above div is #a2beca

HTML with inline CSS

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

CSS Border Right color for the above div is #a2beca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a2beca

HTML with inline CSS

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

CSS Border Top color for the above div is #a2beca

HTML with inline CSS

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

#a2beca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a2beca Color code Preview on White Background

This is how #a2beca Color code will look on white background color. Color contrast ratio is 1.95

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

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(162,190,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(202,174,162,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(162,190,202,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.