crispedge.com

Color picker

Loading...

#9ddadc hex color - Blue - Cool color - Information

#9ddadc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #9ddadc Color code in RGB color code model is created after adding 61.57% red color, 85.49% green color and 86.27% blue color. Hex #9ddadc Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 1% magenta, 0% yellow and 14% black.

Hex #9ddadc color code is between #99dddd web safe hex color code and #aacccc web safe hex color code. #99dddd is the nearest web safe color code. You can see here many more shades of #9ddadc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9ddadc#9ddadc
RGB Decimal157, 218, 220rgb(157, 218, 220)
RGB Percent62%, 85%, 86%rgb(62%, 85%, 86%)
CSS RGBa157, 218, 220,1rgba(157,218,220,1)
CMYK Modelcmyk(29%,1%,0%,14%)
HSL Color Space182,47% ,74%hsl(182,47% ,74%)
HSV Color Space182°, 29%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111011101101011011100
Octal235332334
Decimal157218220
Hex9ddadc

Different shades of #9ddadc color code.

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

Light Shade of #9ddadc
#c3e8e9
Dark Shade of #9ddadc
#77cccf
Saturated Shade of #9ddadc
#96e0e3
Desaturated Shade of #9ddadc
#a4d4d5
Grey scale Shade of #9ddadc
#bcbcbc
Brighten Shade
#b6f3f5
Most Readable Shade
#000000

Shades of #9ddadc color code

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

#9ddadc
#8bc1c3
#7aa9ab
#689192
#57797a
#456061
#344849
#223030
#111818
#000000

Similar Color like #9ddadc color

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

#9edbdd
#9fdcde
#a0dddf
#a1dee0
#a2dfe1
#a3e0e2
#a4e1e3
#a5e2e4
#a6e3e5
#a7e4e6
#a8e5e7
#a9e6e8
#aae7e9
#abe8ea
#9cd9db
#9bd8da
#9ad7d9
#99d6d8
#98d5d7
#97d4d6
#96d3d5
#95d2d4
#94d1d3
#93d0d2
#92cfd1
#91ced0
#90cdcf
#8fccce

Monochromatic Color with #9ddadc

#9ddadc
#050707
#243232
#425c5c
#608687
#7fb0b1

Tints of #9ddadc Color

#9ddadc
#a7dedf
#b2e2e3
#bde6e7
#c8eaeb
#d3eeef
#def2f3
#e9f6f7
#f4fafb
#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

#9ddadc
#dc9f9d

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

Split Complementary

#9ddadc
#dc9dba
#dcbf9d

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

Analogous Color

#9ddcc5
#9ddcd1
#9ddadc
#9dcddc
#9dc1dc

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

#9ddadc
#dc9dda
#dadc9d

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

#9ddadc
#be9ddc
#dc9f9d
#badc9d

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

#9ddadc
#dc9f9d
#dcbf9d
#9dbadc

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 #9ddadc 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.

#9ddadc Color Code Preview on Black Background Color

This is how #9ddadc Color will look on black background color. Color contrast ratio is 13.50

#9ddadc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9ddadc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9ddadc

#9ddadc color code is use for CSS Background Color

Background color for the above div is #9ddadc

HTML with inline CSS

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

#9ddadc color code is use for CSS Border Color

CSS Border color for the above div is #9ddadc

HTML with inline CSS

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

CSS Border Left color for the above div is #9ddadc

HTML with inline CSS

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

CSS Border Right color for the above div is #9ddadc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9ddadc

HTML with inline CSS

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

CSS Border Top color for the above div is #9ddadc

HTML with inline CSS

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

#9ddadc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9ddadc Color code Preview on White Background

This is how #9ddadc Color code will look on white background color. Color contrast ratio is 1.56

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

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(157,218,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(220,159,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(157,218,220,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.