crispedge.com

Color picker

Loading...

#5fbaef hex color - Blue - Cool color - Information

#5fbaef hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #5fbaef Color code in RGB color code model is created after adding 37.25% red color, 72.94% green color and 93.73% blue color. Hex #5fbaef Color code in CMYK color (process color) code model is generated after subtraction of 60% cyan, 22% magenta, 0% yellow and 6% black.

Hex #5fbaef color code is between #66bbee web safe hex color code and #55aaff web safe hex color code. #66bbee is the nearest web safe color code. You can see here many more shades of #5fbaef color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code5fbaef#5fbaef
RGB Decimal95, 186, 239rgb(95, 186, 239)
RGB Percent37%, 73%, 94%rgb(37%, 73%, 94%)
CSS RGBa95, 186, 239,1rgba(95,186,239,1)
CMYK Modelcmyk(60%,22%,0%,6%)
HSL Color Space202,82% ,65%hsl(202,82% ,65%)
HSV Color Space202°, 60%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111111011101011101111
Octal137272357
Decimal95186239
Hex5fbaef

Different shades of #5fbaef color code.

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

Light Shade of #5fbaef
#8dcef4
Dark Shade of #5fbaef
#31a6ea
Saturated Shade of #5fbaef
#56bcf8
Desaturated Shade of #5fbaef
#68b8e6
Grey scale Shade of #5fbaef
#a7a7a7
Brighten Shade
#78d3ff
Most Readable Shade
#000000

Shades of #5fbaef color code

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

#5fbaef
#54a5d4
#4990b9
#3f7c9f
#346784
#2a526a
#1f3e4f
#152935
#0a141a
#000000

Similar Color like #5fbaef color

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

#60bbf0
#61bcf1
#62bdf2
#63bef3
#64bff4
#65c0f5
#66c1f6
#67c2f7
#68c3f8
#69c4f9
#6ac5fa
#6bc6fb
#6cc7fc
#6dc8fd
#5eb9ee
#5db8ed
#5cb7ec
#5bb6eb
#5ab5ea
#59b4e9
#58b3e8
#57b2e7
#56b1e6
#55b0e5
#54afe4
#53aee3
#52ade2
#51ace1

Monochromatic Color with #5fbaef

#5fbaef
#0b151a
#1b3645
#2c576f
#3d789a
#4e99c4

Tints of #5fbaef Color

#5fbaef
#70c1f0
#82c9f2
#94d1f4
#a6d8f6
#b7e0f7
#c9e8f9
#dbeffb
#edf7fd
#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

#5fbaef
#ef945f

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

Split Complementary

#5fbaef
#ef5f72
#efdc5f

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

Analogous Color

#5fefea
#5fd7ef
#5fbaef
#5f9def
#5f80ef

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

#5fbaef
#ef5fba
#baef5f

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

#5fbaef
#dc5fef
#ef945f
#72ef5f

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

#5fbaef
#ef945f
#efdc5f
#5f72ef

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 #5fbaef 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.

#5fbaef Color Code Preview on Black Background Color

This is how #5fbaef Color will look on black background color. Color contrast ratio is 9.76

#5fbaef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5fbaef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5fbaef

#5fbaef color code is use for CSS Background Color

Background color for the above div is #5fbaef

HTML with inline CSS

<div style="background-color:#5fbaef;"></div>

#5fbaef color code is use for CSS Border Color

CSS Border color for the above div is #5fbaef

HTML with inline CSS

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

CSS Border Left color for the above div is #5fbaef

HTML with inline CSS

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

CSS Border Right color for the above div is #5fbaef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5fbaef

HTML with inline CSS

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

CSS Border Top color for the above div is #5fbaef

HTML with inline CSS

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

#5fbaef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5fbaef Color code Preview on White Background

This is how #5fbaef Color code will look on white background color. Color contrast ratio is 2.15

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

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(95,186,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(239,148,95,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(95,186,239,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.