crispedge.com

Color picker

Loading...

#acdceb hex color - Blue - Cool color - Information

#acdceb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #acdceb Color code in RGB color code model is created after adding 67.45% red color, 86.27% green color and 92.16% blue color. Hex #acdceb Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 6% magenta, 0% yellow and 8% black.

Hex #acdceb color code is between #aaddee web safe hex color code and #bbccdd web safe hex color code. #aaddee is the nearest web safe color code. You can see here many more shades of #acdceb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeacdceb#acdceb
RGB Decimal172, 220, 235rgb(172, 220, 235)
RGB Percent67%, 86%, 92%rgb(67%, 86%, 92%)
CSS RGBa172, 220, 235,1rgba(172,220,235,1)
CMYK Modelcmyk(27%,6%,0%,8%)
HSL Color Space194,61% ,80%hsl(194,61% ,80%)
HSV Color Space194°, 27%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011001101110011101011
Octal254334353
Decimal172220235
Hexacdceb

Different shades of #acdceb color code.

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

Light Shade of #acdceb
#d5edf5
Dark Shade of #acdceb
#83cbe1
Saturated Shade of #acdceb
#a7dff0
Desaturated Shade of #acdceb
#b1d9e6
Grey scale Shade of #acdceb
#cbcbcb
Brighten Shade
#c5f5ff
Most Readable Shade
#000000

Shades of #acdceb color code

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

#acdceb
#98c3d0
#85abb6
#72929c
#5f7a82
#4c6168
#39494e
#263034
#13181a
#000000

Similar Color like #acdceb color

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

#adddec
#aedeed
#afdfee
#b0e0ef
#b1e1f0
#b2e2f1
#b3e3f2
#b4e4f3
#b5e5f4
#b6e6f5
#b7e7f6
#b8e8f7
#b9e9f8
#baeaf9
#abdbea
#aadae9
#a9d9e8
#a8d8e7
#a7d7e6
#a6d6e5
#a5d5e4
#a4d4e3
#a3d3e2
#a2d2e1
#a1d1e0
#a0d0df
#9fcfde
#9ecedd

Monochromatic Color with #acdceb

#acdceb
#101516
#303d41
#4f656b
#6e8c96
#8db4c0

Tints of #acdceb Color

#acdceb
#b5dfed
#bee3ef
#c7e7f1
#d0ebf3
#daeff6
#e3f3f8
#ecf7fa
#f5fbfc
#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

#acdceb
#ebbbac

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

Split Complementary

#acdceb
#ebacbd
#ebdbac

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

Analogous Color

#acebe1
#ace9eb
#acdceb
#accfeb
#acc3eb

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

#acdceb
#ebacdc
#dcebac

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

#acdceb
#daaceb
#ebbbac
#bcebac

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

#acdceb
#ebbbac
#ebdbac
#acbdeb

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

#acdceb Color Code Preview on Black Background Color

This is how #acdceb Color will look on black background color. Color contrast ratio is 14.19

#acdceb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acdceb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acdceb

#acdceb color code is use for CSS Background Color

Background color for the above div is #acdceb

HTML with inline CSS

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

#acdceb color code is use for CSS Border Color

CSS Border color for the above div is #acdceb

HTML with inline CSS

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

CSS Border Left color for the above div is #acdceb

HTML with inline CSS

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

CSS Border Right color for the above div is #acdceb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acdceb

HTML with inline CSS

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

CSS Border Top color for the above div is #acdceb

HTML with inline CSS

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

#acdceb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acdceb Color code Preview on White Background

This is how #acdceb Color code will look on white background color. Color contrast ratio is 1.48

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

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,220,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(235,187,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,220,235,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.