crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#a4cccc hex color - Green - Cool color - Information

#a4cccc hex color - Green - Cool color

Color Hue/Base color: Green

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

Hex #a4cccc 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 #a4cccc color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codea4cccc#a4cccc
RGB Decimal164, 204, 204rgb(164, 204, 204)
RGB Percent64%, 80%, 80%rgb(64%, 80%, 80%)
CSS RGBa164, 204, 204,1rgba(164,204,204,1)
CMYK Modelcmyk(20%,0%,0%,20%)
HSL Color Space180,28% ,72%hsl(180,28% ,72%)
HSV Color Space180°, 20%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001001100110011001100
Octal244314314
Decimal164204204
Hexa4cccc

Different shades of #a4cccc color code.

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

Light Shade of #a4cccc
#c5dede
Dark Shade of #a4cccc
#83baba
Saturated Shade of #a4cccc
#9dd3d3
Desaturated Shade of #a4cccc
#abc5c5
Grey scale Shade of #a4cccc
#b8b8b8
Brighten Shade
#bde5e5
Most Readable Shade
#000000

Shades of #a4cccc color code

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

#a4cccc
#91b5b5
#7f9e9e
#6d8888
#5b7171
#485a5a
#364444
#242d2d
#121616
#000000

Similar Color like #a4cccc color

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

#a5cdcd
#a6cece
#a7cfcf
#a8d0d0
#a9d1d1
#aad2d2
#abd3d3
#acd4d4
#add5d5
#aed6d6
#afd7d7
#b0d8d8
#b1d9d9
#b2dada
#a3cbcb
#a2caca
#a1c9c9
#a0c8c8
#9fc7c7
#9ec6c6
#9dc5c5
#9cc4c4
#9bc3c3
#9ac2c2
#99c1c1
#98c0c0
#97bfbf
#96bebe

Monochromatic Color with #a4cccc

#a4cccc
#c6f6f6
#1b2222
#3d4c4c
#607777
#82a1a1

Tints of #a4cccc Color

#a4cccc
#aed1d1
#b8d7d7
#c2dddd
#cce2e2
#d6e8e8
#e0eeee
#eaf3f3
#f4f9f9
#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

#a4cccc
#cca4a4

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

Split Complementary

#a4cccc
#cca4b8
#ccb8a4

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

Analogous Color

#a4ccbc
#a4ccc4
#a4cccc
#a4c4cc
#a4bccc

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

#a4cccc
#cca4cc
#cccca4

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

#a4cccc
#b8a4cc
#cca4a4
#b8cca4

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

#a4cccc
#cca4a4
#ccb8a4
#a4b8cc

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

#a4cccc Color Code Preview on Black Background Color

This is how #a4cccc Color will look on black background color. Color contrast ratio is 12.09

#a4cccc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a4cccc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a4cccc

#a4cccc color code is use for CSS Background Color

Background color for the above div is #a4cccc

HTML with inline CSS

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

#a4cccc color code is use for CSS Border Color

CSS Border color for the above div is #a4cccc

HTML with inline CSS

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

CSS Border Left color for the above div is #a4cccc

HTML with inline CSS

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

CSS Border Right color for the above div is #a4cccc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a4cccc

HTML with inline CSS

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

CSS Border Top color for the above div is #a4cccc

HTML with inline CSS

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

#a4cccc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a4cccc Color code Preview on White Background

This is how #a4cccc Color code will look on white background color. Color contrast ratio is 1.74

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.