crispedge.com

Color picker

Loading...

#acbdad hex color - Green - Cool color - Information

#acbdad hex color - Green - Cool color

Color Hue/Base color: Green

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

Hex #acbdad color code is between #aabbaa web safe hex color code and #bbccbb web safe hex color code. #aabbaa is the nearest web safe color code. You can see here many more shades of #acbdad color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeacbdad#acbdad
RGB Decimal172, 189, 173rgb(172, 189, 173)
RGB Percent67%, 74%, 68%rgb(67%, 74%, 68%)
CSS RGBa172, 189, 173,1rgba(172,189,173,1)
CMYK Modelcmyk(9%,0%,8%,26%)
HSL Color Space124,11% ,71%hsl(124,11% ,71%)
HSV Color Space124°, 9%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011001011110110101101
Octal254275255
Decimal172189173
Hexacbdad

Different shades of #acbdad color code.

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

Light Shade of #acbdad
#c8d4c9
Dark Shade of #acbdad
#90a691
Saturated Shade of #acbdad
#a5c4a6
Desaturated Shade of #acbdad
#b3b6b4
Grey scale Shade of #acbdad
#b4b4b4
Brighten Shade
#c5d6c6
Most Readable Shade
#000000

Shades of #acbdad color code

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

#acbdad
#98a899
#859386
#727e73
#5f6960
#4c544c
#393f39
#262a26
#131513
#000000

Similar Color like #acbdad color

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

#adbeae
#aebfaf
#afc0b0
#b0c1b1
#b1c2b2
#b2c3b3
#b3c4b4
#b4c5b5
#b5c6b6
#b6c7b7
#b7c8b8
#b8c9b9
#b9caba
#bacbbb
#abbcac
#aabbab
#a9baaa
#a8b9a9
#a7b8a8
#a6b7a7
#a5b6a6
#a4b5a5
#a3b4a4
#a2b3a3
#a1b2a2
#a0b1a1
#9fb0a0
#9eaf9f

Monochromatic Color with #acbdad

#acbdad
#d3e7d4
#111311
#383d38
#5f685f
#859286

Tints of #acbdad Color

#acbdad
#b5c4b6
#becbbf
#c7d3c8
#d0dad1
#dae1da
#e3e9e3
#ecf0ec
#f5f7f5
#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

#acbdad
#bdacbc

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

Split Complementary

#acbdad
#b6acbd
#bdacb4

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

Analogous Color

#b2bdac
#aebdac
#acbdad
#acbdb0
#acbdb4

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

#acbdad
#adacbd
#bdadac

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

#acbdad
#acb3bd
#bdacbc
#bdb5ac

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

#acbdad
#bdacbc
#bdacb4
#acbdb6

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

#acbdad Color Code Preview on Black Background Color

This is how #acbdad Color will look on black background color. Color contrast ratio is 10.64

#acbdad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acbdad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acbdad

#acbdad color code is use for CSS Background Color

Background color for the above div is #acbdad

HTML with inline CSS

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

#acbdad color code is use for CSS Border Color

CSS Border color for the above div is #acbdad

HTML with inline CSS

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

CSS Border Left color for the above div is #acbdad

HTML with inline CSS

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

CSS Border Right color for the above div is #acbdad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acbdad

HTML with inline CSS

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

CSS Border Top color for the above div is #acbdad

HTML with inline CSS

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

#acbdad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acbdad Color code Preview on White Background

This is how #acbdad Color code will look on white background color. Color contrast ratio is 1.97

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.