crispedge.com

Color picker

Loading...

#acd8de hex color - Blue - Cool color - Information

#acd8de hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #acd8de Color code in RGB color code model is created after adding 67.45% red color, 84.71% green color and 87.06% blue color. Hex #acd8de Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 3% magenta, 0% yellow and 13% black.

Hex #acd8de color code is between #aadddd web safe hex color code and #bbccee web safe hex color code. #aadddd is the nearest web safe color code. You can see here many more shades of #acd8de color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeacd8de#acd8de
RGB Decimal172, 216, 222rgb(172, 216, 222)
RGB Percent67%, 85%, 87%rgb(67%, 85%, 87%)
CSS RGBa172, 216, 222,1rgba(172,216,222,1)
CMYK Modelcmyk(23%,3%,0%,13%)
HSL Color Space187,43% ,77%hsl(187,43% ,77%)
HSV Color Space187°, 23%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011001101100011011110
Octal254330336
Decimal172216222
Hexacd8de

Different shades of #acd8de color code.

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

Light Shade of #acd8de
#d0e9ed
Dark Shade of #acd8de
#87c7cf
Saturated Shade of #acd8de
#a6dce4
Desaturated Shade of #acd8de
#b2d4d8
Grey scale Shade of #acd8de
#c5c5c5
Brighten Shade
#c5f1f7
Most Readable Shade
#000000

Shades of #acd8de color code

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

#acd8de
#98c0c5
#85a8ac
#729094
#5f787b
#4c6062
#39484a
#263031
#131818
#000000

Similar Color like #acd8de color

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

#add9df
#aedae0
#afdbe1
#b0dce2
#b1dde3
#b2dee4
#b3dfe5
#b4e0e6
#b5e1e7
#b6e2e8
#b7e3e9
#b8e4ea
#b9e5eb
#bae6ec
#abd7dd
#aad6dc
#a9d5db
#a8d4da
#a7d3d9
#a6d2d8
#a5d1d7
#a4d0d6
#a3cfd5
#a2ced4
#a1cdd3
#a0ccd2
#9fcbd1
#9ecad0

Monochromatic Color with #acd8de

#acd8de
#070909
#283334
#495c5e
#6a8589
#8bafb3

Tints of #acd8de Color

#acd8de
#b5dce1
#bee0e5
#c7e5e9
#d0e9ec
#daedf0
#e3f2f4
#ecf6f7
#f5fafb
#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

#acd8de
#deb2ac

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

Split Complementary

#acd8de
#deacbf
#decbac

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

Analogous Color

#acded0
#acdeda
#acd8de
#accede
#acc4de

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

#acd8de
#deacd8
#d8deac

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

#acd8de
#cbacde
#deb2ac
#bfdeac

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

#acd8de
#deb2ac
#decbac
#acbfde

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

#acd8de Color Code Preview on Black Background Color

This is how #acd8de Color will look on black background color. Color contrast ratio is 13.63

#acd8de in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acd8de

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acd8de

#acd8de color code is use for CSS Background Color

Background color for the above div is #acd8de

HTML with inline CSS

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

#acd8de color code is use for CSS Border Color

CSS Border color for the above div is #acd8de

HTML with inline CSS

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

CSS Border Left color for the above div is #acd8de

HTML with inline CSS

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

CSS Border Right color for the above div is #acd8de

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acd8de

HTML with inline CSS

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

CSS Border Top color for the above div is #acd8de

HTML with inline CSS

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

#acd8de hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acd8de Color code Preview on White Background

This is how #acd8de Color code will look on white background color. Color contrast ratio is 1.54

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

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,216,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(222,178,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,216,222,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.