crispedge.com

Color picker

Loading...

#58eaed hex color - Blue - Cool color - Information

#58eaed hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #58eaed Color code in RGB color code model is created after adding 34.51% red color, 91.76% green color and 92.94% blue color. Hex #58eaed Color code in CMYK color (process color) code model is generated after subtraction of 63% cyan, 1% magenta, 0% yellow and 7% black.

Hex #58eaed color code is between #55eeee web safe hex color code and #66dddd web safe hex color code. #55eeee is the nearest web safe color code. You can see here many more shades of #58eaed color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code58eaed#58eaed
RGB Decimal88, 234, 237rgb(88, 234, 237)
RGB Percent35%, 92%, 93%rgb(35%, 92%, 93%)
CSS RGBa88, 234, 237,1rgba(88,234,237,1)
CMYK Modelcmyk(63%,1%,0%,7%)
HSL Color Space181,81% ,64%hsl(181,81% ,64%)
HSV Color Space181°, 63%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110001110101011101101
Octal130352355
Decimal88234237
Hex58eaed

Different shades of #58eaed color code.

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

Light Shade of #58eaed
#86f0f2
Dark Shade of #58eaed
#2ae4e8
Saturated Shade of #58eaed
#4ff3f6
Desaturated Shade of #58eaed
#61e1e4
Grey scale Shade of #58eaed
#a2a2a2
Brighten Shade
#71ffff
Most Readable Shade
#000000

Shades of #58eaed color code

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

#58eaed
#4ed0d2
#44b6b8
#3a9c9e
#308283
#276869
#1d4e4f
#133434
#091a1a
#000000

Similar Color like #58eaed color

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

#59ebee
#5aecef
#5bedf0
#5ceef1
#5deff2
#5ef0f3
#5ff1f4
#60f2f5
#61f3f6
#62f4f7
#63f5f8
#64f6f9
#65f7fa
#66f8fb
#57e9ec
#56e8eb
#55e7ea
#54e6e9
#53e5e8
#52e4e7
#51e3e6
#50e2e5
#4fe1e4
#4ee0e3
#4ddfe2
#4cdee1
#4bdde0
#4adcdf

Monochromatic Color with #58eaed

#58eaed
#091818
#194243
#296c6d
#389698
#48c0c2

Tints of #58eaed Color

#58eaed
#6aecef
#7deef1
#8ff1f3
#a2f3f5
#b4f5f7
#c7f8f9
#d9fafb
#ecfcfd
#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

#58eaed
#ed5b58

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

Split Complementary

#58eaed
#ed58a0
#eda558

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

Analogous Color

#58edb4
#58edd2
#58eaed
#58cced
#58aeed

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

#58eaed
#ed58ea
#eaed58

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

#58eaed
#a558ed
#ed5b58
#9fed58

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

#58eaed
#ed5b58
#eda558
#58a0ed

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 #58eaed 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.

#58eaed Color Code Preview on Black Background Color

This is how #58eaed Color will look on black background color. Color contrast ratio is 14.41

#58eaed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #58eaed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #58eaed

#58eaed color code is use for CSS Background Color

Background color for the above div is #58eaed

HTML with inline CSS

<div style="background-color:#58eaed;"></div>

#58eaed color code is use for CSS Border Color

CSS Border color for the above div is #58eaed

HTML with inline CSS

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

CSS Border Left color for the above div is #58eaed

HTML with inline CSS

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

CSS Border Right color for the above div is #58eaed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #58eaed

HTML with inline CSS

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

CSS Border Top color for the above div is #58eaed

HTML with inline CSS

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

#58eaed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#58eaed Color code Preview on White Background

This is how #58eaed Color code will look on white background color. Color contrast ratio is 1.46

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

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(88,234,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,91,88,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(88,234,237,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.