crispedge.com

#05ecb9 hex color - Blue - Cool color - Information

#05ecb9 hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #05ecb9 Color code in RGB color code model is created after adding 1.96% red color, 92.55% green color and 72.55% blue color. Hex #05ecb9 Color code in CMYK color (process color) code model is generated after subtraction of 98% cyan, 0% magenta, 22% yellow and 7.45% black.

Hex #05ecb9 color code is between #00eebb web safe hex color code and #00ddaa web safe hex color code. #00eebb is the nearest web safe color code. You can see here many more shades of #05ecb9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code05ecb9#05ecb9
RGB Decimal5, 236, 185rgb(5, 236, 185)
RGB Percent2%, 93%, 73%rgb(2%, 93%, 73%)
CSS RGBa5, 236, 185,1rgba(5,236,185,1)
CMYK Modelcmyk(98%,0%,22%,7.45%)
HSL Color Space167,96% ,47%hsl(167,96% ,47%)
HSV Color Space167°, 98%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000001011110110010111001
Octal5354271
Decimal5236185
Hex05ecb9

Different shades of #05ecb9 color code.

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

Light Shade of #05ecb9
#29facc
Dark Shade of #05ecb9
#04ba92
Saturated Shade of #05ecb9
#00f1bc
Desaturated Shade of #05ecb9
#11e0b2
Grey scale Shade of #05ecb9
#787878
Brighten Shade
#1effd2
Most Readable Shade
#000000

Shades of #05ecb9 color code

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

#05ecb9
#04d1a4
#03b78f
#039d7b
#028366
#026852
#014e3d
#013429
#001a14
#000000

Similar Color like #05ecb9 color

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

#06edba
#07eebb
#08efbc
#09f0bd
#0af1be
#0bf2bf
#0cf3c0
#0df4c1
#0ef5c2
#0ff6c3
#10f7c4
#11f8c5
#12f9c6
#13fac7
#04ebb8
#03eab7
#02e9b6
#01e8b5
#00e7b4
#00e6b3
#00e5b2
#00e4b1
#00e3b0
#00e2af
#00e1ae
#00e0ad
#00dfac
#00deab

Monochromatic Color with #05ecb9

#05ecb9
#001712
#014234
#026c55
#039776
#04c198

Tints of #05ecb9 Color

#05ecb9
#20eec0
#3cf0c8
#58f2d0
#74f4d8
#8ff6df
#abf8e7
#c7faef
#e3fcf7
#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

#05ecb9
#ec0538

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

Split Complementary

#05ecb9
#ec05ac
#ec4505

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

Analogous Color

#05ec5d
#05ec8b
#05ecb9
#05ece7
#05c3ec

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

#05ecb9
#b905ec
#ecb905

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

#05ecb9
#4505ec
#ec0538
#abec05

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

#05ecb9
#ec0538
#ec4505
#05acec

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 #05ecb9 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.

#05ecb9 Color Code Preview on Black Background Color

This is how #05ecb9 Color will look on black background color. Color contrast ratio is 13.71

#05ecb9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #05ecb9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #05ecb9

#05ecb9 color code is use for CSS Background Color

Background color for the above div is #05ecb9

HTML with inline CSS

<div style="background-color:#05ecb9;"></div>

#05ecb9 color code is use for CSS Border Color

CSS Border color for the above div is #05ecb9

HTML with inline CSS

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

CSS Border Left color for the above div is #05ecb9

HTML with inline CSS

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

CSS Border Right color for the above div is #05ecb9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #05ecb9

HTML with inline CSS

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

CSS Border Top color for the above div is #05ecb9

HTML with inline CSS

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

#05ecb9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#05ecb9 Color code Preview on White Background

This is how #05ecb9 Color code will look on white background color. Color contrast ratio is 1.53

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

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(5,236,185,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(236,5,56,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(5,236,185,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.