@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#8accaa hex color - Green - Cool color - Information

#8accaa hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #8accaa Color code in RGB color code model is created after adding 54.12% red color, 80% green color and 66.67% blue color. Hex #8accaa Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 0% magenta, 17% yellow and 20% black.

Hex #8accaa color code is between #88bb99 web safe hex color code and #99ddbb web safe hex color code. #88bb99 is the nearest web safe color code. You can see here many more shades of #8accaa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 8accaa #8accaa
RGB Decimal 138, 204, 170 rgb(138, 204, 170)
RGB Percent 54%, 80%, 67% rgb(54%, 80%, 67%)
CSS RGBa 138, 204, 170,1 rgba(138,204,170,1)
CMYK Model cmyk(32%,0%,17%,20%)
HSL Color Space 149,39% ,67% hsl(149,39% ,67%)
HSV Color Space 149°, 32%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10001010 11001100 10101010
Octal 212 314 252
Decimal 138 204 170
Hex 8a cc aa

Different shades of #8accaa color code.

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

Light Shade of #8accaa
#addbc4
Dark Shade of #8accaa
#66bc90
Saturated Shade of #8accaa
#82d4aa
Desaturated Shade of #8accaa
#92c4aa
Grey scale Shade of #8accaa
#ababab
Brighten Shade
#a3e5c3
Most Readable Shade
#000000

Shades of #8accaa color code

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

#8accaa
#7ab597
#6b9e84
#5c8871
#4c715e
#3d5a4b
#2e4438
#1e2d25
#0f1612
#000000

Similar Color like #8accaa color

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

#8bcdab
#8cceac
#8dcfad
#8ed0ae
#8fd1af
#90d2b0
#91d3b1
#92d4b2
#93d5b3
#94d6b4
#95d7b5
#96d8b6
#97d9b7
#98dab8
#89cba9
#88caa8
#87c9a7
#86c8a6
#85c7a5
#84c6a4
#83c5a3
#82c4a2
#81c3a1
#80c2a0
#7fc19f
#7ec09e
#7dbf9d
#7cbe9c

Monochromatic Color with #8accaa

#8accaa
#a7f6cd
#17221c
#344c40
#507763
#6da187

Tints of #8accaa Color

#8accaa
#97d1b3
#a4d7bc
#b1ddc6
#bee2cf
#cbe8d9
#d8eee2
#e5f3ec
#f2f9f5
#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

#8accaa
#cc8aac

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

Split Complementary

#8accaa
#cb8acc
#cc8a8b

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

Analogous Color

#8acc90
#8acc9d
#8accaa
#8accb7
#8accc4

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

#8accaa
#aa8acc
#ccaa8a

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

#8accaa
#8a8bcc
#cc8aac
#cccb8a

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

#8accaa
#cc8aac
#cc8a8b
#8acccb

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 #8accaa 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.

#8accaa Color Code Preview on Black Background Color

This is how #8accaa Color will look on black background color. Color contrast ratio is 11.30

#8accaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8accaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8accaa

#8accaa color code is use for CSS Background Color

Background color for the above div is #8accaa

HTML with inline CSS

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

#8accaa color code is use for CSS Border Color

CSS Border color for the above div is #8accaa

HTML with inline CSS

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

CSS Border Left color for the above div is #8accaa

HTML with inline CSS

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

CSS Border Right color for the above div is #8accaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8accaa

HTML with inline CSS

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

CSS Border Top color for the above div is #8accaa

HTML with inline CSS

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

#8accaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8accaa Color code Preview on White Background

This is how #8accaa Color code will look on white background color. Color contrast ratio is 1.86

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

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(138,204,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,138,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(138,204,170,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.