crispedge.com

Color picker

Loading...

#8dcaef hex color - Blue - Cool color - Information

#8dcaef hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #8dcaef Color code in RGB color code model is created after adding 55.29% red color, 79.22% green color and 93.73% blue color. Hex #8dcaef Color code in CMYK color (process color) code model is generated after subtraction of 41% cyan, 15% magenta, 0% yellow and 6% black.

Hex #8dcaef color code is between #88ccee web safe hex color code and #99bbff web safe hex color code. #88ccee is the nearest web safe color code. You can see here many more shades of #8dcaef color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code8dcaef#8dcaef
RGB Decimal141, 202, 239rgb(141, 202, 239)
RGB Percent55%, 79%, 94%rgb(55%, 79%, 94%)
CSS RGBa141, 202, 239,1rgba(141,202,239,1)
CMYK Modelcmyk(41%,15%,0%,6%)
HSL Color Space203,75% ,75%hsl(203,75% ,75%)
HSV Color Space203°, 41%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100011011100101011101111
Octal215312357
Decimal141202239
Hex8dcaef

Different shades of #8dcaef color code.

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

Light Shade of #8dcaef
#badff5
Dark Shade of #8dcaef
#60b5e9
Saturated Shade of #8dcaef
#86ccf5
Desaturated Shade of #8dcaef
#93c8e8
Grey scale Shade of #8dcaef
#bebebe
Brighten Shade
#a6e3ff
Most Readable Shade
#000000

Shades of #8dcaef color code

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

#8dcaef
#7db3d4
#6d9db9
#5e869f
#4e7084
#3e596a
#2f434f
#1f2c35
#0f161a
#000000

Similar Color like #8dcaef color

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

#8ecbf0
#8fccf1
#90cdf2
#91cef3
#92cff4
#93d0f5
#94d1f6
#95d2f7
#96d3f8
#97d4f9
#98d5fa
#99d6fb
#9ad7fc
#9bd8fd
#8cc9ee
#8bc8ed
#8ac7ec
#89c6eb
#88c5ea
#87c4e9
#86c3e8
#85c2e7
#84c1e6
#83c0e5
#82bfe4
#81bee3
#80bde2
#7fbce1

Monochromatic Color with #8dcaef

#8dcaef
#10161a
#293a45
#425e6f
#5b829a
#74a6c4

Tints of #8dcaef Color

#8dcaef
#99cff0
#a6d5f2
#b3dbf4
#bfe1f6
#cce7f7
#d9edf9
#e5f3fb
#f2f9fd
#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

#8dcaef
#efb28d

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

Split Complementary

#8dcaef
#ef8d99
#efe38d

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

Analogous Color

#8defed
#8ddeef
#8dcaef
#8db6ef
#8da3ef

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

#8dcaef
#ef8dca
#caef8d

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

#8dcaef
#e38def
#efb28d
#99ef8d

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

#8dcaef
#efb28d
#efe38d
#8d99ef

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 #8dcaef 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.

#8dcaef Color Code Preview on Black Background Color

This is how #8dcaef Color will look on black background color. Color contrast ratio is 11.83

#8dcaef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8dcaef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8dcaef

#8dcaef color code is use for CSS Background Color

Background color for the above div is #8dcaef

HTML with inline CSS

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

#8dcaef color code is use for CSS Border Color

CSS Border color for the above div is #8dcaef

HTML with inline CSS

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

CSS Border Left color for the above div is #8dcaef

HTML with inline CSS

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

CSS Border Right color for the above div is #8dcaef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8dcaef

HTML with inline CSS

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

CSS Border Top color for the above div is #8dcaef

HTML with inline CSS

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

#8dcaef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8dcaef Color code Preview on White Background

This is how #8dcaef Color code will look on white background color. Color contrast ratio is 1.78

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

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(141,202,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(239,178,141,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(141,202,239,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.