crispedge.com

Color picker

Loading...

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

#8fbeee hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #8fbeee Color code in RGB color code model is created after adding 56.08% red color, 74.51% green color and 93.33% blue color. Hex #8fbeee Color code in CMYK color (process color) code model is generated after subtraction of 40% cyan, 20% magenta, 0% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code8fbeee#8fbeee
RGB Decimal143, 190, 238rgb(143, 190, 238)
RGB Percent56%, 75%, 93%rgb(56%, 75%, 93%)
CSS RGBa143, 190, 238,1rgba(143,190,238,1)
CMYK Modelcmyk(40%,20%,0%,7%)
HSL Color Space210,74% ,75%hsl(210,74% ,75%)
HSV Color Space210°, 40%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100011111011111011101110
Octal217276356
Decimal143190238
Hex8fbeee

Different shades of #8fbeee color code.

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

Light Shade of #8fbeee
#bbd8f5
Dark Shade of #8fbeee
#63a4e7
Saturated Shade of #8fbeee
#89bef4
Desaturated Shade of #8fbeee
#95bee8
Grey scale Shade of #8fbeee
#bebebe
Brighten Shade
#a8d7ff
Most Readable Shade
#000000

Shades of #8fbeee color code

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

#8fbeee
#7fa8d3
#6f93b9
#5f7e9e
#4f6984
#3f5469
#2f3f4f
#1f2a34
#0f151a
#000000

Similar Color like #8fbeee color

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

#90bfef
#91c0f0
#92c1f1
#93c2f2
#94c3f3
#95c4f4
#96c5f5
#97c6f6
#98c7f7
#99c8f8
#9ac9f9
#9bcafa
#9ccbfb
#9dccfc
#8ebded
#8dbcec
#8cbbeb
#8bbaea
#8ab9e9
#89b8e8
#88b7e7
#87b6e6
#86b5e5
#85b4e4
#84b3e3
#83b2e2
#82b1e1
#81b0e0

Monochromatic Color with #8fbeee

#8fbeee
#0f141a
#293644
#42586e
#5c7a99
#759cc3

Tints of #8fbeee Color

#8fbeee
#9bc5ef
#a7ccf1
#b4d3f3
#c0daf5
#cde2f7
#d9e9f9
#e6f0fb
#f2f7fd
#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

#8fbeee
#eebf8f

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

Split Complementary

#8fbeee
#ee908f
#edee8f

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

Analogous Color

#8fe4ee
#8fd1ee
#8fbeee
#8fabee
#8f98ee

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

#8fbeee
#ee8fbe
#beee8f

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

#8fbeee
#ee8fed
#eebf8f
#8fee8f

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

#8fbeee
#eebf8f
#edee8f
#908fee

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

#8fbeee Color Code Preview on Black Background Color

This is how #8fbeee Color will look on black background color. Color contrast ratio is 10.77

#8fbeee in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#8fbeee color code is use for CSS Background Color

Background color for the above div is #8fbeee

HTML with inline CSS

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

#8fbeee color code is use for CSS Border Color

CSS Border color for the above div is #8fbeee

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#8fbeee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8fbeee Color code Preview on White Background

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

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

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(143,190,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(238,191,143,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(143,190,238,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.