crispedge.com

Color picker

Loading...

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

#5acbeb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5acbeb Color code in RGB color code model is created after adding 35.29% red color, 79.61% green color and 92.16% blue color. Hex #5acbeb Color code in CMYK color (process color) code model is generated after subtraction of 62% cyan, 14% magenta, 0% yellow and 8% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code5acbeb#5acbeb
RGB Decimal90, 203, 235rgb(90, 203, 235)
RGB Percent35%, 80%, 92%rgb(35%, 80%, 92%)
CSS RGBa90, 203, 235,1rgba(90,203,235,1)
CMYK Modelcmyk(62%,14%,0%,8%)
HSL Color Space193,78% ,64%hsl(193,78% ,64%)
HSV Color Space193°, 62%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110101100101111101011
Octal132313353
Decimal90203235
Hex5acbeb

Different shades of #5acbeb color code.

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

Light Shade of #5acbeb
#87d9f1
Dark Shade of #5acbeb
#2cbde5
Saturated Shade of #5acbeb
#51d0f4
Desaturated Shade of #5acbeb
#63c6e2
Grey scale Shade of #5acbeb
#a2a2a2
Brighten Shade
#73e4ff
Most Readable Shade
#000000

Shades of #5acbeb color code

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

#5acbeb
#50b4d0
#469db6
#3c879c
#327082
#285a68
#1e434e
#142d34
#0a161a
#000000

Similar Color like #5acbeb color

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

#5bccec
#5ccded
#5dceee
#5ecfef
#5fd0f0
#60d1f1
#61d2f2
#62d3f3
#63d4f4
#64d5f5
#65d6f6
#66d7f7
#67d8f8
#68d9f9
#59caea
#58c9e9
#57c8e8
#56c7e7
#55c6e6
#54c5e5
#53c4e4
#52c3e3
#51c2e2
#50c1e1
#4fc0e0
#4ebfdf
#4dbede
#4cbddd

Monochromatic Color with #5acbeb

#5acbeb
#091316
#193841
#295d6b
#398296
#4aa6c0

Tints of #5acbeb Color

#5acbeb
#6cd0ed
#7ed6ef
#91dcf1
#a3e2f3
#b5e7f6
#c8edf8
#daf3fa
#ecf9fc
#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

#5acbeb
#eb7a5a

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

Split Complementary

#5acbeb
#eb5a83
#ebc35a

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

Analogous Color

#5aebd1
#5ae8eb
#5acbeb
#5aaeeb
#5a91eb

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

#5acbeb
#eb5acb
#cbeb5a

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

#5acbeb
#c25aeb
#eb7a5a
#82eb5a

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

#5acbeb
#eb7a5a
#ebc35a
#5a83eb

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

#5acbeb Color Code Preview on Black Background Color

This is how #5acbeb Color will look on black background color. Color contrast ratio is 11.18

#5acbeb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5acbeb color code is use for CSS Background Color

Background color for the above div is #5acbeb

HTML with inline CSS

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

#5acbeb color code is use for CSS Border Color

CSS Border color for the above div is #5acbeb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5acbeb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5acbeb Color code Preview on White Background

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

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

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(90,203,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(235,122,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(90,203,235,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.