crispedge.com

Color picker

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

#adcad4 hex color - Blue - Cool color - Information

#adcad4 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #adcad4 Color code in RGB color code model is created after adding 67.84% red color, 79.22% green color and 83.14% blue color. Hex #adcad4 Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 5% magenta, 0% yellow and 17% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeadcad4#adcad4
RGB Decimal173, 202, 212rgb(173, 202, 212)
RGB Percent68%, 79%, 83%rgb(68%, 79%, 83%)
CSS RGBa173, 202, 212,1rgba(173,202,212,1)
CMYK Modelcmyk(18%,5%,0%,17%)
HSL Color Space195,31% ,75%hsl(195,31% ,75%)
HSV Color Space195°, 18%, 83%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011011100101011010100
Octal255312324
Decimal173202212
Hexadcad4

Different shades of #adcad4 color code.

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

Light Shade of #adcad4
#cee0e6
Dark Shade of #adcad4
#8cb4c2
Saturated Shade of #adcad4
#a7cdda
Desaturated Shade of #adcad4
#b3c7ce
Grey scale Shade of #adcad4
#c0c0c0
Brighten Shade
#c6e3ed
Most Readable Shade
#000000

Shades of #adcad4 color code

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

#adcad4
#99b3bc
#869da4
#73868d
#607075
#4c595e
#394346
#262c2f
#131617
#000000

Similar Color like #adcad4 color

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

#aecbd5
#afccd6
#b0cdd7
#b1ced8
#b2cfd9
#b3d0da
#b4d1db
#b5d2dc
#b6d3dd
#b7d4de
#b8d5df
#b9d6e0
#bad7e1
#bbd8e2
#acc9d3
#abc8d2
#aac7d1
#a9c6d0
#a8c5cf
#a7c4ce
#a6c3cd
#a5c2cc
#a4c1cb
#a3c0ca
#a2bfc9
#a1bec8
#a0bdc7
#9fbcc6

Monochromatic Color with #adcad4

#adcad4
#d0f2fe
#22282a
#455054
#68797f
#8aa2a9

Tints of #adcad4 Color

#adcad4
#b6cfd8
#bfd5dd
#c8dbe2
#d1e1e7
#dae7eb
#e3edf0
#ecf3f5
#f5f9fa
#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

#adcad4
#d4b7ad

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

Split Complementary

#adcad4
#d4adb7
#d4cbad

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

Analogous Color

#add4ce
#add2d4
#adcad4
#adc2d4
#adbad4

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

#adcad4
#d4adca
#cad4ad

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

#adcad4
#caadd4
#d4b7ad
#b6d4ad

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

#adcad4
#d4b7ad
#d4cbad
#adb7d4

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

#adcad4 Color Code Preview on Black Background Color

This is how #adcad4 Color will look on black background color. Color contrast ratio is 12.18

#adcad4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adcad4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adcad4

#adcad4 color code is use for CSS Background Color

Background color for the above div is #adcad4

HTML with inline CSS

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

#adcad4 color code is use for CSS Border Color

CSS Border color for the above div is #adcad4

HTML with inline CSS

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

CSS Border Left color for the above div is #adcad4

HTML with inline CSS

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

CSS Border Right color for the above div is #adcad4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adcad4

HTML with inline CSS

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

CSS Border Top color for the above div is #adcad4

HTML with inline CSS

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

#adcad4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adcad4 Color code Preview on White Background

This is how #adcad4 Color code will look on white background color. Color contrast ratio is 1.72

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.