crispedge.com

Color picker

Loading...

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

#9eafdf hex color - Blue - Cool color

Color Hue/Base color: Blue

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

Hex #9eafdf 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 #9eafdf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9eafdf#9eafdf
RGB Decimal158, 175, 223rgb(158, 175, 223)
RGB Percent62%, 69%, 87%rgb(62%, 69%, 87%)
CSS RGBa158, 175, 223,1rgba(158,175,223,1)
CMYK Modelcmyk(29%,22%,0%,13%)
HSL Color Space224,50% ,75%hsl(224,50% ,75%)
HSV Color Space224°, 29%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111101010111111011111
Octal236257337
Decimal158175223
Hex9eafdf

Different shades of #9eafdf color code.

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

Light Shade of #9eafdf
#c4cfec
Dark Shade of #9eafdf
#788fd2
Saturated Shade of #9eafdf
#98ace5
Desaturated Shade of #9eafdf
#a4b2d9
Grey scale Shade of #9eafdf
#bebebe
Brighten Shade
#b7c8f8
Most Readable Shade
#000000

Shades of #9eafdf color code

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

#9eafdf
#8c9bc6
#7a88ad
#697494
#57617b
#464d63
#343a4a
#232631
#111318
#000000

Similar Color like #9eafdf color

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

#9fb0e0
#a0b1e1
#a1b2e2
#a2b3e3
#a3b4e4
#a4b5e5
#a5b6e6
#a6b7e7
#a7b8e8
#a8b9e9
#a9baea
#aabbeb
#abbcec
#acbded
#9daede
#9caddd
#9bacdc
#9aabdb
#99aada
#98a9d9
#97a8d8
#96a7d7
#95a6d6
#94a5d5
#93a4d4
#92a3d3
#91a2d2
#90a1d1

Monochromatic Color with #9eafdf

#9eafdf
#07080a
#262a35
#444b5f
#626c8a
#808eb4

Tints of #9eafdf Color

#9eafdf
#a8b7e2
#b3c0e6
#bec9e9
#c9d2ed
#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

#9eafdf
#dfce9e

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

Split Complementary

#9eafdf
#dfae9e
#d0df9e

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

Analogous Color

#9ec9df
#9ebcdf
#9eafdf
#9ea2df
#a79edf

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

#9eafdf
#df9eaf
#afdf9e

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

#9eafdf
#df9ecf
#dfce9e
#9edfad

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

#9eafdf
#dfce9e
#d0df9e
#ae9edf

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

#9eafdf Color Code Preview on Black Background Color

This is how #9eafdf Color will look on black background color. Color contrast ratio is 9.65

#9eafdf in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9eafdf color code is use for CSS Background Color

Background color for the above div is #9eafdf

HTML with inline CSS

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

#9eafdf color code is use for CSS Border Color

CSS Border color for the above div is #9eafdf

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9eafdf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9eafdf Color code Preview on White Background

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

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

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