crispedge.com

Color picker

Loading...

#acf5ee hex color - Green - Cool color - Information

#acf5ee hex color - Green - Cool color

Color Hue/Base color: Green

Hex #acf5ee Color code in RGB color code model is created after adding 67.45% red color, 96.08% green color and 93.33% blue color. Hex #acf5ee Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 0% magenta, 3% yellow and 4% black.

Hex #acf5ee color code is between #aaeedd web safe hex color code and #bbffff web safe hex color code. #aaeedd is the nearest web safe color code. You can see here many more shades of #acf5ee color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeacf5ee#acf5ee
RGB Decimal172, 245, 238rgb(172, 245, 238)
RGB Percent67%, 96%, 93%rgb(67%, 96%, 93%)
CSS RGBa172, 245, 238,1rgba(172,245,238,1)
CMYK Modelcmyk(30%,0%,3%,4%)
HSL Color Space174,78% ,82%hsl(174,78% ,82%)
HSV Color Space174°, 30%, 96%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011001111010111101110
Octal254365356
Decimal172245238
Hexacf5ee

Different shades of #acf5ee color code.

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

Light Shade of #acf5ee
#d9faf7
Dark Shade of #acf5ee
#7ef0e5
Saturated Shade of #acf5ee
#a7faf2
Desaturated Shade of #acf5ee
#b1f0ea
Grey scale Shade of #acf5ee
#d0d0d0
Brighten Shade
#c5ffff
Most Readable Shade
#000000

Shades of #acf5ee color code

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

#acf5ee
#98d9d3
#85beb9
#72a39e
#5f8884
#4c6c69
#39514f
#263634
#131b1a
#000000

Similar Color like #acf5ee color

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

#adf6ef
#aef7f0
#aff8f1
#b0f9f2
#b1faf3
#b2fbf4
#b3fcf5
#b4fdf6
#b5fef7
#b6fff8
#b7fff9
#b8fffa
#b9fffb
#bafffc
#abf4ed
#aaf3ec
#a9f2eb
#a8f1ea
#a7f0e9
#a6efe8
#a5eee7
#a4ede6
#a3ece5
#a2ebe4
#a1eae3
#a0e9e2
#9fe8e1
#9ee7e0

Monochromatic Color with #acf5ee

#acf5ee
#172020
#354b49
#527572
#70a09b
#8ecac5

Tints of #acf5ee Color

#acf5ee
#b5f6ef
#bef7f1
#c7f8f3
#d0f9f5
#dafaf7
#e3fbf9
#ecfcfb
#f5fdfd
#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

#acf5ee
#f5acb3

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

Split Complementary

#acf5ee
#f5acd8
#f5caac

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

Analogous Color

#acf5d1
#acf5df
#acf5ee
#acedf5
#acdff5

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

#acf5ee
#eeacf5
#f5eeac

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

#acf5ee
#c9acf5
#f5acb3
#d7f5ac

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

#acf5ee
#f5acb3
#f5caac
#acd8f5

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

#acf5ee Color Code Preview on Black Background Color

This is how #acf5ee Color will look on black background color. Color contrast ratio is 17.05

#acf5ee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acf5ee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acf5ee

#acf5ee color code is use for CSS Background Color

Background color for the above div is #acf5ee

HTML with inline CSS

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

#acf5ee color code is use for CSS Border Color

CSS Border color for the above div is #acf5ee

HTML with inline CSS

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

CSS Border Left color for the above div is #acf5ee

HTML with inline CSS

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

CSS Border Right color for the above div is #acf5ee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acf5ee

HTML with inline CSS

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

CSS Border Top color for the above div is #acf5ee

HTML with inline CSS

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

#acf5ee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acf5ee Color code Preview on White Background

This is how #acf5ee Color code will look on white background color. Color contrast ratio is 1.23

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

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(172,245,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(245,172,179,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,245,238,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.