crispedge.com

Color picker

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

#afc6ca hex color - Green - Cool color - Information

#afc6ca hex color - Green - Cool color

Color Hue/Base color: Green

Hex #afc6ca Color code in RGB color code model is created after adding 68.63% red color, 77.65% green color and 79.22% blue color. Hex #afc6ca Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 2% magenta, 0% yellow and 21% black.

Hex #afc6ca color code is between #aacccc web safe hex color code and #bbbbbb web safe hex color code. #aacccc is the nearest web safe color code. You can see here many more shades of #afc6ca color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeafc6ca#afc6ca
RGB Decimal175, 198, 202rgb(175, 198, 202)
RGB Percent69%, 78%, 79%rgb(69%, 78%, 79%)
CSS RGBa175, 198, 202,1rgba(175,198,202,1)
CMYK Modelcmyk(13%,2%,0%,21%)
HSL Color Space189,20% ,74%hsl(189,20% ,74%)
HSV Color Space189°, 13%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111100011011001010
Octal257306312
Decimal175198202
Hexafc6ca

Different shades of #afc6ca color code.

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

Light Shade of #afc6ca
#cedcde
Dark Shade of #afc6ca
#90b0b6
Saturated Shade of #afc6ca
#a8cbd1
Desaturated Shade of #afc6ca
#b6c1c3
Grey scale Shade of #afc6ca
#bcbcbc
Brighten Shade
#c8dfe3
Most Readable Shade
#000000

Shades of #afc6ca color code

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

#afc6ca
#9bb0b3
#889a9d
#748486
#616e70
#4d5859
#3a4243
#262c2c
#131616
#000000

Similar Color like #afc6ca color

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

#b0c7cb
#b1c8cc
#b2c9cd
#b3cace
#b4cbcf
#b5ccd0
#b6cdd1
#b7ced2
#b8cfd3
#b9d0d4
#bad1d5
#bbd2d6
#bcd3d7
#bdd4d8
#aec5c9
#adc4c8
#acc3c7
#abc2c6
#aac1c5
#a9c0c4
#a8bfc3
#a7bec2
#a6bdc1
#a5bcc0
#a4bbbf
#a3babe
#a2b9bd
#a1b8bc

Monochromatic Color with #afc6ca

#afc6ca
#d4f0f4
#1c1f20
#41494a
#657375
#8a9c9f

Tints of #afc6ca Color

#afc6ca
#b7cccf
#c0d2d5
#c9d9db
#d2dfe1
#dbe5e7
#e4eced
#edf2f3
#f6f8f9
#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

#afc6ca
#cab3af

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

Split Complementary

#afc6ca
#caafb9
#cac1af

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

Analogous Color

#afcac3
#afcac9
#afc6ca
#afc1ca
#afbbca

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

#afc6ca
#caafc6
#c6caaf

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

#afc6ca
#c0afca
#cab3af
#b8caaf

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

#afc6ca
#cab3af
#cac1af
#afb9ca

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

#afc6ca Color Code Preview on Black Background Color

This is how #afc6ca Color will look on black background color. Color contrast ratio is 11.75

#afc6ca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afc6ca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afc6ca

#afc6ca color code is use for CSS Background Color

Background color for the above div is #afc6ca

HTML with inline CSS

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

#afc6ca color code is use for CSS Border Color

CSS Border color for the above div is #afc6ca

HTML with inline CSS

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

CSS Border Left color for the above div is #afc6ca

HTML with inline CSS

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

CSS Border Right color for the above div is #afc6ca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afc6ca

HTML with inline CSS

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

CSS Border Top color for the above div is #afc6ca

HTML with inline CSS

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

#afc6ca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afc6ca Color code Preview on White Background

This is how #afc6ca Color code will look on white background color. Color contrast ratio is 1.79

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

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.