crispedge.com

Color picker

Loading...

#a5cccc hex color - Green - Cool color - Information

#a5cccc hex color - Green - Cool color

Color Hue/Base color: Green

Hex #a5cccc Color code in RGB color code model is created after adding 64.71% red color, 80% green color and 80% blue color. Hex #a5cccc Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 0% magenta, 0% yellow and 20% black.

Hex #a5cccc color code is between #aabbbb web safe hex color code and #99dddd web safe hex color code. #aabbbb is the nearest web safe color code. You can see here many more shades of #a5cccc color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codea5cccc#a5cccc
RGB Decimal165, 204, 204rgb(165, 204, 204)
RGB Percent65%, 80%, 80%rgb(65%, 80%, 80%)
CSS RGBa165, 204, 204,1rgba(165,204,204,1)
CMYK Modelcmyk(19%,0%,0%,20%)
HSL Color Space180,28% ,72%hsl(180,28% ,72%)
HSV Color Space180°, 19%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001011100110011001100
Octal245314314
Decimal165204204
Hexa5cccc

Different shades of #a5cccc color code.

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

Light Shade of #a5cccc
#c6dede
Dark Shade of #a5cccc
#84baba
Saturated Shade of #a5cccc
#9ed3d3
Desaturated Shade of #a5cccc
#acc5c5
Grey scale Shade of #a5cccc
#b8b8b8
Brighten Shade
#bee5e5
Most Readable Shade
#000000

Shades of #a5cccc color code

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

#a5cccc
#92b5b5
#809e9e
#6e8888
#5b7171
#495a5a
#374444
#242d2d
#121616
#000000

Similar Color like #a5cccc color

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

#a6cdcd
#a7cece
#a8cfcf
#a9d0d0
#aad1d1
#abd2d2
#acd3d3
#add4d4
#aed5d5
#afd6d6
#b0d7d7
#b1d8d8
#b2d9d9
#b3dada
#a4cbcb
#a3caca
#a2c9c9
#a1c8c8
#a0c7c7
#9fc6c6
#9ec5c5
#9dc4c4
#9cc3c3
#9bc2c2
#9ac1c1
#99c0c0
#98bfbf
#97bebe

Monochromatic Color with #a5cccc

#a5cccc
#c7f6f6
#1b2222
#3e4c4c
#607777
#83a1a1

Tints of #a5cccc Color

#a5cccc
#afd1d1
#b9d7d7
#c3dddd
#cde2e2
#d7e8e8
#e1eeee
#ebf3f3
#f5f9f9
#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

#a5cccc
#cca5a5

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

Split Complementary

#a5cccc
#cca5b8
#ccb8a5

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

Analogous Color

#a5ccbc
#a5ccc4
#a5cccc
#a5c4cc
#a5bccc

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

#a5cccc
#cca5cc
#cccca5

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

#a5cccc
#b8a5cc
#cca5a5
#b8cca5

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

#a5cccc
#cca5a5
#ccb8a5
#a5b8cc

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

#a5cccc Color Code Preview on Black Background Color

This is how #a5cccc Color will look on black background color. Color contrast ratio is 12.11

#a5cccc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a5cccc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a5cccc

#a5cccc color code is use for CSS Background Color

Background color for the above div is #a5cccc

HTML with inline CSS

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

#a5cccc color code is use for CSS Border Color

CSS Border color for the above div is #a5cccc

HTML with inline CSS

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

CSS Border Left color for the above div is #a5cccc

HTML with inline CSS

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

CSS Border Right color for the above div is #a5cccc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a5cccc

HTML with inline CSS

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

CSS Border Top color for the above div is #a5cccc

HTML with inline CSS

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

#a5cccc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a5cccc Color code Preview on White Background

This is how #a5cccc Color code will look on white background color. Color contrast ratio is 1.73

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.