crispedge.com

Color picker

Loading...

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

#9daedf hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #9daedf Color code in RGB color code model is created after adding 61.57% red color, 68.24% green color and 87.45% blue color. Hex #9daedf Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 22% magenta, 0% yellow and 13% black.

Hex #9daedf color code is between #99aadd web safe hex color code and #aabbee web safe hex color code. #99aadd is the nearest web safe color code. You can see here many more shades of #9daedf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9daedf#9daedf
RGB Decimal157, 174, 223rgb(157, 174, 223)
RGB Percent62%, 68%, 87%rgb(62%, 68%, 87%)
CSS RGBa157, 174, 223,1rgba(157,174,223,1)
CMYK Modelcmyk(30%,22%,0%,13%)
HSL Color Space225,51% ,75%hsl(225,51% ,75%)
HSV Color Space225°, 30%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111011010111011011111
Octal235256337
Decimal157174223
Hex9daedf

Different shades of #9daedf color code.

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

Light Shade of #9daedf
#c3ceec
Dark Shade of #9daedf
#778ed2
Saturated Shade of #9daedf
#96abe5
Desaturated Shade of #9daedf
#a3b1d8
Grey scale Shade of #9daedf
#bebebe
Brighten Shade
#b6c7f8
Most Readable Shade
#000000

Shades of #9daedf color code

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

#9daedf
#8b9ac6
#7a87ad
#687494
#57607b
#454d63
#343a4a
#222631
#111318
#000000

Similar Color like #9daedf color

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

#9eafe0
#9fb0e1
#a0b1e2
#a1b2e3
#a2b3e4
#a3b4e5
#a4b5e6
#a5b6e7
#a6b7e8
#a7b8e9
#a8b9ea
#a9baeb
#aabbec
#abbced
#9cadde
#9bacdd
#9aabdc
#99aadb
#98a9da
#97a8d9
#96a7d8
#95a6d7
#94a5d6
#93a4d5
#92a3d4
#91a2d3
#90a1d2
#8fa0d1

Monochromatic Color with #9daedf

#9daedf
#07080a
#252935
#434b5f
#616c8a
#7f8db4

Tints of #9daedf Color

#9daedf
#a7b7e2
#b2c0e6
#bdc9e9
#c8d2ed
#d3dbf0
#dee4f4
#e9edf7
#f4f6fb
#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

#9daedf
#dfce9d

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

Split Complementary

#9daedf
#dfad9d
#cfdf9d

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

Analogous Color

#9dc8df
#9dbbdf
#9daedf
#9da1df
#a69ddf

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

#9daedf
#df9dae
#aedf9d

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

#9daedf
#df9dcf
#dfce9d
#9ddfad

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

#9daedf
#dfce9d
#cfdf9d
#ad9ddf

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

#9daedf Color Code Preview on Black Background Color

This is how #9daedf Color will look on black background color. Color contrast ratio is 9.55

#9daedf in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9daedf color code is use for CSS Background Color

Background color for the above div is #9daedf

HTML with inline CSS

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

#9daedf color code is use for CSS Border Color

CSS Border color for the above div is #9daedf

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9daedf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9daedf Color code Preview on White Background

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

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

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,174,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(223,206,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(157,174,223,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.