crispedge.com

Color picker

Loading...

#adcab5 hex color - Green - Cool color - Information

#adcab5 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #adcab5 Color code in RGB color code model is created after adding 67.84% red color, 79.22% green color and 70.98% blue color. Hex #adcab5 Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 0% magenta, 10% yellow and 21% black.

Hex #adcab5 color code is between #aaccbb web safe hex color code and #bbbbaa web safe hex color code. #aaccbb is the nearest web safe color code. You can see here many more shades of #adcab5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeadcab5#adcab5
RGB Decimal173, 202, 181rgb(173, 202, 181)
RGB Percent68%, 79%, 71%rgb(68%, 79%, 71%)
CSS RGBa173, 202, 181,1rgba(173,202,181,1)
CMYK Modelcmyk(14%,0%,10%,21%)
HSL Color Space137,21% ,74%hsl(137,21% ,74%)
HSV Color Space137°, 14%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011011100101010110101
Octal255312265
Decimal173202181
Hexadcab5

Different shades of #adcab5 color code.

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

Light Shade of #adcab5
#ccded1
Dark Shade of #adcab5
#8eb699
Saturated Shade of #adcab5
#a6d1b2
Desaturated Shade of #adcab5
#b4c3b8
Grey scale Shade of #adcab5
#bbbbbb
Brighten Shade
#c6e3ce
Most Readable Shade
#000000

Shades of #adcab5 color code

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

#adcab5
#99b3a0
#869d8c
#738678
#607064
#4c5950
#39433c
#262c28
#131614
#000000

Similar Color like #adcab5 color

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

#aecbb6
#afccb7
#b0cdb8
#b1ceb9
#b2cfba
#b3d0bb
#b4d1bc
#b5d2bd
#b6d3be
#b7d4bf
#b8d5c0
#b9d6c1
#bad7c2
#bbd8c3
#acc9b4
#abc8b3
#aac7b2
#a9c6b1
#a8c5b0
#a7c4af
#a6c3ae
#a5c2ad
#a4c1ac
#a3c0ab
#a2bfaa
#a1bea9
#a0bda8
#9fbca7

Monochromatic Color with #adcab5

#adcab5
#d1f4db
#1b201d
#404a43
#647569
#899f8f

Tints of #adcab5 Color

#adcab5
#b6cfbd
#bfd5c5
#c8dbcd
#d1e1d5
#dae7de
#e3ede6
#ecf3ee
#f5f9f6
#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

#adcab5
#caadc2

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

Split Complementary

#adcab5
#c4adca
#caadb4

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

Analogous Color

#b1caad
#adcaaf
#adcab5
#adcabb
#adcac1

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

#adcab5
#b5adca
#cab5ad

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

#adcab5
#adb3ca
#caadc2
#cac3ad

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

#adcab5
#caadc2
#caadb4
#adcac4

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

#adcab5 Color Code Preview on Black Background Color

This is how #adcab5 Color will look on black background color. Color contrast ratio is 11.89

#adcab5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adcab5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adcab5

#adcab5 color code is use for CSS Background Color

Background color for the above div is #adcab5

HTML with inline CSS

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

#adcab5 color code is use for CSS Border Color

CSS Border color for the above div is #adcab5

HTML with inline CSS

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

CSS Border Left color for the above div is #adcab5

HTML with inline CSS

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

CSS Border Right color for the above div is #adcab5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adcab5

HTML with inline CSS

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

CSS Border Top color for the above div is #adcab5

HTML with inline CSS

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

#adcab5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adcab5 Color code Preview on White Background

This is how #adcab5 Color code will look on white background color. Color contrast ratio is 1.77

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

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(173,202,181,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(202,173,194,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,202,181,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.