crispedge.com

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

#58ddec hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code58ddec#58ddec
RGB Decimal88, 221, 236rgb(88, 221, 236)
RGB Percent35%, 87%, 93%rgb(35%, 87%, 93%)
CSS RGBa88, 221, 236,1rgba(88,221,236,1)
CMYK Modelcmyk(63%,6%,0%,7%)
HSL Color Space186,80% ,64%hsl(186,80% ,64%)
HSV Color Space186°, 63%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110001101110111101100
Octal130335354
Decimal88221236
Hex58ddec

Different shades of #58ddec color code.

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

Light Shade of #58ddec
#86e6f1
Dark Shade of #58ddec
#2ad4e7
Saturated Shade of #58ddec
#4fe4f5
Desaturated Shade of #58ddec
#61d6e3
Grey scale Shade of #58ddec
#a2a2a2
Brighten Shade
#71f6ff
Most Readable Shade
#000000

Shades of #58ddec color code

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

#58ddec
#4ec4d1
#44abb7
#3a939d
#307a83
#276268
#1d494e
#133134
#09181a
#000000

Similar Color like #58ddec color

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

#59deed
#5adfee
#5be0ef
#5ce1f0
#5de2f1
#5ee3f2
#5fe4f3
#60e5f4
#61e6f5
#62e7f6
#63e8f7
#64e9f8
#65eaf9
#66ebfa
#57dceb
#56dbea
#55dae9
#54d9e8
#53d8e7
#52d7e6
#51d6e5
#50d5e4
#4fd4e3
#4ed3e2
#4dd2e1
#4cd1e0
#4bd0df
#4acfde

Monochromatic Color with #58ddec

#58ddec
#091617
#193e42
#28666c
#388d97
#48b5c1

Tints of #58ddec Color

#58ddec
#6ae0ee
#7de4f0
#8fe8f2
#a2ecf4
#b4eff6
#c7f3f8
#d9f7fa
#ecfbfc
#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

#58ddec
#ec6758

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

Split Complementary

#58ddec
#ec5893
#ecb158

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

Analogous Color

#58ecc0
#58ecdd
#58ddec
#58bfec
#58a2ec

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

#58ddec
#ec58dd
#ddec58

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

#58ddec
#b158ec
#ec6758
#93ec58

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

#58ddec
#ec6758
#ecb158
#5893ec

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

#58ddec Color Code Preview on Black Background Color

This is how #58ddec Color will look on black background color. Color contrast ratio is 12.97

#58ddec in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#58ddec color code is use for CSS Background Color

Background color for the above div is #58ddec

HTML with inline CSS

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

#58ddec color code is use for CSS Border Color

CSS Border color for the above div is #58ddec

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#58ddec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#58ddec Color code Preview on White Background

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

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

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,221,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(236,103,88,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(88,221,236,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.

< /html>